APIKeyRequest.LinkedReadProperties Property

Definition

Gets or sets the read access rights of this API Key.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to