Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by the account IDs.
guardduty_get_members(DetectorId, AccountIds)
A list with the following syntax:
list(
Members = list(
list(
AccountId = "string",
DetectorId = "string",
MasterId = "string",
Email = "string",
RelationshipStatus = "string",
InvitedAt = "string",
UpdatedAt = "string"
)
),
UnprocessedAccounts = list(
list(
AccountId = "string",
Result = "string"
)
)
)
[required] The unique ID of the detector of the GuardDuty account whose members you want to retrieve.
[required] A list of account IDs of the GuardDuty member accounts that you want to describe.
svc$get_members(
DetectorId = "string",
AccountIds = list(
"string"
)
)