/AWS1/CL_ORGLSTORGALUNITSFOR01¶
ListOrganizationalUnitsForParentResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_organizationalunits TYPE /AWS1/CL_ORGORGANIZATIONALUNIT=>TT_ORGANIZATIONALUNITS TT_ORGANIZATIONALUNITS¶
A list of the OUs in the specified root or parent OU.
iv_nexttoken TYPE /AWS1/ORGNEXTTOKEN /AWS1/ORGNEXTTOKEN¶
If present, indicates that more output is available than is included in the current response. Use this value in the
NextTokenrequest parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until theNextTokenresponse element comes back asnull.
Queryable Attributes¶
OrganizationalUnits¶
A list of the OUs in the specified root or parent OU.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORGANIZATIONALUNITS() |
Getter for ORGANIZATIONALUNITS, with configurable default |
ASK_ORGANIZATIONALUNITS() |
Getter for ORGANIZATIONALUNITS w/ exceptions if field has no |
HAS_ORGANIZATIONALUNITS() |
Determine if ORGANIZATIONALUNITS has a value |
NextToken¶
If present, indicates that more output is available than is included in the current response. Use this value in the
NextTokenrequest parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until theNextTokenresponse element comes back asnull.
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 |