Google Cloud Security Center Management V1 Client - Class EnablementState (1.1.1)

Reference documentation and code samples for the Google Cloud Security Center Management V1 Client class EnablementState.

Represents the possible enablement states for a service or module.

Protobuf type google.cloud.securitycentermanagement.v1.SecurityCenterService.EnablementState

Namespace

Google \ Cloud \ SecurityCenterManagement \ V1 \ SecurityCenterService

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ENABLEMENT_STATE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum ENABLEMENT_STATE_UNSPECIFIED = 0;

INHERITED

Value: 1

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

Generated from protobuf enum INHERITED = 1;

ENABLED

Value: 2

State is enabled.

Generated from protobuf enum ENABLED = 2;

DISABLED

Value: 3

State is disabled.

Generated from protobuf enum DISABLED = 3;

INGEST_ONLY

Value: 4

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.

Generated from protobuf enum INGEST_ONLY = 4;