/AWS1/CL_VPSDETERMININGPLYITEM¶
Contains information about one of the policies that determined an authorization decision.
This data type is used as an element in a response parameter for the IsAuthorized, BatchIsAuthorized, and IsAuthorizedWithToken operations.
Example: "determiningPolicies":[{"policyId":"SPEXAMPLEabcdefg111111"}]
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_policyid
TYPE /AWS1/VPSPOLICYID
/AWS1/VPSPOLICYID
¶
The Id of a policy that determined to an authorization decision.
Example:
"policyId":"SPEXAMPLEabcdefg111111"
Queryable Attributes¶
policyId¶
The Id of a policy that determined to an authorization decision.
Example:
"policyId":"SPEXAMPLEabcdefg111111"
Accessible with the following methods¶
Method | Description |
---|---|
GET_POLICYID() |
Getter for POLICYID, with configurable default |
ASK_POLICYID() |
Getter for POLICYID w/ exceptions if field has no value |
HAS_POLICYID() |
Determine if POLICYID 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_DETERMININGPOLICYLIST
¶
TYPES TT_DETERMININGPOLICYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_VPSDETERMININGPLYITEM WITH DEFAULT KEY
.