SessionRegistryCredentials Class

Session pool private registry credentials.

Constructor

SessionRegistryCredentials()

Variables

Name Description
server
str

Container registry server.

username
str

Container registry username.

passwordSecretRef
str

The name of the secret that contains the registry login password.

identity
str

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'.

Attributes

identity

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'.

identity: str

passwordSecretRef

The name of the secret that contains the registry login password.

passwordSecretRef: str

server

Container registry server.

server: str

username

Container registry username.

username: str