Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1IOSKeySettings

Settings specific to keys that can be used by iOS apps.

Inheritance
object
GoogleCloudRecaptchaenterpriseV1IOSKeySettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX