Module: Google::Cloud::SecurityCenter::V1::EventThreatDetectionCustomModule::EnablementState

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

Overview

The enablement state of the module.

Constant Summary collapse

ENABLEMENT_STATE_UNSPECIFIED =

Unspecified enablement state.

0
ENABLED =

The module is enabled at the given level.

1
DISABLED =

The module is disabled at the given level.

2
INHERITED =

When the enablement state is inherited.

3