GetRegistryCredentialsResult

data class GetRegistryCredentialsResult(val password: String? = null, val username: String? = null)

The result of a request to get the administrator login credentials for a container registry.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

The administrator password.

Link copied to clipboard
val username: String? = null

The administrator username.