PasswordStatusResponse

data class PasswordStatusResponse(val locked: Boolean, val passwordExpirationTime: String)

Read-only password status.

Constructors

Link copied to clipboard
fun PasswordStatusResponse(locked: Boolean, passwordExpirationTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If true, user does not have login privileges.

Link copied to clipboard

The expiration time of the current password.