public static final class GrantPermissionRequest.Options extends Object
COLUMNS
:
Apply table security to these columns, comma-separated. The default
value is ''.
FILTER_EXPRESSION
: Optional filter expression to apply to this grant.
Only rows that match the filter will be affected. The default value is
''.
WITH_GRANT_OPTION
: Allow the recipient to grant the same permission (or
subset) to others
Supported values:
The default value is FALSE
.
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
COLUMNS
Apply table security to these columns, comma-separated.
|
static String |
FALSE |
static String |
FILTER_EXPRESSION
Optional filter expression to apply to this grant.
|
static String |
TRUE |
static String |
WITH_GRANT_OPTION
|
public static final String COLUMNS
public static final String FILTER_EXPRESSION
public static final String WITH_GRANT_OPTION
FALSE
.public static final String TRUE
public static final String FALSE
Copyright © 2024. All rights reserved.