Used to update the configuration related to Organizations. Can only be called from a Security Hub administrator account.
securityhub_update_organization_configuration(AutoEnable)
An empty list.
[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
.
svc$update_organization_configuration(
AutoEnable = TRUE|FALSE
)