ListRegistryCredentialsResult

data class ListRegistryCredentialsResult(val passwords: List<RegistryPasswordResponse>? = null, val username: String? = null)

The response from the ListCredentials operation.

Constructors

Link copied to clipboard
constructor(passwords: List<RegistryPasswordResponse>? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of passwords for a container registry.

Link copied to clipboard
val username: String? = null

The username for a container registry.