Share via


AuthorizationRule.Rights Property

Definition

Gets or sets the rights associated with the rule.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.rights")]
public System.Collections.Generic.IList<string> Rights { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.rights")>]
member this.Rights : System.Collections.Generic.IList<string> with get, set
Public Property Rights As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to