DirectoryPasswordPolicyArgs

data class DirectoryPasswordPolicyArgs(val hardExpire: Output<Boolean>? = null, val maxLoginAttempts: Output<Int>? = null, val maxPasswordAge: Output<Int>? = null, val maxPasswordLength: Output<Int>? = null, val minPasswordDifferentChars: Output<Int>? = null, val minPasswordLength: Output<Int>? = null, val passwordNotContainUsername: Output<Boolean>? = null, val passwordReusePrevention: Output<Int>? = null, val requireLowerCaseChars: Output<Boolean>? = null, val requireNumbers: Output<Boolean>? = null, val requireSymbols: Output<Boolean>? = null, val requireUpperCaseChars: Output<Boolean>? = null) : ConvertibleToJava<DirectoryPasswordPolicyArgs>

Constructors

Link copied to clipboard
constructor(hardExpire: Output<Boolean>? = null, maxLoginAttempts: Output<Int>? = null, maxPasswordAge: Output<Int>? = null, maxPasswordLength: Output<Int>? = null, minPasswordDifferentChars: Output<Int>? = null, minPasswordLength: Output<Int>? = null, passwordNotContainUsername: Output<Boolean>? = null, passwordReusePrevention: Output<Int>? = null, requireLowerCaseChars: Output<Boolean>? = null, requireNumbers: Output<Boolean>? = null, requireSymbols: Output<Boolean>? = null, requireUpperCaseChars: Output<Boolean>? = null)

Properties

Link copied to clipboard
val hardExpire: Output<Boolean>? = null

Whether to restrict login after Password Expiration

Link copied to clipboard
val maxLoginAttempts: Output<Int>? = null

Number of password retries.

Link copied to clipboard
val maxPasswordAge: Output<Int>? = null

Password validity period.

Link copied to clipboard
val maxPasswordLength: Output<Int>? = null

Maximum password length.

Link copied to clipboard
val minPasswordDifferentChars: Output<Int>? = null

The minimum number of different characters in a password.

Link copied to clipboard
val minPasswordLength: Output<Int>? = null

Minimum password length.

Link copied to clipboard
val passwordNotContainUsername: Output<Boolean>? = null

Whether the user name is not allowed in the password.

Link copied to clipboard
val passwordReusePrevention: Output<Int>? = null

Historical password check policy.

Link copied to clipboard
val requireLowerCaseChars: Output<Boolean>? = null

Whether lowercase letters are required in the password.

Link copied to clipboard
val requireNumbers: Output<Boolean>? = null

Whether numbers are required in the password.

Link copied to clipboard
val requireSymbols: Output<Boolean>? = null

Whether symbols are required in the password.

Link copied to clipboard
val requireUpperCaseChars: Output<Boolean>? = null

Whether uppercase letters are required in the password.

Functions

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