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