SessionRegistryCredentialsResponse

data class SessionRegistryCredentialsResponse(val identity: String? = null, val passwordSecretRef: String? = null, val server: String? = null, val username: String? = null)

Session pool private registry credentials.

Constructors

Link copied to clipboard
constructor(identity: String? = null, passwordSecretRef: String? = null, server: String? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val identity: String? = null

A Managed Identity to use to authenticate with Azure Container Registry. For user-assigned identities, use the full user-assigned identity Resource ID. For system-assigned identities, use 'system'

Link copied to clipboard

The name of the secret that contains the registry login password

Link copied to clipboard
val server: String? = null

Container registry server.

Link copied to clipboard
val username: String? = null

Container registry username.