Class: DatadogAPIClient::V2::OwnershipUntaggedFindingsAttributes

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

Overview

The counts of findings without a team tag by ownership confidence.

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/ownership_untagged_findings_attributes.rb', line 36

def additional_properties
  @additional_properties
end

#high_confidenceObject

The number of high confidence findings without a team tag.



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

def high_confidence
  @high_confidence
end

#low_confidenceObject

The number of low confidence findings without a team tag.



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

def low_confidence
  @low_confidence
end

#medium_confidenceObject

The number of medium confidence findings without a team tag.



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

def medium_confidence
  @medium_confidence
end

#totalObject

The total number of findings without a team tag.



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

def total
  @total
end