Class GoogleCloudRecaptchaenterpriseV1AppleDeveloperId
Contains fields that are required to perform Apple-specific integrity checks.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1AppleDeveloperId : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KeyId
Required. The Apple developer key ID (10-character string).
Declaration
[JsonProperty("keyId")]
public virtual string KeyId { get; set; }
Property Value
Type | Description |
---|---|
string |
PrivateKey
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.
Declaration
[JsonProperty("privateKey")]
public virtual string PrivateKey { get; set; }
Property Value
Type | Description |
---|---|
string |
TeamId
Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.
Declaration
[JsonProperty("teamId")]
public virtual string TeamId { get; set; }
Property Value
Type | Description |
---|---|
string |