Class GoogleCloudRecaptchaenterpriseV1IOSKeySettings
Settings specific to keys that can be used by iOS apps.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1IOSKeySettings : IDirectResponseSchema
Properties
AllowAllBundleIds
Optional. If set to true, allowed_bundle_ids are not enforced.
Declaration
[JsonProperty("allowAllBundleIds")]
public virtual bool? AllowAllBundleIds { get; set; }
Property Value
Type | Description |
---|---|
bool? |
AllowedBundleIds
Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
Declaration
[JsonProperty("allowedBundleIds")]
public virtual IList<string> AllowedBundleIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
AppleDeveloperId
Optional. Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA leverages platform-specific checks like Apple App Attest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA to get a better assessment of the integrity of your app.
Declaration
[JsonProperty("appleDeveloperId")]
public virtual GoogleCloudRecaptchaenterpriseV1AppleDeveloperId AppleDeveloperId { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRecaptchaenterpriseV1AppleDeveloperId |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |