OBJECT

ThreatHuntSnapshotDetails

Description

Snapshot details for the matched file.

link GraphQL Schema definition

  • type ThreatHuntSnapshotDetails {
  • # Snapshot date.
  • matchedSnapshotDate: DateTime
  • # Snapshot FID.
  • snapshotFid: String!
  • }