AccessControlRulesPrivilege.QueryParameters Property

Definition

Gets or sets the query parameters to match in the path.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to