次の方法で共有


TenantPolicy.ExemptedPrincipals プロパティ

定義

ユーザーのテナントの設定されたサブスクリプション テナント ポリシーから除外されるユーザー objectId の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="exemptedPrincipals")]
public System.Collections.Generic.IList<Guid?> ExemptedPrincipals { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="exemptedPrincipals")>]
member this.ExemptedPrincipals : System.Collections.Generic.IList<Nullable<Guid>> with get, set
Public Property ExemptedPrincipals As IList(Of Nullable(Of Guid))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象