Class: DatadogAPIClient::V2::SecurityMonitoringSignalRuleCreatePayload
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringSignalRuleCreatePayload
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb
Overview
Create a new signal correlation rule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#cases ⇒ Object
readonly
Cases for generating signals.
-
#filters ⇒ Object
Additional queries to filter matched events before they are processed.
-
#has_extended_title ⇒ Object
Whether the notifications include the triggering group-by values in their title.
-
#is_enabled ⇒ Object
readonly
Whether the rule is enabled.
-
#message ⇒ Object
readonly
Message for generated signals.
-
#name ⇒ Object
readonly
The name of the rule.
-
#options ⇒ Object
readonly
Options on rules.
-
#queries ⇒ Object
readonly
Queries for selecting signals which are part of the rule.
-
#tags ⇒ Object
Tags for generated signals.
-
#type ⇒ Object
The rule type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
54 55 56 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb', line 54 def additional_properties @additional_properties end |
#cases ⇒ Object
Cases for generating signals.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb', line 25 def cases @cases end |
#filters ⇒ Object
Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb', line 28 def filters @filters end |
#has_extended_title ⇒ Object
Whether the notifications include the triggering group-by values in their title.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb', line 31 def has_extended_title @has_extended_title end |
#is_enabled ⇒ Object
Whether the rule is enabled.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb', line 34 def is_enabled @is_enabled end |
#message ⇒ Object
Message for generated signals.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb', line 37 def @message end |
#name ⇒ Object
The name of the rule.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb', line 40 def name @name end |
#options ⇒ Object
Options on rules.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb', line 43 def @options end |
#queries ⇒ Object
Queries for selecting signals which are part of the rule.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb', line 46 def queries @queries end |
#tags ⇒ Object
Tags for generated signals.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb', line 49 def @tags end |
#type ⇒ Object
The rule type.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb', line 52 def type @type end |