/AWS1/CL_LKFBATCHPERMSREQENTRY¶
A permission to a resource granted by batch operation to the principal.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/LKFIDENTIFIER /AWS1/LKFIDENTIFIER¶
A unique identifier for the batch permissions request entry.
Optional arguments:¶
io_principal TYPE REF TO /AWS1/CL_LKFDATALAKEPRINCIPAL /AWS1/CL_LKFDATALAKEPRINCIPAL¶
The principal to be granted a permission.
io_resource TYPE REF TO /AWS1/CL_LKFRESOURCE /AWS1/CL_LKFRESOURCE¶
The resource to which the principal is to be granted a permission.
it_permissions TYPE /AWS1/CL_LKFPERMISSIONLIST_W=>TT_PERMISSIONLIST TT_PERMISSIONLIST¶
The permissions to be granted.
io_condition TYPE REF TO /AWS1/CL_LKFCONDITION /AWS1/CL_LKFCONDITION¶
Condition
it_permswithgrantoption TYPE /AWS1/CL_LKFPERMISSIONLIST_W=>TT_PERMISSIONLIST TT_PERMISSIONLIST¶
Indicates if the option to pass permissions is granted.
Queryable Attributes¶
Id¶
A unique identifier for the batch permissions request entry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Principal¶
The principal to be granted a permission.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRINCIPAL() |
Getter for PRINCIPAL |
Resource¶
The resource to which the principal is to be granted a permission.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCE() |
Getter for RESOURCE |
Permissions¶
The permissions to be granted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERMISSIONS() |
Getter for PERMISSIONS, with configurable default |
ASK_PERMISSIONS() |
Getter for PERMISSIONS w/ exceptions if field has no value |
HAS_PERMISSIONS() |
Determine if PERMISSIONS has a value |
Condition¶
Condition
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONDITION() |
Getter for CONDITION |
PermissionsWithGrantOption¶
Indicates if the option to pass permissions is granted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERMSWITHGRANTOPTION() |
Getter for PERMISSIONSWITHGRANTOPTION, with configurable def |
ASK_PERMSWITHGRANTOPTION() |
Getter for PERMISSIONSWITHGRANTOPTION w/ exceptions if field |
HAS_PERMSWITHGRANTOPTION() |
Determine if PERMISSIONSWITHGRANTOPTION has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BATCHPERMSREQUESTENTRYLIST¶
TYPES TT_BATCHPERMSREQUESTENTRYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LKFBATCHPERMSREQENTRY WITH DEFAULT KEY
.