Class: DatadogAPIClient::V2::GovernanceControlDetectionState

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/governance_control_detection_state.rb

Overview

The current state of the detection. Possible values are active, exception, mitigated, inactive, obsolete, resolved_externally, and mitigation_in_progress.

Constant Summary collapse

ACTIVE =
"active".freeze
EXCEPTION =
"exception".freeze
MITIGATED =
"mitigated".freeze
INACTIVE =
"inactive".freeze
OBSOLETE =
"obsolete".freeze
RESOLVED_EXTERNALLY =
"resolved_externally".freeze
MITIGATION_IN_PROGRESS =
"mitigation_in_progress".freeze

Method Summary

Methods included from BaseEnumModel

included