exclusionFalsePositiveDetails

False positive details associated with an exclusion.

Examples

type ExclusionFalsePositiveDetails {
  comment: String
  reportedBy: String
  reportedAt: DateTime
}

Fields

Field
Description
Supported fields

comment String

Comment from the false positive report

reportedBy String

User who reported the false positive

reportedAt DateTime

Timestamp when the false positive was reported

References

Fields with this object:

Last updated