Class: DatadogAPIClient::V2::AssignmentResult

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

Overview

Per-finding outcome of an assign or unassign operation.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v2/models/assignment_result.rb', line 36

def additional_properties
  @additional_properties
end

#detailObject

Human-readable explanation of the outcome.



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

def detail
  @detail
end

#finding_idObject

Unique identifier of the security finding.



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

def finding_id
  @finding_id
end

#statusObject

HTTP-like status code describing the outcome for this finding.



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

def status
  @status
end

#titleObject

Short label describing the outcome for this finding.



34
35
36
# File 'lib/datadog_api_client/v2/models/assignment_result.rb', line 34

def title
  @title
end