Credentials Class
The parameters that describes a set of credentials that will be used when a run is invoked.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelCredentials
Constructor
Credentials(*, source_registry: _models.SourceRegistryCredentials | None = None, custom_registries: Dict[str, _models.CustomRegistryCredentials] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
source_registry
|
Describes the credential parameters for accessing the source registry. |
custom_registries
|
Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry. |
Variables
Name | Description |
---|---|
source_registry
|
Describes the credential parameters for accessing the source registry. |
custom_registries
|
Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry. |
Azure SDK for Python