SessionRegistryCredentials Class
Session pool private registry credentials.
Constructor
SessionRegistryCredentials(*args: Any, **kwargs: Any)
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 | None
password_secret_ref
The name of the secret that contains the registry login password.
password_secret_ref: str | None
server
Container registry server.
server: str | None
username
Container registry username.
username: str | None