OBJECT
Information about the suspicious file.
type SuspiciousFileInfo {# Path to the suspicious file.filePath: String! # The time, in UTC format, when the file was last changed.lastModified: DateTime # File size in bytes.fileSizeBytes: Long! }