OBJECT

MatchedSnapshotInfo

Description

Snapshot data for the matched file.

link GraphQL Schema definition

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