Module: Google::Cloud::SecurityCenterManagement::V1::SecurityCenterService::EnablementState

Defined in:
proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb

Overview

Represents the possible enablement states for a service or module.

Constant Summary collapse

ENABLEMENT_STATE_UNSPECIFIED =

Default value. This value is unused.

0
INHERITED =

State is inherited from the parent resource. Valid as an intended enablement state, but not as an effective enablement state.

1
ENABLED =

State is enabled.

2
DISABLED =

State is disabled.

3
INGEST_ONLY =

Security Command Center is configured to ingest findings from this service, but not to enable this service. This state indicates that Security Command Center is misconfigured. You can't set this state yourself.

4