TokenPasswordArgs

data class TokenPasswordArgs(val creationTime: Output<String>? = null, val expiry: Output<String>? = null, val name: Output<Either<String, TokenPasswordName>>? = null) : ConvertibleToJava<TokenPasswordArgs>

The password that will be used for authenticating the token of a container registry.

Constructors

Link copied to clipboard
constructor(creationTime: Output<String>? = null, expiry: Output<String>? = null, name: Output<Either<String, TokenPasswordName>>? = null)

Properties

Link copied to clipboard
val creationTime: Output<String>? = null

The creation datetime of the password.

Link copied to clipboard
val expiry: Output<String>? = null

The expiry datetime of the password.

Link copied to clipboard
val name: Output<Either<String, TokenPasswordName>>? = null

The password name "password1" or "password2"

Functions

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