ISiteAuthSettings.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.Runtime.Info(Create=true, Description="The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication.\r\n        This setting is optional", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="gitHubOAuthScopes", Update=true)]
public System.Collections.Generic.List<string> GitHubOAuthScope { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication.\r\n        This setting is optional", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="gitHubOAuthScopes", Update=true)>]
member this.GitHubOAuthScope : System.Collections.Generic.List<string> with get, set
Public Property GitHubOAuthScope As List(Of String)

Property Value

Attributes

Applies to