public static final class RevokePermissionSystemRequest.Permission extends Object
SYSTEM_ADMIN
: Full access to all data and system functions.
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_WRITE
Read and write access to all tables.
|
public static final String SYSTEM_ADMIN
public static final String SYSTEM_WRITE
public static final String SYSTEM_READ
Copyright © 2019. All rights reserved.