TokenPasswordPassword2Args

data class TokenPasswordPassword2Args(val expiry: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<TokenPasswordPassword2Args>

Constructors

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

Properties

Link copied to clipboard
val expiry: Output<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: Output<String>? = null

The value of the password (Sensitive).

Functions

Link copied to clipboard
open override fun toJava(): TokenPasswordPassword2Args