Google Cloud Recaptchaenterprise V1Android Key Settings Args
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.
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.