Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class EnablementState.
Possible enablement states of a custom module.
Protobuf type google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule.EnablementState
Namespace
Google \ Cloud \ SecurityCenter \ V1 \ SecurityHealthAnalyticsCustomModule
Methods
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 CRM resource.
Generated from protobuf enum ENABLED = 1;
DISABLED
Value: 2
The module is disabled at the given CRM resource.
Generated from protobuf enum DISABLED = 2;
INHERITED
Value: 3
State is inherited from an ancestor module. The module will either
be effectively ENABLED or DISABLED based on its closest non-inherited
ancestor module in the CRM hierarchy.
[[["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-09 UTC."],[],[],null,["# Google Cloud Security Command Center V1 Client - Class EnablementState (2.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.1 (latest)](/php/docs/reference/cloud-security-center/latest/V1.SecurityHealthAnalyticsCustomModule.EnablementState)\n- [2.2.0](/php/docs/reference/cloud-security-center/2.2.0/V1.SecurityHealthAnalyticsCustomModule.EnablementState)\n- [2.1.1](/php/docs/reference/cloud-security-center/2.1.1/V1.SecurityHealthAnalyticsCustomModule.EnablementState)\n- [2.0.4](/php/docs/reference/cloud-security-center/2.0.4/V1.SecurityHealthAnalyticsCustomModule.EnablementState)\n- [1.32.0](/php/docs/reference/cloud-security-center/1.32.0/V1.SecurityHealthAnalyticsCustomModule.EnablementState)\n- [1.31.0](/php/docs/reference/cloud-security-center/1.31.0/V1.SecurityHealthAnalyticsCustomModule.EnablementState)\n- [1.30.0](/php/docs/reference/cloud-security-center/1.30.0/V1.SecurityHealthAnalyticsCustomModule.EnablementState)\n- [1.29.0](/php/docs/reference/cloud-security-center/1.29.0/V1.SecurityHealthAnalyticsCustomModule.EnablementState)\n- [1.28.2](/php/docs/reference/cloud-security-center/1.28.2/V1.SecurityHealthAnalyticsCustomModule.EnablementState)\n- [1.21.0](/php/docs/reference/cloud-security-center/1.21.0/V1.SecurityHealthAnalyticsCustomModule.EnablementState)\n- [1.20.2](/php/docs/reference/cloud-security-center/1.20.2/V1.SecurityHealthAnalyticsCustomModule.EnablementState)\n- [1.19.1](/php/docs/reference/cloud-security-center/1.19.1/V1.SecurityHealthAnalyticsCustomModule.EnablementState)\n- [1.18.0](/php/docs/reference/cloud-security-center/1.18.0/V1.SecurityHealthAnalyticsCustomModule.EnablementState)\n- [1.17.0](/php/docs/reference/cloud-security-center/1.17.0/V1.SecurityHealthAnalyticsCustomModule.EnablementState)\n- [1.16.0](/php/docs/reference/cloud-security-center/1.16.0/V1.SecurityHealthAnalyticsCustomModule.EnablementState)\n- [1.15.1](/php/docs/reference/cloud-security-center/1.15.1/V1.SecurityHealthAnalyticsCustomModule.EnablementState)\n- [1.14.2](/php/docs/reference/cloud-security-center/1.14.2/V1.SecurityHealthAnalyticsCustomModule.EnablementState)\n- [1.13.1](/php/docs/reference/cloud-security-center/1.13.1/V1.SecurityHealthAnalyticsCustomModule.EnablementState) \nReference documentation and code samples for the Google Cloud Security Command Center V1 Client class EnablementState.\n\nPossible enablement states of a custom module.\n\nProtobuf type `google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule.EnablementState`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ SecurityCenter \\\\ V1 \\\\ SecurityHealthAnalyticsCustomModule\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### ENABLEMENT_STATE_UNSPECIFIED\n\n Value: 0\n\nUnspecified enablement state.\n\nGenerated from protobuf enum `ENABLEMENT_STATE_UNSPECIFIED = 0;`\n\n### ENABLED\n\n Value: 1\n\nThe module is enabled at the given CRM resource.\n\nGenerated from protobuf enum `ENABLED = 1;`\n\n### DISABLED\n\n Value: 2\n\nThe module is disabled at the given CRM resource.\n\nGenerated from protobuf enum `DISABLED = 2;`\n\n### INHERITED\n\n Value: 3\n\nState is inherited from an ancestor module. The module will either\nbe effectively ENABLED or DISABLED based on its closest non-inherited\nancestor module in the CRM hierarchy.\n\nGenerated from protobuf enum `INHERITED = 3;`"]]