public static final class RevokePermissionSystemRequest.Permission extends Object
SYSTEM_ADMIN: Full access to all data and system functions.
SYSTEM_USER_ADMIN: Access to administer users and roles that do not
have system_admin permission.
SYSTEM_WRITE: Read and write access to all tables.
SYSTEM_READ: Read-only access to all tables.
permission.| Modifier and Type | Field and Description |
|---|---|
static String |
SYSTEM_ADMIN
Full access to all data and system functions.
|
static String |
SYSTEM_READ
Read-only access to all tables.
|
static String |
SYSTEM_USER_ADMIN
Access to administer users and roles that do not have system_admin
permission.
|
static String |
SYSTEM_WRITE
Read and write access to all tables.
|
public static final String SYSTEM_ADMIN
public static final String SYSTEM_USER_ADMIN
public static final String SYSTEM_WRITE
public static final String SYSTEM_READ
Copyright © 2020. All rights reserved.