Class: DatadogAPIClient::V2::CaseInsightType

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

Overview

The type of Datadog resource linked to the case as contextual evidence. Each type corresponds to a different Datadog product signal (for example, a security finding, a monitor alert, or an incident).

Constant Summary collapse

SECURITY_SIGNAL =
"SECURITY_SIGNAL".freeze
MONITOR =
"MONITOR".freeze
EVENT_CORRELATION =
"EVENT_CORRELATION".freeze
ERROR_TRACKING =
"ERROR_TRACKING".freeze
CLOUD_COST_RECOMMENDATION =
"CLOUD_COST_RECOMMENDATION".freeze
INCIDENT =
"INCIDENT".freeze
SENSITIVE_DATA_SCANNER_ISSUE =
"SENSITIVE_DATA_SCANNER_ISSUE".freeze
EVENT =
"EVENT".freeze
WATCHDOG_STORY =
"WATCHDOG_STORY".freeze
WIDGET =
"WIDGET".freeze
SECURITY_FINDING =
"SECURITY_FINDING".freeze
INSIGHT_SCORECARD_CAMPAIGN =
"INSIGHT_SCORECARD_CAMPAIGN".freeze
RESOURCE_POLICY =
"RESOURCE_POLICY".freeze
APM_RECOMMENDATION =
"APM_RECOMMENDATION".freeze
SCM_URL =
"SCM_URL".freeze
PROFILING_DOWNSIZING_EXPERIMENT =
"PROFILING_DOWNSIZING_EXPERIMENT".freeze

Method Summary

Methods included from BaseEnumModel

included