AuthorizationData

An authorization token data object that corresponds to a public registry.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A base64-encoded string that contains authorization data for a public Amazon ECR registry. When the string is decoded, it's presented in the format user:password for public registry authentication using docker login.

Link copied to clipboard
val expiresAt: <Error class: unknown class>?

The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.

Functions

Link copied to clipboard
inline fun copy(block: AuthorizationData.Builder.() -> Unit = {}): AuthorizationData
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String