SourceRegistryCredentials Class

Describes the credential parameters for accessing the source registry.

Inheritance
SourceRegistryCredentials

Constructor

SourceRegistryCredentials(*, login_mode: Optional[Union[str, azure.mgmt.containerregistry.v2019_06_01_preview.models._container_registry_management_client_enums.SourceRegistryLoginMode]] = None, **kwargs)

Variables

login_mode
str or SourceRegistryLoginMode

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. Possible values include: "None", "Default".