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 \ EffectiveSecurityHealthAnalyticsCustomModuleMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;