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' Each
key supports a maximum of 250 bundle IDs. To use a key on more apps, set allow_all_bundle_ids to true.
When this is set, you are responsible for validating the bundle id by checking the
token_properties.ios_bundle_id field in each assessment response against your list of allowed bundle IDs.
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 |