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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Security Center Management V1 Client - Class EnablementState (1.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.1 (latest)](/php/docs/reference/cloud-securitycentermanagement/latest/V1.SecurityCenterService.EnablementState)\n- [1.2.0](/php/docs/reference/cloud-securitycentermanagement/1.2.0/V1.SecurityCenterService.EnablementState)\n- [1.1.3](/php/docs/reference/cloud-securitycentermanagement/1.1.3/V1.SecurityCenterService.EnablementState)\n- [1.0.0](/php/docs/reference/cloud-securitycentermanagement/1.0.0/V1.SecurityCenterService.EnablementState)\n- [0.3.2](/php/docs/reference/cloud-securitycentermanagement/0.3.2/V1.SecurityCenterService.EnablementState)\n- [0.2.7](/php/docs/reference/cloud-securitycentermanagement/0.2.7/V1.SecurityCenterService.EnablementState)\n- [0.1.0](/php/docs/reference/cloud-securitycentermanagement/0.1.0/V1.SecurityCenterService.EnablementState) \nReference documentation and code samples for the Google Cloud Security Center Management V1 Client class EnablementState.\n\nRepresents the possible enablement states for a service or module.\n\nProtobuf type `google.cloud.securitycentermanagement.v1.SecurityCenterService.EnablementState`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ SecurityCenterManagement \\\\ V1 \\\\ SecurityCenterService\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### ENABLEMENT_STATE_UNSPECIFIED\n\n Value: 0\n\nDefault value. This value is unused.\n\nGenerated from protobuf enum `ENABLEMENT_STATE_UNSPECIFIED = 0;`\n\n### INHERITED\n\n Value: 1\n\nState is inherited from the parent resource. Valid as an intended\nenablement state, but not as an effective enablement state.\n\nGenerated from protobuf enum `INHERITED = 1;`\n\n### ENABLED\n\n Value: 2\n\nState is enabled.\n\nGenerated from protobuf enum `ENABLED = 2;`\n\n### DISABLED\n\n Value: 3\n\nState is disabled.\n\nGenerated from protobuf enum `DISABLED = 3;`\n\n### INGEST_ONLY\n\n Value: 4\n\nSecurity Command Center is configured to ingest findings from this\nservice, but not to enable this service. This state indicates that\nSecurity Command Center is misconfigured. You can't set this state\nyourself.\n\nGenerated from protobuf enum `INGEST_ONLY = 4;`"]]