Share via


SourceRegistryCredentials Class

Definition

Describes the credential parameters for accessing the source registry.

public class SourceRegistryCredentials
type SourceRegistryCredentials = class
Public Class SourceRegistryCredentials
Inheritance
SourceRegistryCredentials

Constructors

SourceRegistryCredentials()

Initializes a new instance of the SourceRegistryCredentials class.

SourceRegistryCredentials(String)

Initializes a new instance of the SourceRegistryCredentials class.

Properties

LoginMode

Gets or sets 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'

Applies to