TokenPasswordPassword1

data class TokenPasswordPassword1(val expiry: String? = null, val value: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val expiry: String? = null

The expiration date of the password in RFC3339 format. If not specified, the password never expires. Changing this forces a new resource to be created.

Link copied to clipboard
val value: String? = null

The value of the password (Sensitive).