RegistryCredentials Class
Container App Private Registry.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelRegistryCredentials
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
|
Container Registry Server. |
username
|
Container Registry Username. |
password_secret_ref
|
The name of the Secret that contains the registry login password. |
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'. |
Variables
Name | Description |
---|---|
server
|
Container Registry Server. |
username
|
Container Registry Username. |
password_secret_ref
|
The name of the Secret that contains the registry login password. |
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'. |
Azure SDK for Python