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

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

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

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).

Generated from protobuf enum INGEST_ONLY = 4;