Class: DatadogAPIClient::V2::TriggerSource
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TriggerSource
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v2/models/trigger_source.rb
Overview
The type of security issues on which the rule applies. Notification rules based on security signals need to use the trigger source "security_signals", while notification rules based on security vulnerabilities need to use the trigger source "security_findings".
Constant Summary collapse
- SECURITY_FINDINGS =
"security_findings".freeze
- SECURITY_SIGNALS =
"security_signals".freeze