public sealed class AppleDeveloperId : IMessage<AppleDeveloperId>, IEquatable<AppleDeveloperId>, IDeepCloneable<AppleDeveloperId>, IBufferMessage, IMessageReference 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.
Implements
IMessageAppleDeveloperId, IEquatableAppleDeveloperId, IDeepCloneableAppleDeveloperId, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
AppleDeveloperId()
public AppleDeveloperId()AppleDeveloperId(AppleDeveloperId)
public AppleDeveloperId(AppleDeveloperId other)| Parameter | |
|---|---|
| Name | Description |
other |
AppleDeveloperId |
Properties
KeyId
public string KeyId { get; set; }Required. The Apple developer key ID (10-character string).
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|