Google Cloud Recaptchaenterprise V1Web Key Settings Args
data class GoogleCloudRecaptchaenterpriseV1WebKeySettingsArgs(val allowAllDomains: Output<Boolean>? = null, val allowAmpTraffic: Output<Boolean>? = null, val allowedDomains: Output<List<String>>? = null, val challengeSecurityPreference: Output<GoogleCloudRecaptchaenterpriseV1WebKeySettingsChallengeSecurityPreference>? = null, val integrationType: Output<GoogleCloudRecaptchaenterpriseV1WebKeySettingsIntegrationType>) : ConvertibleToJava<GoogleCloudRecaptchaenterpriseV1WebKeySettingsArgs>
Settings specific to keys that can be used by websites.
Constructors
Link copied to clipboard
fun GoogleCloudRecaptchaenterpriseV1WebKeySettingsArgs(allowAllDomains: Output<Boolean>? = null, allowAmpTraffic: Output<Boolean>? = null, allowedDomains: Output<List<String>>? = null, challengeSecurityPreference: Output<GoogleCloudRecaptchaenterpriseV1WebKeySettingsChallengeSecurityPreference>? = null, integrationType: Output<GoogleCloudRecaptchaenterpriseV1WebKeySettingsIntegrationType>)
Functions
Properties
Link copied to clipboard