UserPasswordValidationPolicyResponse

data class UserPasswordValidationPolicyResponse(val allowedFailedAttempts: Int, val enableFailedAttemptsCheck: Boolean, val enablePasswordVerification: Boolean, val passwordExpirationDuration: String, val status: PasswordStatusResponse)

User level password validation policy.

Constructors

Link copied to clipboard
fun UserPasswordValidationPolicyResponse(allowedFailedAttempts: Int, enableFailedAttemptsCheck: Boolean, enablePasswordVerification: Boolean, passwordExpirationDuration: String, status: PasswordStatusResponse)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard

Read-only password status.