Class: DatadogAPIClient::V2::OwnershipUntaggedFindingsAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::OwnershipUntaggedFindingsAttributes
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#high_confidence ⇒ Object
readonly
The number of high confidence findings without a team tag.
-
#low_confidence ⇒ Object
readonly
The number of low confidence findings without a team tag.
-
#medium_confidence ⇒ Object
readonly
The number of medium confidence findings without a team tag.
-
#total ⇒ Object
readonly
The total number of findings without a team tag.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_confidence ⇒ Object
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_confidence ⇒ Object
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_confidence ⇒ Object
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 |
#total ⇒ Object
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 |