data class TokenPasswordPassword2Args(val expiry: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<TokenPasswordPassword2Args>
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.