Class: DatadogAPIClient::V2::AutomationRuleScope
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AutomationRuleScope
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/automation_rule_scope.rb
Overview
Defines the scope of findings to which the automation rule applies.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#finding_types ⇒ Object
readonly
The list of security finding types that the automation rule applies to.
-
#query ⇒ Object
readonly
A search query to further filter the findings matched by this rule.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/automation_rule_scope.rb', line 30 def additional_properties @additional_properties end |
#finding_types ⇒ Object
The list of security finding types that the automation rule applies to.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/automation_rule_scope.rb', line 25 def finding_types @finding_types end |
#query ⇒ Object
A search query to further filter the findings matched by this rule. The @workflow.* namespace and @status fields are not permitted. For a reference of available fields, see the Security Findings schema documentation.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/automation_rule_scope.rb', line 28 def query @query end |