OBJECT
FileMatch
Description
Data for a matched file.
link GraphQL Schema definition
- type FileMatch {
- # Time the scan detected the match.
- : DateTime
- # Name of the file that was matched.
- : String!
- # Size of the file that was matched.
- : Long!
- # Filepath that was matched.
- : String!
- # Date of the snapshot when the match was first observed.
- : DateTime
- # FID of the first observed snapshot.
- : UUID!
- # Specifies whether the first observed snapshot has expired.
- : Boolean!
- # Specifies whether the matched snapshot has expired.
- : Boolean!
- # Specifies if the file is quarantined in the first observed snapshot.
- : Boolean!
- # ID of the matched file being returned.
- : Long!
- # Type of threat match.
- : IndicatorOfCompromiseKind!
- # Date of the snapshot when the match was found.
- : DateTime
- # FID of the matched snapshot.
- : UUID!
- # FID of the object.
- : UUID!
- # The scanned object name.
- : String!
- # Object type.
- : HierarchyObjectTypeEnum
- }