Module: Google::Cloud::SecurityCenter::V1::SecurityHealthAnalyticsCustomModule::EnablementState

Defined in:
proto_docs/google/cloud/securitycenter/v1/security_health_analytics_custom_module.rb

Overview

Possible enablement states of a custom module.

Constant Summary collapse

ENABLEMENT_STATE_UNSPECIFIED =

Unspecified enablement state.

0
ENABLED =

The module is enabled at the given CRM resource.

1
DISABLED =

The module is disabled at the given CRM resource.

2
INHERITED =

State is inherited from an ancestor module. The module will either be effectively ENABLED or DISABLED based on its closest non-inherited ancestor module in the CRM hierarchy.

3