/AWS1/CL_DZNPOLICYGRANTMEMBER¶
A member of the policy grant list.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_principal TYPE REF TO /AWS1/CL_DZNPOLICYGRANTPRINC /AWS1/CL_DZNPOLICYGRANTPRINC¶
The principal of the policy grant member.
io_detail TYPE REF TO /AWS1/CL_DZNPOLICYGRANTDETAIL /AWS1/CL_DZNPOLICYGRANTDETAIL¶
The details of the policy grant member.
iv_createdat TYPE /AWS1/DZNCREATEDAT /AWS1/DZNCREATEDAT¶
Specifies the timestamp at which policy grant member was created.
iv_createdby TYPE /AWS1/DZNCREATEDBY /AWS1/DZNCREATEDBY¶
Specifies the user who created the policy grant member.
iv_grantid TYPE /AWS1/DZNGRANTIDENTIFIER /AWS1/DZNGRANTIDENTIFIER¶
The ID of the policy grant.
Queryable Attributes¶
principal¶
The principal of the policy grant member.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRINCIPAL() |
Getter for PRINCIPAL |
detail¶
The details of the policy grant member.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DETAIL() |
Getter for DETAIL |
createdAt¶
Specifies the timestamp at which policy grant member was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
createdBy¶
Specifies the user who created the policy grant member.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY has a value |
grantId¶
The ID of the policy grant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GRANTID() |
Getter for GRANTID, with configurable default |
ASK_GRANTID() |
Getter for GRANTID w/ exceptions if field has no value |
HAS_GRANTID() |
Determine if GRANTID 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_POLICYGRANTLIST¶
TYPES TT_POLICYGRANTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNPOLICYGRANTMEMBER WITH DEFAULT KEY
.