Class: DatadogAPIClient::V2::AutomationRuleScope

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_typesObject

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

#queryObject

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