UserPasswordPolicyArgs

data class UserPasswordPolicyArgs(val allowedFailedAttempts: Output<Int>? = null, val enableFailedAttemptsCheck: Output<Boolean>? = null, val enablePasswordVerification: Output<Boolean>? = null, val passwordExpirationDuration: Output<String>? = null, val statuses: Output<List<UserPasswordPolicyStatusArgs>>? = null) : ConvertibleToJava<UserPasswordPolicyArgs>

Constructors

Link copied to clipboard
constructor(allowedFailedAttempts: Output<Int>? = null, enableFailedAttemptsCheck: Output<Boolean>? = null, enablePasswordVerification: Output<Boolean>? = null, passwordExpirationDuration: Output<String>? = null, statuses: Output<List<UserPasswordPolicyStatusArgs>>? = null)

Properties

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

Number of failed attempts allowed before the user get locked.

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

If true, the check that will lock user after too many failed login attempts will be enabled.

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

If true, the user must specify the current password before changing the password. This flag is supported only for MySQL.

Link copied to clipboard
val passwordExpirationDuration: Output<String>? = null

Password expiration duration with one week grace period.

Link copied to clipboard

Functions

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