Enterprise Edition only
{
"id": String,
"permissions": [String][READ, WRITE],
}
Name | Type | Description |
---|---|---|
id | String | The id of the user/group that the access control applies to. |
permissions | String[] | List of permissions that the user/group has. Valid values are READ , WRITE . |
Access control settings for catalog entities.
Exposed as a top level accessControlList
property with the following data:
{
"users": [AccessControl] [optional],
"groups": [AccessControl] [optional],
"version": Number
}
Name | Type | Description |
---|---|---|
version | Number | Identifies the instance, changed each time it is modified. Generated by Dremio, immutable. |
users | AccessControl[] | List of user access controls. |
groups | AccessControl[] | List of group access controls. |