Class: DatadogAPIClient::V2::MuteRuleAction
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MuteRuleAction
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#expire_at ⇒ Object
The Unix timestamp in milliseconds at which the mute expires.
-
#reason ⇒ Object
readonly
The reason for muting a security finding.
-
#reason_description ⇒ Object
readonly
An optional description providing more context for the mute reason.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_at ⇒ Object
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 |
#reason ⇒ Object
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_description ⇒ Object
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 |