On this page

    Access Control

    Note:
    Enterprise Edition only

    Access Control

    Access control
    {
      "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. Read All Supported Privileges for information about valid values.

    Access Control List

    Access control settings for catalog entities.
    Exposed as a top level accessControlList property with the following data:

    accessControlList
    {
      "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.