/AWS1/CL_IDSLSTGRMEMBERSHIPS01¶
ListGroupMembershipsForMemberResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_groupmemberships TYPE /AWS1/CL_IDSGROUPMEMBERSHIP=>TT_GROUPMEMBERSHIPS TT_GROUPMEMBERSHIPS¶
A list of
GroupMembershipobjects in the group for a specified member.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IDSNEXTTOKEN /AWS1/IDSNEXTTOKEN¶
The pagination token used for the
ListUsers,ListGroups, andListGroupMembershipsAPI operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.
Queryable Attributes¶
GroupMemberships¶
A list of
GroupMembershipobjects in the group for a specified member.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPMEMBERSHIPS() |
Getter for GROUPMEMBERSHIPS, with configurable default |
ASK_GROUPMEMBERSHIPS() |
Getter for GROUPMEMBERSHIPS w/ exceptions if field has no va |
HAS_GROUPMEMBERSHIPS() |
Determine if GROUPMEMBERSHIPS has a value |
NextToken¶
The pagination token used for the
ListUsers,ListGroups, andListGroupMembershipsAPI operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.
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 |