Token Password Args
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)