/AWS1/CL_DETLISTMEMBERSRSP¶
ListMembersResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_MEMBERDETAILS
TYPE /AWS1/CL_DETMEMBERDETAIL=>TT_MEMBERDETAILLIST
TT_MEMBERDETAILLIST
¶
The list of member accounts in the behavior graph.
For invited accounts, the results include member accounts that did not pass verification and member accounts that have not yet accepted the invitation to the behavior graph. The results do not include member accounts that were removed from the behavior graph.
For the organization behavior graph, the results do not include organization accounts that the Detective administrator account has not enabled as member accounts.
IV_NEXTTOKEN
TYPE /AWS1/DETPAGINATIONTOKEN
/AWS1/DETPAGINATIONTOKEN
¶
If there are more member accounts remaining in the results, then use this pagination token to request the next page of member accounts.
Queryable Attributes¶
MemberDetails¶
The list of member accounts in the behavior graph.
For invited accounts, the results include member accounts that did not pass verification and member accounts that have not yet accepted the invitation to the behavior graph. The results do not include member accounts that were removed from the behavior graph.
For the organization behavior graph, the results do not include organization accounts that the Detective administrator account has not enabled as member accounts.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MEMBERDETAILS() |
Getter for MEMBERDETAILS, with configurable default |
ASK_MEMBERDETAILS() |
Getter for MEMBERDETAILS w/ exceptions if field has no value |
HAS_MEMBERDETAILS() |
Determine if MEMBERDETAILS has a value |
NextToken¶
If there are more member accounts remaining in the results, then use this pagination token to request the next page of member accounts.
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 |