Security Center Management V1 API - Module Google::Cloud::SecurityCenterManagement::V1::EventThreatDetectionCustomModule::EnablementState (v0.3.0)

Reference documentation and code samples for the Security Center Management V1 API module Google::Cloud::SecurityCenterManagement::V1::EventThreatDetectionCustomModule::EnablementState.

The enablement state of the module.

Constants

ENABLEMENT_STATE_UNSPECIFIED

value: 0
Unspecified enablement state.

ENABLED

value: 1
The module is enabled at the given level.

DISABLED

value: 2
The module is disabled at the given level.

INHERITED

value: 3
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. Attempting to set a top level module (module with no parent) to the INHERITED state will result in an error.