Google Cloud reCAPTCHA Enterprise v1 API - Class IOSKeySettings (2.9.0)

public sealed class IOSKeySettings : IMessage<IOSKeySettings>, IEquatable<IOSKeySettings>, IDeepCloneable<IOSKeySettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class IOSKeySettings.

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

Inheritance

object > IOSKeySettings

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

IOSKeySettings()

public IOSKeySettings()

IOSKeySettings(IOSKeySettings)

public IOSKeySettings(IOSKeySettings other)
Parameter
NameDescription
otherIOSKeySettings

Properties

AllowAllBundleIds

public bool AllowAllBundleIds { get; set; }

Optional. If set to true, allowed_bundle_ids are not enforced.

Property Value
TypeDescription
bool

AllowedBundleIds

public RepeatedField<string> AllowedBundleIds { get; }

Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'

Property Value
TypeDescription
RepeatedFieldstring

AppleDeveloperId

public AppleDeveloperId AppleDeveloperId { get; set; }

Optional. Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA Enterprise leverages platform-specific checks like Apple App Attest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA Enterprise to get a better assessment of the integrity of your app.

Property Value
TypeDescription
AppleDeveloperId