List Organization Admin Accounts
| macie2_list_organization_admin_accounts | R Documentation |
Retrieves information about the delegated Amazon Macie administrator account for an organization in Organizations¶
Description¶
Retrieves information about the delegated Amazon Macie administrator account for an organization in Organizations.
Usage¶
Arguments¶
maxResultsThe maximum number of items to include in each page of a paginated response.
nextTokenThe nextToken string that specifies which page of results to return in a paginated response.
Value¶
A list with the following syntax:
list(
adminAccounts = list(
list(
accountId = "string",
status = "ENABLED"|"DISABLING_IN_PROGRESS"
)
),
nextToken = "string"
)