public static final class RevokePermissionTableRequest.Permission extends Object
TABLE_ADMIN
: Full read/write and administrative access to the table.
TABLE_INSERT
: Insert access to the table.
TABLE_UPDATE
: Update access to the table.
TABLE_DELETE
: Delete access to the table.
TABLE_READ
: Read access to the table.
permission
.Modifier and Type | Field and Description |
---|---|
static String |
TABLE_ADMIN
Full read/write and administrative access to the table.
|
static String |
TABLE_DELETE
Delete access to the table.
|
static String |
TABLE_INSERT
Insert access to the table.
|
static String |
TABLE_READ
Read access to the table.
|
static String |
TABLE_UPDATE
Update access to the table.
|
public static final String TABLE_ADMIN
public static final String TABLE_INSERT
public static final String TABLE_UPDATE
public static final String TABLE_DELETE
public static final String TABLE_READ
Copyright © 2020. All rights reserved.