SourceRegistryCredentials Class
Describes the credential parameters for accessing the source registry.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelSourceRegistryCredentials
Constructor
SourceRegistryCredentials(*, login_mode: str | _models.SourceRegistryLoginMode | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
login_mode
|
The authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run. Known values are: "None" and "Default". |
Variables
Name | Description |
---|---|
login_mode
|
The authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run. Known values are: "None" and "Default". |
Azure SDK for Python