View source: R/securityhub_operations.R
securityhub_list_members | R Documentation |
Lists details about all member accounts for the current Security Hub administrator account.
See https://www.paws-r-sdk.com/docs/securityhub_list_members/ for full documentation.
securityhub_list_members(
OnlyAssociated = NULL,
MaxResults = NULL,
NextToken = NULL
)
OnlyAssociated |
Specifies which member accounts to include in the response based on
their relationship status with the administrator account. The default
value is If If |
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
For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.