次の方法で共有


Subscription.AuthorizationSource プロパティ

定義

要求の承認ソースを取得または設定します。 有効な値は、レガシ、RoleBased、Bypassed、Direct、Management の 1 つ以上の組み合わせです。 たとえば、'Legacy, RoleBased' などです。

[Newtonsoft.Json.JsonProperty(PropertyName="authorizationSource")]
public string AuthorizationSource { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="authorizationSource")>]
member this.AuthorizationSource : string with get, set
Public Property AuthorizationSource As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象