DenyAssignment.ExcludePrincipals Property

Definition

Gets or sets array of principals to which the deny assignment does not apply.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.excludePrincipals")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Authorization.Models.Principal> ExcludePrincipals { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.excludePrincipals")>]
member this.ExcludePrincipals : System.Collections.Generic.IList<Microsoft.Azure.Management.Authorization.Models.Principal> with get, set
Public Property ExcludePrincipals As IList(Of Principal)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to