User Password Validation Policy Args
data class UserPasswordValidationPolicyArgs(val allowedFailedAttempts: Output<Int>? = null, val enableFailedAttemptsCheck: Output<Boolean>? = null, val enablePasswordVerification: Output<Boolean>? = null, val passwordExpirationDuration: Output<String>? = null) : ConvertibleToJava<UserPasswordValidationPolicyArgs>
User level password validation policy.
Properties
Link copied to clipboard
Number of failed login attempts allowed before user get locked.
Link copied to clipboard
If true, failed login attempts check will be enabled.
Link copied to clipboard
If true, the user must specify the current password before changing the password. This flag is supported only for MySQL.
Link copied to clipboard
Expiration duration after password is updated.