SiteAuthSettings.GitHubOAuthScope Property

Definition

The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication. This setting is optional

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Inlined)]
public System.Collections.Generic.List<string> GitHubOAuthScope { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Inlined)>]
member this.GitHubOAuthScope : System.Collections.Generic.List<string> with get, set
Public Property GitHubOAuthScope As List(Of String)

Property Value

Implements

Attributes

Applies to