ImageRepositoryCredentialsResponse

data class ImageRepositoryCredentialsResponse(val password: String, val registryUrl: String, val username: String)

Constructors

Link copied to clipboard
constructor(password: String, registryUrl: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The password or token used to access an image in the target repository.

Link copied to clipboard

The URL of the authentication server used to validate the repository credentials.

Link copied to clipboard

The username used to access an image in the target repository.