OBJECT

MatchedSnapshot

Description

Snapshot data for the matched file.

link GraphQL Schema definition

  • type MatchedSnapshot {
  • # Specifies whether the matched file is quarantined at the snapshot.
  • isPathQuarantinedAtSnapshot: Boolean!
  • # Specifies whether the snapshot has expired.
  • isSnapshotExpired: Boolean!
  • # Snapshot date.
  • matchedSnapshotDate: DateTime
  • # The Fid of the snapshot.
  • snapshotFid: String!
  • }