Class: DatadogAPIClient::V2::SecurityFindingType

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

Overview

The type of security finding that the automation rule applies to.

Constant Summary collapse

API_SECURITY =
"api_security".freeze
ATTACK_PATH =
"attack_path".freeze
HOST_AND_CONTAINER_VULNERABILITY =
"host_and_container_vulnerability".freeze
IAC_MISCONFIGURATION =
"iac_misconfiguration".freeze
IDENTITY_RISK =
"identity_risk".freeze
LIBRARY_VULNERABILITY =
"library_vulnerability".freeze
MISCONFIGURATION =
"misconfiguration".freeze
RUNTIME_CODE_VULNERABILITY =
"runtime_code_vulnerability".freeze
SECRET =
"secret".freeze
STATIC_CODE_VULNERABILITY =
"static_code_vulnerability".freeze
WORKLOAD_ACTIVITY =
"workload_activity".freeze

Method Summary

Methods included from BaseEnumModel

included