Share via


SourceRegistryCredentials.LoginMode Property

Definition

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'

[Newtonsoft.Json.JsonProperty(PropertyName="loginMode")]
public string LoginMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="loginMode")>]
member this.LoginMode : string with get, set
Public Property LoginMode As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to