/AWS1/CL_BDOMATCHPRINCENTRY¶
Union for principal matching. Currently supports IAM principal ARN glob matching. Extensible for future principal types (e.g., OAuth client ID).
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_iamprincipal TYPE REF TO /AWS1/CL_BDOIAMPRINCIPAL /AWS1/CL_BDOIAMPRINCIPAL¶
An IAM principal to match against, specified by ARN.
Queryable Attributes¶
iamPrincipal¶
An IAM principal to match against, specified by ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IAMPRINCIPAL() |
Getter for IAMPRINCIPAL |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_MATCHPRINCIPALENTRIES¶
TYPES TT_MATCHPRINCIPALENTRIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOMATCHPRINCENTRY WITH DEFAULT KEY
.