TokenPasswordResponse

data class TokenPasswordResponse(val creationTime: String? = null, val expiry: String? = null, val name: String? = null, val value: String)

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTime: String? = null

The creation datetime of the password.

Link copied to clipboard
val expiry: String? = null

The expiry datetime of the password.

Link copied to clipboard
val name: String? = null

The password name "password1" or "password2"

Link copied to clipboard

The password value.