List Organization Admin Accounts
| securityhub_list_organization_admin_accounts | R Documentation |
Lists the Security Hub administrator accounts¶
Description¶
Lists the Security Hub administrator accounts. Can only be called by the organization management account.
Usage¶
Arguments¶
MaxResultsThe maximum number of items to return in the response.
NextTokenThe token that is required for pagination. On your first call to the
list_organization_admin_accountsoperation, 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.
Value¶
A list with the following syntax:
list(
AdminAccounts = list(
list(
AccountId = "string",
Status = "ENABLED"|"DISABLE_IN_PROGRESS"
)
),
NextToken = "string"
)