Class GoogleCloudRecaptchaenterpriseV1AndroidKeySettings
Settings specific to keys that can be used by Android apps.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1AndroidKeySettings : IDirectResponseSchema
Properties
AllowAllPackageNames
Optional. If set to true, allowed_package_names are not enforced.
Declaration
[JsonProperty("allowAllPackageNames")]
public virtual bool? AllowAllPackageNames { get; set; }
Property Value
Type | Description |
---|---|
bool? |
AllowedPackageNames
Optional. Android package names of apps allowed to use the key. Example: 'com.companyname.appname'
Declaration
[JsonProperty("allowedPackageNames")]
public virtual IList<string> AllowedPackageNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SupportNonGoogleAppStoreDistribution
Optional. Set to true for keys that are used in an Android application that is available for download in app stores in addition to the Google Play Store.
Declaration
[JsonProperty("supportNonGoogleAppStoreDistribution")]
public virtual bool? SupportNonGoogleAppStoreDistribution { get; set; }
Property Value
Type | Description |
---|---|
bool? |