Class: DatadogAPIClient::V2::RuleTypesItems

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

Overview

Security rule type which can be used in security rules. Signal-based notification rules can filter signals based on rule types application_security, log_detection, workload_security, signal_correlation, cloud_configuration and infrastructure_configuration. Vulnerability-based notification rules can filter vulnerabilities based on rule types application_code_vulnerability, application_library_vulnerability, attack_path, container_image_vulnerability, identity_risk, misconfiguration, and api_security.

Constant Summary collapse

APPLICATION_SECURITY =
"application_security".freeze
LOG_DETECTION =
"log_detection".freeze
WORKLOAD_SECURITY =
"workload_security".freeze
SIGNAL_CORRELATION =
"signal_correlation".freeze
CLOUD_CONFIGURATION =
"cloud_configuration".freeze
INFRASTRUCTURE_CONFIGURATION =
"infrastructure_configuration".freeze
APPLICATION_CODE_VULNERABILITY =
"application_code_vulnerability".freeze
APPLICATION_LIBRARY_VULNERABILITY =
"application_library_vulnerability".freeze
ATTACK_PATH =
"attack_path".freeze
CONTAINER_IMAGE_VULNERABILITY =
"container_image_vulnerability".freeze
IDENTITY_RISK =
"identity_risk".freeze
MISCONFIGURATION =
"misconfiguration".freeze
API_SECURITY =
"api_security".freeze

Method Summary

Methods included from BaseEnumModel

included