ContainerRegistryBasicCredentialsResponse

data class ContainerRegistryBasicCredentialsResponse(val server: String, val type: String, val username: String)

The basic authentication properties for the container registry resource.

Constructors

constructor(server: String, type: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The login server of the Container Registry.

Link copied to clipboard

The credential type of the container registry credentials. Expected value is 'BasicAuth'.

Link copied to clipboard

The username of the Container Registry.