Class: DatadogAPIClient::V2::SecurityMonitoringRuleSequenceDetectionStepTransition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringRuleSequenceDetectionStepTransition
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_rule_sequence_detection_step_transition.rb
Overview
Transition from a parent step to a child step within a sequence detection rule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#child ⇒ Object
Name of the child step.
-
#evaluation_window ⇒ Object
A time window is specified to match when at least one of the cases matches true.
-
#parent ⇒ Object
Name of the parent 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_transition.rb', line 34 def additional_properties @additional_properties end |
#child ⇒ Object
Name of the child step.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_rule_sequence_detection_step_transition.rb', line 25 def child @child 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_transition.rb', line 29 def evaluation_window @evaluation_window end |
#parent ⇒ Object
Name of the parent step.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_rule_sequence_detection_step_transition.rb', line 32 def parent @parent end |