次の方法で共有


SiteAuthSettingsInner.MicrosoftAccountOAuthScopes プロパティ

定義

Microsoft アカウント認証の一部として要求される OAuth 2.0 スコープを取得または設定します。 この設定はオプションです。 指定しない場合は、既定のスコープとして "wl.basic" が使用されます。 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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象