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

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

Overview

Represents the possible intended states of enablement 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. Not a valid effective enablement state.

1
ENABLED =

State is enabled.

2
DISABLED =

State is disabled.

3
INGEST_ONLY =

SCC is configured to ingest findings from this service but not enable this service. Not a valid intended_enablement_state (that is, this is a readonly state).

4