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