Used to update the configuration related to Organizations. Can only be called from a Security Hub administrator account.
See https://www.paws-r-sdk.com/docs/securityhub_update_organization_configuration/ for full documentation.
securityhub_update_organization_configuration(
AutoEnable,
AutoEnableStandards = NULL
)
[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
.
Whether to automatically enable Security Hub default standards for new member accounts in the organization.
By default, this parameter is equal to DEFAULT
, and new member
accounts are automatically enabled with default Security Hub standards.
To opt out of enabling default standards for new member accounts, set
this parameter equal to NONE
.