Reference documentation and code samples for the Security Command 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. If you try to set a top-level
module (a module with no parent) to the INHERITED state, you receive an
INVALID_ARGUMENT error.