public sealed class AndroidKeySettings : IMessage<AndroidKeySettings>, IEquatable<AndroidKeySettings>, IDeepCloneable<AndroidKeySettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class AndroidKeySettings.
Settings specific to keys that can be used by Android apps.
Implements
IMessage<AndroidKeySettings>, IEquatable<AndroidKeySettings>, IDeepCloneable<AndroidKeySettings>, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
AndroidKeySettings()
public AndroidKeySettings()
AndroidKeySettings(AndroidKeySettings)
public AndroidKeySettings(AndroidKeySettings other)
Parameter | |
---|---|
Name | Description |
other | AndroidKeySettings |
Properties
AllowAllPackageNames
public bool AllowAllPackageNames { get; set; }
If set to true, allowed_package_names are not enforced.
Property Value | |
---|---|
Type | Description |
Boolean |
AllowedPackageNames
public RepeatedField<string> AllowedPackageNames { get; }
Android package names of apps allowed to use the key. Example: 'com.companyname.appname'
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |