RegistryCredentials Class

Container App Private Registry.

Inheritance
azure.mgmt.appcontainers._serialization.Model
RegistryCredentials

Constructor

RegistryCredentials(*, server: str | None = None, username: str | None = None, password_secret_ref: str | None = None, identity: str | None = None, **kwargs: Any)

Keyword-Only Parameters

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

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