GoogleCloudRecaptchaenterpriseV1AndroidKeySettingsArgs

data class GoogleCloudRecaptchaenterpriseV1AndroidKeySettingsArgs(val allowAllPackageNames: Output<Boolean>? = null, val allowedPackageNames: Output<List<String>>? = null, val supportNonGoogleAppStoreDistribution: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudRecaptchaenterpriseV1AndroidKeySettingsArgs>

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

Constructors

fun GoogleCloudRecaptchaenterpriseV1AndroidKeySettingsArgs(allowAllPackageNames: Output<Boolean>? = null, allowedPackageNames: Output<List<String>>? = null, supportNonGoogleAppStoreDistribution: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudRecaptchaenterpriseV1AndroidKeySettingsArgs

Properties

Link copied to clipboard
val allowAllPackageNames: Output<Boolean>? = null

If set to true, allowed_package_names are not enforced.

Link copied to clipboard
val allowedPackageNames: Output<List<String>>? = null

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.