TenantPolicy.ExemptedPrincipals Property

Definition

Gets or sets list of user objectIds that are exempted from the set subscription tenant policies for the user's tenant.

[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))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to