Reference documentation and code samples for the Security Command Center Management V1 API module Google::Cloud::SecurityCenterManagement::V1::SecurityHealthAnalyticsCustomModule::EnablementState.
Possible enablement states of a custom module.
Constants
ENABLEMENT_STATE_UNSPECIFIED
value: 0
Default value. This value is unused.
ENABLED
value: 1
The module is enabled at the given organization, folder, or project.
DISABLED
value: 2
The module is disabled at the given organization, folder, or project.
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 resource hierarchy. If you try to set a top-level
module (a module with no parent) to the INHERITED state, you receive an
INVALID_ARGUMENT error.