ImageRepositoryCredentialResponse

data class ImageRepositoryCredentialResponse(val imageRepositoryUrl: String, val password: AsymmetricEncryptedSecretResponse? = null, val userName: String)

Image repository credential.

Constructors

Link copied to clipboard
constructor(imageRepositoryUrl: String, password: AsymmetricEncryptedSecretResponse? = null, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Image repository url (e.g.: mcr.microsoft.com).

Link copied to clipboard

Repository user password.

Link copied to clipboard

Repository user name.