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.
Constructors
Link copied to clipboard
fun GoogleCloudRecaptchaenterpriseV1AndroidKeySettingsArgs(allowAllPackageNames: Output<Boolean>? = null, allowedPackageNames: Output<List<String>>? = null, supportNonGoogleAppStoreDistribution: Output<Boolean>? = null)