Lists details about all member accounts for the current Security Hub master account.
securityhub_list_members(OnlyAssociated, MaxResults, NextToken)
Specifies which member accounts the response includes based on their
relationship status with the master account. The default value is
TRUE
. If onlyAssociated
is set to TRUE
, the response includes
member accounts whose relationship status with the master is set to
ENABLED
or DISABLED
. If onlyAssociated
is set to FALSE
, the
response includes all existing member accounts.
The maximum number of items that you want in the response.
Paginates results. Set the value of this parameter to NULL
on your
first call to the ListMembers
operation. For subsequent calls to the
operation, fill nextToken
in the request with the value of nextToken
from the previous response to continue listing data.
svc$list_members( OnlyAssociated = TRUE|FALSE, MaxResults = 123, NextToken = "string" )