Class: DatadogAPIClient::V2::SecurityMonitoringCriticalAssetSeverity

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

Overview

Severity associated with this critical asset. Either an explicit severity can be set, or the severity can be increased or decreased.

Constant Summary collapse

INFO =
"info".freeze
LOW =
"low".freeze
MEDIUM =
"medium".freeze
HIGH =
"high".freeze
CRITICAL =
"critical".freeze
INCREASE =
"increase".freeze
DECREASE =
"decrease".freeze

Method Summary

Methods included from BaseEnumModel

included