OBJECT

ThreatHuntFileVersionMatchDetails

Description

File version match details information containing time-related metadata.

link GraphQL Schema definition

  • type ThreatHuntFileVersionMatchDetails {
  • # Earliest snapshot date containing a match.
  • earliestMatchedSnapshotTime: DateTime
  • # Specifies whether the matched file version is quarantined.
  • isPathQuarantined: Boolean!
  • # Latest snapshot date containing a match.
  • latestMatchedSnapshotTime: DateTime
  • # Latest snapshot date without this version.
  • latestSnapshotWithoutVersionTime: DateTime
  • # Time at which the file was last modified in the system.
  • mtime: DateTime
  • # Details of the snapshot.
  • snapshotDetail: [ThreatHuntSnapshotDetails!]!
  • }