ImageRegistryCredentialResponse

data class ImageRegistryCredentialResponse(val identity: String? = null, val identityUrl: String? = null, val password: String? = null, val passwordReference: String? = null, val server: String, val username: String? = null)

Image registry credential.

Constructors

Link copied to clipboard
constructor(identity: String? = null, identityUrl: String? = null, password: String? = null, passwordReference: String? = null, server: String, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val identity: String? = null

The identity for the private registry.

Link copied to clipboard
val identityUrl: String? = null

The identity URL for the private registry.

Link copied to clipboard
val password: String? = null

The password for the private registry.

Link copied to clipboard

The reference for the private registry password.

Link copied to clipboard

The Docker image registry server without a protocol such as "http" and "https".

Link copied to clipboard
val username: String? = null

The username for the private registry.