Learn R Programming

paws.security.identity (version 0.1.12)

securityhub_enable_organization_admin_account: Designates the Security Hub administrator account for an organization

Description

Designates the Security Hub administrator account for an organization. Can only be called by the organization management account.

Usage

securityhub_enable_organization_admin_account(AdminAccountId)

Value

An empty list.

Arguments

AdminAccountId

[required] The AWS account identifier of the account to designate as the Security Hub administrator account.

Request syntax

svc$enable_organization_admin_account(
  AdminAccountId = "string"
)