Skip to content

Enable Delegated Admin Account

inspector2_enable_delegated_admin_account R Documentation

Enables the Amazon Inspector delegated administrator for your Organizations organization

Description

Enables the Amazon Inspector delegated administrator for your Organizations organization.

Usage

inspector2_enable_delegated_admin_account(clientToken,
  delegatedAdminAccountId)

Arguments

clientToken

The idempotency token for the request.

delegatedAdminAccountId

[required] The Amazon Web Services account ID of the Amazon Inspector delegated administrator.

Value

A list with the following syntax:

list(
  delegatedAdminAccountId = "string"
)

Request syntax

svc$enable_delegated_admin_account(
  clientToken = "string",
  delegatedAdminAccountId = "string"
)