Class: DatadogAPIClient::V2::SeverityModifierRuleSetAction
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SeverityModifierRuleSetAction
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/severity_modifier_rule_set_action.rb
Overview
Sets matched findings to a fixed severity.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
readonly
An optional free-form explanation for the severity change.
-
#severity ⇒ Object
readonly
The severity to assign to matched findings.
-
#type ⇒ Object
readonly
The type of a severity modifier rule action that sets a fixed severity.
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/severity_modifier_rule_set_action.rb', line 33 def additional_properties @additional_properties end |
#description ⇒ Object
An optional free-form explanation for the severity change.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/severity_modifier_rule_set_action.rb', line 25 def description @description end |
#severity ⇒ Object
The severity to assign to matched findings. info_none is not supported for the iac_misconfiguration, runtime_code_vulnerability, secret, or static_code_vulnerability finding types.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/severity_modifier_rule_set_action.rb', line 28 def severity @severity end |
#type ⇒ Object
The type of a severity modifier rule action that sets a fixed severity.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/severity_modifier_rule_set_action.rb', line 31 def type @type end |