Skip to content

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

macie2_list_organization_admin_accounts(maxResults, nextToken)

Arguments

maxResults

The maximum number of items to include in each page of a paginated response.

nextToken

The 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"
)

Request syntax

svc$list_organization_admin_accounts(
  maxResults = 123,
  nextToken = "string"
)