Class: DatadogAPIClient::V2::SeverityModifierSeverity

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

Overview

The severity to assign to matched findings. info_none is not supported for the iac_misconfiguration, runtime_code_vulnerability, secret, or static_code_vulnerability finding types.

Constant Summary collapse

INFO_NONE =
"info_none".freeze
LOW =
"low".freeze
MEDIUM =
"medium".freeze
HIGH =
"high".freeze
CRITICAL =
"critical".freeze

Method Summary

Methods included from BaseEnumModel

included