/AWS1/CL_LKFGETEFFECTIVEPERM01¶
GetEffectivePermissionsForPathResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_PERMISSIONS
TYPE /AWS1/CL_LKFPRINCRESOURCEPERMS=>TT_PRINCIPALRESOURCEPERMSLIST
TT_PRINCIPALRESOURCEPERMSLIST
¶
A list of the permissions for the specified table or database resource located at the path in Amazon S3.
IV_NEXTTOKEN
TYPE /AWS1/LKFTOKEN
/AWS1/LKFTOKEN
¶
A continuation token, if this is not the first call to retrieve this list.
Queryable Attributes¶
Permissions¶
A list of the permissions for the specified table or database resource located at the path in Amazon S3.
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 |
NextToken¶
A continuation token, if this is not the first call to retrieve this list.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |