Update Organization Configuration
| securityhub_update_organization_configuration | R Documentation |
Updates the configuration of your organization in Security Hub CSPM¶
Description¶
Updates the configuration of your organization in Security Hub CSPM. Only the Security Hub CSPM administrator account can invoke this operation.
Usage¶
securityhub_update_organization_configuration(AutoEnable,
AutoEnableStandards, OrganizationConfiguration)
Arguments¶
AutoEnable |
[required] Whether to automatically enable Security Hub CSPM in new member accounts when they join the organization. If set to If the |
AutoEnableStandards |
Whether to automatically enable Security Hub CSPM default standards in new member accounts when they join the organization. The default value of this parameter is equal to
If equal to If the |
OrganizationConfiguration |
Provides information about the way an organization is configured in Security Hub CSPM. |
Value¶
An empty list.
Request syntax¶
svc$update_organization_configuration(
AutoEnable = TRUE|FALSE,
AutoEnableStandards = "NONE"|"DEFAULT",
OrganizationConfiguration = list(
ConfigurationType = "CENTRAL"|"LOCAL",
Status = "PENDING"|"ENABLED"|"FAILED",
StatusMessage = "string"
)
)