public static final class GrantPermissionRequest.Permission extends Object
ADMIN
: Full
read/write and administrative access on the object.
CONNECT
:
Connect access on the given data source or data sink.
DELETE
:
Delete rows from tables.
EXECUTE
:
Ability to Execute the Procedure object.
INSERT
:
Insert access to tables.
READ
: Ability
to read, list and use the object.
UPDATE
:
Update access to the table.
USER_ADMIN
: Access to administer users and roles that do not have
system_admin permission.
WRITE
:
Access to write, change and delete objects.
permission
.Modifier and Type | Field and Description |
---|---|
static String |
ADMIN
Full read/write and administrative access on the object.
|
static String |
CONNECT
Connect access on the given data source or data sink.
|
static String |
DELETE
Delete rows from tables.
|
static String |
EXECUTE
Ability to Execute the Procedure object.
|
static String |
INSERT
Insert access to tables.
|
static String |
READ
Ability to read, list and use the object.
|
static String |
UPDATE
Update access to the table.
|
static String |
USER_ADMIN
Access to administer users and roles that do not have system_admin
permission.
|
static String |
WRITE
Access to write, change and delete objects.
|
public static final String ADMIN
public static final String CONNECT
public static final String DELETE
public static final String EXECUTE
public static final String INSERT
public static final String READ
public static final String UPDATE
public static final String USER_ADMIN
public static final String WRITE
Copyright © 2024. All rights reserved.