DenyAssignment.Principals Property

Definition

Gets or sets array of principals to which the deny assignment applies.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to