Class: DatadogAPIClient::V2::MuteRuleAction

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

Overview

The action to take when the mute 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/mute_rule_action.rb', line 33

def additional_properties
  @additional_properties
end

#expire_atObject

The Unix timestamp in milliseconds at which the mute expires. If omitted, the mute does not expire.



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

def expire_at
  @expire_at
end

#reasonObject

The reason for muting a security finding.



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

def reason
  @reason
end

#reason_descriptionObject

An optional description providing more context for the mute reason.



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

def reason_description
  @reason_description
end