OBJECT
ThreatHuntResult
Description
Represents the configuration and results for a threat hunt.
link GraphQL Schema definition
- type ThreatHuntResult {
- # The configuration of the Threat Hunt.
- : ThreatHuntConfig!
- # ID of the threat hunt.
- : String!
- # Results of the scan on each object.
- : [MalwareScanResult!]!
- # The statistics based on results of the threat hunt.
- : ThreatHuntStats
- # Status of the threat hunt.
- : ThreatHuntStatus!
- }