paws.security.identity (version 0.1.0)

guardduty_get_members: Retrieves GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs

Description

Retrieves GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.

Usage

guardduty_get_members(AccountIds, DetectorId)

Arguments

AccountIds

[required] A list of account IDs of the GuardDuty member accounts that you want to describe.

DetectorId

[required] The unique ID of the detector of the GuardDuty account whose members you want to retrieve.

Request syntax

svc$get_members(
  AccountIds = list(
    "string"
  ),
  DetectorId = "string"
)