Security Center Management v1 API - Enum SecurityHealthAnalyticsCustomModule.Types.EnablementState (1.2.0)

public enum SecurityHealthAnalyticsCustomModule.Types.EnablementState

Reference documentation and code samples for the Security Center Management v1 API enum SecurityHealthAnalyticsCustomModule.Types.EnablementState.

Possible enablement states of a custom module.

Namespace

Google.Cloud.SecurityCenterManagement.V1

Assembly

Google.Cloud.SecurityCenterManagement.V1.dll

Fields

Name Description
Disabled

The module is disabled at the given organization, folder, or project.

Enabled

The module is enabled at the given organization, folder, or project.

Inherited

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.

Unspecified

Default value. This value is unused.