OBJECT
ThreatHuntFileVersionMatchDetails
Description
File version match details information containing time-related metadata.
link GraphQL Schema definition
- type ThreatHuntFileVersionMatchDetails {
- # Earliest snapshot date containing a match.
- : DateTime
- # Specifies whether the matched file version is quarantined.
- : Boolean!
- # Latest snapshot date containing a match.
- : DateTime
- # Latest snapshot date without this version.
- : DateTime
- # Time at which the file was last modified in the system.
- : DateTime
- # Details of the snapshot.
- : [ThreatHuntSnapshotDetails!]!
- }