Module: Google::Cloud::SecurityCenterManagement::V1::SecurityHealthAnalyticsCustomModule::EnablementState
- Defined in:
- proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb
Overview
Possible enablement states of a custom module.
Constant Summary collapse
- ENABLEMENT_STATE_UNSPECIFIED =
Default value. This value is unused.
0
- ENABLED =
The module is enabled at the given organization, folder, or project.
1
- DISABLED =
The module is disabled at the given organization, folder, or project.
2
- INHERITED =
State is inherited from an ancestor module. The module will either be effectively
ENABLED
orDISABLED
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 theINHERITED
state, you receive anINVALID_ARGUMENT
error. 3