Class: DatadogAPIClient::V2::DueDateRuleAction

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/due_date_rule_action.rb

Overview

The action to take when the due date rule matches a finding.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



33
34
35
# File 'lib/datadog_api_client/v2/models/due_date_rule_action.rb', line 33

def additional_properties
  @additional_properties
end

#due_days_per_severityObject

A list of severity-to-due-date mappings. Each severity may appear at most once.



25
26
27
# File 'lib/datadog_api_client/v2/models/due_date_rule_action.rb', line 25

def due_days_per_severity
  @due_days_per_severity
end

#due_fromObject

The reference point from which the due date is calculated. When fix_available is selected but not applicable to the finding type, first_seen is used instead.



28
29
30
# File 'lib/datadog_api_client/v2/models/due_date_rule_action.rb', line 28

def due_from
  @due_from
end

#reason_descriptionObject

An optional description providing more context for the due date assignment.



31
32
33
# File 'lib/datadog_api_client/v2/models/due_date_rule_action.rb', line 31

def reason_description
  @reason_description
end