Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1AndroidKeySettings

Settings specific to keys that can be used by Android apps.

Inheritance
object
GoogleCloudRecaptchaenterpriseV1AndroidKeySettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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' Each key supports a maximum of 250 package names. To use a key on more apps, set allow_all_package_names to true. When this is set, you are responsible for validating the package name by checking the token_properties.android_package_name field in each assessment response against your list of allowed package names.

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX