Google Cloud Identitytoolkit Admin V2Password Policy Config Args
data class GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfigArgs(val forceUpgradeOnSignin: Output<Boolean>? = null, val passwordPolicyEnforcementState: Output<GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfigPasswordPolicyEnforcementState>? = null, val passwordPolicyVersions: Output<List<GoogleCloudIdentitytoolkitAdminV2PasswordPolicyVersionArgs>>? = null) : ConvertibleToJava<GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfigArgs>
The configuration for the password policy on the project.
Constructors
Link copied to clipboard
constructor(forceUpgradeOnSignin: Output<Boolean>? = null, passwordPolicyEnforcementState: Output<GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfigPasswordPolicyEnforcementState>? = null, passwordPolicyVersions: Output<List<GoogleCloudIdentitytoolkitAdminV2PasswordPolicyVersionArgs>>? = null)
Properties
Link copied to clipboard
Users must have a password compliant with the password policy to sign-in.
Link copied to clipboard
val passwordPolicyEnforcementState: Output<GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfigPasswordPolicyEnforcementState>? = null
Which enforcement mode to use for the password policy.
Link copied to clipboard
val passwordPolicyVersions: Output<List<GoogleCloudIdentitytoolkitAdminV2PasswordPolicyVersionArgs>>? = null
Must be of length 1. Contains the strength attributes for the password policy.