SiteAuthSettingsInner.MicrosoftAccountOAuthScopes Proprietà

Definizione

Ottiene o imposta gli ambiti OAuth 2.0 richiesti come parte dell'autenticazione dell'account Microsoft. Questa impostazione è facoltativa. Se non specificato, "wl.basic" viene usato come ambito predefinito. Documentazione relativa agli ambiti e alle autorizzazioni dell'account Microsoft: 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)

Valore della proprietà

Attributi
Newtonsoft.Json.JsonPropertyAttribute

Si applica a