UserAccessPolicy.Permissions Property

Definition

Gets or sets the string with permissions for Data Plane access. Currently only 'r' is supported which grants read only access.

[Newtonsoft.Json.JsonProperty(PropertyName="permissions")]
public string Permissions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="permissions")>]
member this.Permissions : string with get, set
Public Property Permissions As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to