UserPasswordPolicyStatus

data class UserPasswordPolicyStatus(val locked: Boolean? = null, val passwordExpirationTime: String? = null)

Constructors

Link copied to clipboard
constructor(locked: Boolean? = null, passwordExpirationTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val locked: Boolean? = null

If true, user does not have login privileges.

Link copied to clipboard

Password expiration duration with one week grace period.