VmImageRepositoryCredentialsResponse

data class VmImageRepositoryCredentialsResponse(val password: String, val username: String)

The credentials used to login to the image repository that has access to the specified image

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Password for accessing image repository

Link copied to clipboard

Username for accessing image repository