Learn R Programming

paws.security.identity (version 0.1.11)

securityhub_update_organization_configuration: Used to update the configuration related to Organizations

Description

Used to update the configuration related to Organizations. Can only be called from a Security Hub administrator account.

Usage

securityhub_update_organization_configuration(AutoEnable)

Arguments

AutoEnable

[required] Whether to automatically enable Security Hub for new accounts in the organization.

By default, this is false, and new accounts are not added automatically.

To automatically enable Security Hub for new accounts, set this to true.

Value

An empty list.

Request syntax

svc$update_organization_configuration(
  AutoEnable = TRUE|FALSE
)