Class: DatadogAPIClient::V2::SecurityMonitoringRuleSequenceDetectionStep
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringRuleSequenceDetectionStep
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_rule_sequence_detection_step.rb
Overview
Step definition for sequence detection containing the step name, condition, and evaluation window.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#condition ⇒ Object
Condition referencing rule queries (e.g.,
a > 0
). -
#evaluation_window ⇒ Object
A time window is specified to match when at least one of the cases matches true.
-
#name ⇒ Object
Unique name identifying the step.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_rule_sequence_detection_step.rb', line 34 def additional_properties @additional_properties end |
#condition ⇒ Object
Condition referencing rule queries (e.g., a > 0
).
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_rule_sequence_detection_step.rb', line 25 def condition @condition end |
#evaluation_window ⇒ Object
A time window is specified to match when at least one of the cases matches true. This is a sliding window and evaluates in real time. For third party detection method, this field is not used.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_rule_sequence_detection_step.rb', line 29 def evaluation_window @evaluation_window end |
#name ⇒ Object
Unique name identifying the step.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_rule_sequence_detection_step.rb', line 32 def name @name end |