Share via


IGitHub.LoginScope Property

Definition

A list of the scopes that should be requested while authenticating.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="A list of the scopes that should be requested while authenticating.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="scopes")]
public string[] LoginScope { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="A list of the scopes that should be requested while authenticating.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="scopes")>]
member this.LoginScope : string[] with get, set
Public Property LoginScope As String()

Property Value

String[]
Attributes

Applies to