Database Instance Settings Password Validation Policy Args
data class DatabaseInstanceSettingsPasswordValidationPolicyArgs(val complexity: Output<String>? = null, val disallowUsernameSubstring: Output<Boolean>? = null, val enablePasswordPolicy: Output<Boolean>, val minLength: Output<Int>? = null, val passwordChangeInterval: Output<String>? = null, val reuseInterval: Output<Int>? = null) : ConvertibleToJava<DatabaseInstanceSettingsPasswordValidationPolicyArgs>
Properties
Link copied to clipboard
Checks if the password is a combination of lowercase, uppercase, numeric, and non-alphanumeric characters.
Link copied to clipboard
Prevents the use of the username in the password.
Link copied to clipboard
Enables or disable the password validation policy. The optional replica_configuration
block must have master_instance_name
set to work, cannot be updated, and supports:
Link copied to clipboard
Specifies the minimum duration after which you can change the password.
Link copied to clipboard
Specifies the number of previous passwords that you can't reuse.