falsePositiveDetails

Additional details for false positives on issue level.

Examples

type FalsePositiveDetails {
  isAggregationsMixed: Boolean
  canceledBy: String
  reportedBy: String
  commentWhenCanceled: String
  aggregationsStatus: String
}

Fields

Field
Description
Supported fields

isAggregationsMixed Boolean

Indicates if the aggregations false positives are mixed, some of them cancelled and some not

canceledBy String

User email who canceled the false positive

reportedBy String

User email who reported the false positive

commentWhenCanceled String

Comment at the time when the false positive was canceled

aggregationsStatus String

The enum of values to describe different scenarios like full or part of aggregations listed as false positive, for display in UI

References

Fields with this object:

Last updated