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.
Implements
IMessageIOSKeySettings, IEquatableIOSKeySettings, IDeepCloneableIOSKeySettings, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
IOSKeySettings()
public IOSKeySettings()
IOSKeySettings(IOSKeySettings)
public IOSKeySettings(IOSKeySettings other)
Parameter | |
---|---|
Name | Description |
other |
IOSKeySettings |
Properties
AllowAllBundleIds
public bool AllowAllBundleIds { get; set; }
Optional. If set to true, allowed_bundle_ids are not enforced.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
AppleDeveloperId |