RegistryCredentials Class
Container App Private Registry.
Constructor
RegistryCredentials()
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'. |
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