OBJECT
Information about the suspicious file.
type SuspiciousFileInfo {# File ID for M365 workload files.fileId: String! # Path to the suspicious file.filePath: String! # File size in bytes.fileSizeBytes: Long! # The time, in UTC format, when the file was last changed.lastModified: DateTime # Workload-specific information and metadata.workloadInfo: WorkloadInfo }