/AWS1/CL_DSDLISTGRPMEMBERSRSLT¶
ListGroupMembersResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_directoryid TYPE /AWS1/DSDDIRECTORYID /AWS1/DSDDIRECTORYID¶
Identifier (ID) of the directory associated with the group.
iv_realm TYPE /AWS1/DSDREALM /AWS1/DSDREALM¶
The domain name that's associated with the group.
iv_memberrealm TYPE /AWS1/DSDREALM /AWS1/DSDREALM¶
The domain name that's associated with the member.
it_members TYPE /AWS1/CL_DSDMEMBER=>TT_MEMBERLIST TT_MEMBERLIST¶
The member information that the request returns.
iv_nexttoken TYPE /AWS1/DSDNEXTTOKEN /AWS1/DSDNEXTTOKEN¶
An encoded paging token for paginated calls that can be passed back to retrieve the next page.
Queryable Attributes¶
DirectoryId¶
Identifier (ID) of the directory associated with the group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIRECTORYID() |
Getter for DIRECTORYID, with configurable default |
ASK_DIRECTORYID() |
Getter for DIRECTORYID w/ exceptions if field has no value |
HAS_DIRECTORYID() |
Determine if DIRECTORYID has a value |
Realm¶
The domain name that's associated with the group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REALM() |
Getter for REALM, with configurable default |
ASK_REALM() |
Getter for REALM w/ exceptions if field has no value |
HAS_REALM() |
Determine if REALM has a value |
MemberRealm¶
The domain name that's associated with the member.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMBERREALM() |
Getter for MEMBERREALM, with configurable default |
ASK_MEMBERREALM() |
Getter for MEMBERREALM w/ exceptions if field has no value |
HAS_MEMBERREALM() |
Determine if MEMBERREALM has a value |
Members¶
The member information that the request returns.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMBERS() |
Getter for MEMBERS, with configurable default |
ASK_MEMBERS() |
Getter for MEMBERS w/ exceptions if field has no value |
HAS_MEMBERS() |
Determine if MEMBERS has a value |
NextToken¶
An encoded paging token for paginated calls that can be passed back to retrieve 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 |