Skip to content

Register Organization Admin Account

auditmanager_register_organization_admin_account R Documentation

Enables an Amazon Web Services account within the organization as the delegated administrator for Audit Manager

Description

Enables an Amazon Web Services account within the organization as the delegated administrator for Audit Manager.

Usage

auditmanager_register_organization_admin_account(adminAccountId)

Arguments

adminAccountId

[required] The identifier for the delegated administrator account.

Value

A list with the following syntax:

list(
  adminAccountId = "string",
  organizationId = "string"
)

Request syntax

svc$register_organization_admin_account(
  adminAccountId = "string"
)