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
GoogleGoogle.CloudGoogle.Cloud.RecaptchaEnterpriseV1Assembly
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 |
bool |
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 |
RepeatedFieldstring |