WorkspaceAccessControlResponse.AccessControlList Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to