OBJECT
ThreatHuntSummaryReply
Description
Response to the threat hunt summary request.
link GraphQL Schema definition
- type ThreatHuntSummaryReply {
- # The threat hunt configuration.
- : ThreatHuntConfig
- # The ID of the threat hunt.
- : String!
- # Threat hunt summaries for each object.
- : [ThreatHuntResultObjectsSummary!]!
- # The stats based on results of the threat hunt.
- : ThreatHuntStats
- # Status of the threat hunt.
- : ThreatHuntStatus!
- }