Source.AuthorizedResources Property

Definition

Gets or sets list of Resource referred into query

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to