GoogleCloudIdentitytoolkitAdminV2RecaptchaConfigArgs

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

Functions

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

Properties

Link copied to clipboard

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
val useAccountDefender: Output<Boolean>? = null

Whether to use the account defender for reCAPTCHA assessment. Defaults to false.