Google Cloud reCAPTCHA Enterprise v1 API - Class AppleDeveloperId (2.12.0)

public sealed class AppleDeveloperId : IMessage<AppleDeveloperId>, IEquatable<AppleDeveloperId>, IDeepCloneable<AppleDeveloperId>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class AppleDeveloperId.

Contains fields that are required to perform Apple-specific integrity checks.

Inheritance

object > AppleDeveloperId

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

AppleDeveloperId()

public AppleDeveloperId()

AppleDeveloperId(AppleDeveloperId)

public AppleDeveloperId(AppleDeveloperId other)
Parameter
NameDescription
otherAppleDeveloperId

Properties

KeyId

public string KeyId { get; set; }

Required. The Apple developer key ID (10-character string).

Property Value
TypeDescription
string

PrivateKey

public string PrivateKey { get; set; }

Required. Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account. Ensure that Apple DeviceCheck is enabled for the private key.

Property Value
TypeDescription
string

TeamId

public string TeamId { get; set; }

Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.

Property Value
TypeDescription
string