Class: DatadogAPIClient::V2::DetailedFindingAttributes

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

Overview

The JSON:API attributes of the detailed finding.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#evaluationObject

The evaluation of the finding.



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

def evaluation
  @evaluation
end

#evaluation_changed_atObject

The date on which the evaluation for this finding changed (Unix ms).



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

def evaluation_changed_at
  @evaluation_changed_at
end

#messageObject

The remediation message for this finding.



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

def message
  @message
end

#muteObject

Information about the mute status of this finding.



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

def mute
  @mute
end

#resourceObject

The resource name of this finding.



37
38
39
# File 'lib/datadog_api_client/v2/models/detailed_finding_attributes.rb', line 37

def resource
  @resource
end

#resource_configurationObject

The resource configuration for this finding.



40
41
42
# File 'lib/datadog_api_client/v2/models/detailed_finding_attributes.rb', line 40

def resource_configuration
  @resource_configuration
end

#resource_discovery_dateObject

The date on which the resource was discovered (Unix ms).



43
44
45
# File 'lib/datadog_api_client/v2/models/detailed_finding_attributes.rb', line 43

def resource_discovery_date
  @resource_discovery_date
end

#resource_typeObject

The resource type of this finding.



46
47
48
# File 'lib/datadog_api_client/v2/models/detailed_finding_attributes.rb', line 46

def resource_type
  @resource_type
end

#ruleObject

The rule that triggered this finding.



49
50
51
# File 'lib/datadog_api_client/v2/models/detailed_finding_attributes.rb', line 49

def rule
  @rule
end

#statusObject

The status of the finding.



52
53
54
# File 'lib/datadog_api_client/v2/models/detailed_finding_attributes.rb', line 52

def status
  @status
end

#tagsObject

The tags associated with this finding.



55
56
57
# File 'lib/datadog_api_client/v2/models/detailed_finding_attributes.rb', line 55

def tags
  @tags
end