paws.security.identity (version 0.1.0)

securityhub_list_members: Lists details about all member accounts for the current Security Hub master account

Description

Lists details about all member accounts for the current Security Hub master account.

Usage

securityhub_list_members(OnlyAssociated, MaxResults, NextToken)

Arguments

OnlyAssociated

Specifies what 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.

MaxResults

Indicates the maximum number of items that you want in the response.

NextToken

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.

Request syntax

svc$list_members(
  OnlyAssociated = TRUE|FALSE,
  MaxResults = 123,
  NextToken = "string"
)