Delen via


SiteAuthSettingsInner.MicrosoftAccountOAuthScopes Eigenschap

Definitie

Hiermee worden de OAuth 2.0-bereiken opgehaald of ingesteld die worden aangevraagd als onderdeel van de verificatie van het Microsoft-account. Deze instelling is optioneel. Als dit niet is opgegeven, wordt 'wl.basic' gebruikt als het standaardbereik. Documentatie voor Microsoft-accountbereiken en -machtigingen: 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)

Waarde van eigenschap

Kenmerken
Newtonsoft.Json.JsonPropertyAttribute

Van toepassing op