Password Validation Policy Args
data class PasswordValidationPolicyArgs(val complexity: Output<PasswordValidationPolicyComplexity>? = null, val disallowUsernameSubstring: Output<Boolean>? = null, val enablePasswordPolicy: Output<Boolean>? = null, val minLength: Output<Int>? = null, val passwordChangeInterval: Output<String>? = null, val reuseInterval: Output<Int>? = null) : ConvertibleToJava<PasswordValidationPolicyArgs>
Database instance local user password validation policy
Constructors
Link copied to clipboard
fun PasswordValidationPolicyArgs(complexity: Output<PasswordValidationPolicyComplexity>? = null, disallowUsernameSubstring: Output<Boolean>? = null, enablePasswordPolicy: Output<Boolean>? = null, minLength: Output<Int>? = null, passwordChangeInterval: Output<String>? = null, reuseInterval: Output<Int>? = null)