public sealed class IOSKeySettings : IMessage<IOSKeySettings>, IEquatable<IOSKeySettings>, IDeepCloneable<IOSKeySettings>, IBufferMessage, IMessageReference 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
IMessage<IOSKeySettings>, IEquatable<IOSKeySettings>, IDeepCloneable<IOSKeySettings>, 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; }If set to true, allowed_bundle_ids are not enforced.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
AllowedBundleIds
public RepeatedField<string> AllowedBundleIds { get; }iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|