Google Cloud Security Command Center V1 Client - Class EnablementState (1.20.2)

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

The enablement state of the module.

Protobuf type google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule.EnablementState

Namespace

Google \ Cloud \ SecurityCenter \ V1 \ EffectiveSecurityHealthAnalyticsCustomModule

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

ENABLEMENT_STATE_UNSPECIFIED

Value: 0

Unspecified enablement state.

Generated from protobuf enum ENABLEMENT_STATE_UNSPECIFIED = 0;

ENABLED

Value: 1

The module is enabled at the given level.

Generated from protobuf enum ENABLED = 1;

DISABLED

Value: 2

The module is disabled at the given level.

Generated from protobuf enum DISABLED = 2;