Class: DatadogAPIClient::V2::CaseUpdateResolvedReasonAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CaseUpdateResolvedReasonAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/case_update_resolved_reason_attributes.rb
Overview
Attributes for setting the resolution reason on a security case.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#security_resolved_reason ⇒ Object
readonly
The reason the security case was resolved (for example,
FALSE_POSITIVE,TRUE_POSITIVE,BENIGN_POSITIVE).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/case_update_resolved_reason_attributes.rb', line 27 def additional_properties @additional_properties end |
#security_resolved_reason ⇒ Object
The reason the security case was resolved (for example, FALSE_POSITIVE, TRUE_POSITIVE, BENIGN_POSITIVE).
25 26 27 |
# File 'lib/datadog_api_client/v2/models/case_update_resolved_reason_attributes.rb', line 25 def security_resolved_reason @security_resolved_reason end |