/AWS1/CL_IABGETREQAUTHDETSOUT¶
GetRequestAuthorizationDetailsOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_requestcontext TYPE /AWS1/CL_RT_DOCUMENT=>TT_MAP TT_MAP¶
The request context is the set of context keys and values that apply to the entire request and are shared by all evaluations.
it_evaluations TYPE /AWS1/CL_IABEVALUATION=>TT_EVALUATIONS TT_EVALUATIONS¶
The list of evaluations for this request. Each evaluation shows how a single action and resource pair was evaluated. This includes the context, the effect, and any policies that matched.
it_policies TYPE /AWS1/CL_IABPOLICYINFO=>TT_POLICYINFOLIST TT_POLICYINFOLIST¶
The list of policies that were evaluated.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IABSTRING /AWS1/IABSTRING¶
The pagination token for retrieving the next page of evaluations. This value is absent when there are no more results.
Queryable Attributes¶
requestContext¶
The request context is the set of context keys and values that apply to the entire request and are shared by all evaluations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTCONTEXT() |
Getter for REQUESTCONTEXT, with configurable default |
ASK_REQUESTCONTEXT() |
Getter for REQUESTCONTEXT w/ exceptions if field has no valu |
HAS_REQUESTCONTEXT() |
Determine if REQUESTCONTEXT has a value |
evaluations¶
The list of evaluations for this request. Each evaluation shows how a single action and resource pair was evaluated. This includes the context, the effect, and any policies that matched.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATIONS() |
Getter for EVALUATIONS, with configurable default |
ASK_EVALUATIONS() |
Getter for EVALUATIONS w/ exceptions if field has no value |
HAS_EVALUATIONS() |
Determine if EVALUATIONS has a value |
policies¶
The list of policies that were evaluated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICIES() |
Getter for POLICIES, with configurable default |
ASK_POLICIES() |
Getter for POLICIES w/ exceptions if field has no value |
HAS_POLICIES() |
Determine if POLICIES has a value |
nextToken¶
The pagination token for retrieving the next page of evaluations. This value is absent when there are no more results.
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 |