GoogleCloudRecaptchaenterpriseV1AndroidKeySettingsResponse

data class GoogleCloudRecaptchaenterpriseV1AndroidKeySettingsResponse(val allowAllPackageNames: Boolean, val allowedPackageNames: List<String>, val supportNonGoogleAppStoreDistribution: Boolean)

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

Constructors

fun GoogleCloudRecaptchaenterpriseV1AndroidKeySettingsResponse(allowAllPackageNames: Boolean, allowedPackageNames: List<String>, supportNonGoogleAppStoreDistribution: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If set to true, allowed_package_names are not enforced.

Link copied to clipboard

Android package names of apps allowed to use the key. Example: 'com.companyname.appname'

Link copied to clipboard

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.