Lists details about all member accounts for the current Security Hub CSPM administrator account
Source:R/securityhub_operations.R
securityhub_list_members.RdLists details about all member accounts for the current Security Hub CSPM administrator account.
See https://www.paws-r-sdk.com/docs/securityhub_list_members/ for full documentation.
Arguments
- OnlyAssociated
Specifies which member accounts to include in the response based on their relationship status with the administrator account. The default value is
TRUE.If
OnlyAssociatedis set toTRUE, the response includes member accounts whose relationship status with the administrator account is set toENABLED.If
OnlyAssociatedis set toFALSE, the response includes all existing member accounts.- MaxResults
The maximum number of items to return in the response.
- NextToken
The token that is required for pagination. On your first call to the
list_membersoperation, set the value of this parameter toNULL.For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.