SiteAuthSettingsInner.MicrosoftAccountOAuthScopes Property

Definition

Gets or sets the OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. This setting is optional. If not specified, "wl.basic" is used as the default scope. Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx

[Newtonsoft.Json.JsonProperty(PropertyName="properties.microsoftAccountOAuthScopes")]
public System.Collections.Generic.IList<string> MicrosoftAccountOAuthScopes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.microsoftAccountOAuthScopes")>]
member this.MicrosoftAccountOAuthScopes : System.Collections.Generic.IList<string> with get, set
Public Property MicrosoftAccountOAuthScopes As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to