Learn R Programming

paws.security.identity (version 0.1.12)

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)

Value

An empty list.

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.

Request syntax

svc$update_organization_configuration(
  AutoEnable = TRUE|FALSE
)