/AWS1/CL_DIRPOLICYTOPATH¶
Used when a regular object exists in a Directory and you want to find all of the policies that are associated with that object and the parent to that object.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_path TYPE /AWS1/DIRPATHSTRING /AWS1/DIRPATHSTRING¶
The path that is referenced from the root.
it_policies TYPE /AWS1/CL_DIRPOLICYATTACHMENT=>TT_POLICYATTACHMENTLIST TT_POLICYATTACHMENTLIST¶
List of policy objects.
Queryable Attributes¶
Path¶
The path that is referenced from the root.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PATH() |
Getter for PATH, with configurable default |
ASK_PATH() |
Getter for PATH w/ exceptions if field has no value |
HAS_PATH() |
Determine if PATH has a value |
Policies¶
List of policy objects.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_POLICYTOPATHLIST¶
TYPES TT_POLICYTOPATHLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DIRPOLICYTOPATH WITH DEFAULT KEY
.