Image Repository Credential Response
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)