Class: DatadogAPIClient::V2::FindingAttributes

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

Overview

The JSON:API attributes of the 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/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/finding_attributes.rb', line 28

def evaluation_changed_at
  @evaluation_changed_at
end

#muteObject

Information about the mute status of this finding.



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

def mute
  @mute
end

#resourceObject

The resource name of this finding.



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

def resource
  @resource
end

#resource_discovery_dateObject

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



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

def resource_discovery_date
  @resource_discovery_date
end

#resource_typeObject

The resource type of this finding.



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

def resource_type
  @resource_type
end

#ruleObject

The rule that triggered this finding.



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

def rule
  @rule
end

#statusObject

The status of the finding.



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

def status
  @status
end

#tagsObject

The tags associated with this finding.



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

def tags
  @tags
end