RegistryCredentials Class

Container App Private Registry.

Constructor

RegistryCredentials()

Variables

Name Description
server
str

Container Registry Server.

username
str

Container Registry Username.

password_secret_ref
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