Share via


SourceRegistryCredentials interface

Describes the credential parameters for accessing the source registry.

Properties

identity

The Entra identity used for source registry login. The value is [system] for system-assigned managed identity, [caller] for caller identity, and client ID for user-assigned managed identity.

loginMode

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.

Property Details

identity

The Entra identity used for source registry login. The value is [system] for system-assigned managed identity, [caller] for caller identity, and client ID for user-assigned managed identity.

identity?: string

Property Value

string

loginMode

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.

loginMode?: string

Property Value

string