UserInitialPassword

data class UserInitialPassword(val temporary: Boolean? = null, val value: String)

Constructors

Link copied to clipboard
constructor(temporary: Boolean? = null, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val temporary: Boolean? = null

If set to true, the initial password is set up for renewal on first use. Default to false.

Link copied to clipboard

The initial password.