/AWS1/CL_AANCHECKACCNOTGRANT01¶
CheckAccessNotGrantedResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_result TYPE /AWS1/AANCHECKACCNOTGRANTEDRS /AWS1/AANCHECKACCNOTGRANTEDRS¶
The result of the check for whether the access is allowed. If the result is
PASS, the specified policy doesn't allow any of the specified permissions in the access object. If the result isFAIL, the specified policy might allow some or all of the permissions in the access object.
iv_message TYPE /AWS1/AANSTRING /AWS1/AANSTRING¶
The message indicating whether the specified access is allowed.
it_reasons TYPE /AWS1/CL_AANREASONSUMMARY=>TT_REASONSUMMARYLIST TT_REASONSUMMARYLIST¶
A description of the reasoning of the result.
Queryable Attributes¶
result¶
The result of the check for whether the access is allowed. If the result is
PASS, the specified policy doesn't allow any of the specified permissions in the access object. If the result isFAIL, the specified policy might allow some or all of the permissions in the access object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULT() |
Getter for RESULT, with configurable default |
ASK_RESULT() |
Getter for RESULT w/ exceptions if field has no value |
HAS_RESULT() |
Determine if RESULT has a value |
message¶
The message indicating whether the specified access is allowed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
reasons¶
A description of the reasoning of the result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASONS() |
Getter for REASONS, with configurable default |
ASK_REASONS() |
Getter for REASONS w/ exceptions if field has no value |
HAS_REASONS() |
Determine if REASONS has a value |