Google Cloud Identitytoolkit Admin V2Recaptcha Config Args
data class GoogleCloudIdentitytoolkitAdminV2RecaptchaConfigArgs(val emailPasswordEnforcementState: Output<GoogleCloudIdentitytoolkitAdminV2RecaptchaConfigEmailPasswordEnforcementState>? = null, val managedRules: Output<List<GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRuleArgs>>? = null, val useAccountDefender: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudIdentitytoolkitAdminV2RecaptchaConfigArgs>
The reCAPTCHA Enterprise integration config.
Constructors
Link copied to clipboard
constructor(emailPasswordEnforcementState: Output<GoogleCloudIdentitytoolkitAdminV2RecaptchaConfigEmailPasswordEnforcementState>? = null, managedRules: Output<List<GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRuleArgs>>? = null, useAccountDefender: Output<Boolean>? = null)
Properties
Link copied to clipboard
val emailPasswordEnforcementState: Output<GoogleCloudIdentitytoolkitAdminV2RecaptchaConfigEmailPasswordEnforcementState>? = null
The reCAPTCHA config for email/password provider, containing the enforcement status. The email/password provider contains all related user flows protected by reCAPTCHA.
Link copied to clipboard
The managed rules for authentication action based on reCAPTCHA scores. The rules are shared across providers for a given tenant project.
Link copied to clipboard
Whether to use the account defender for reCAPTCHA assessment. Defaults to false
.