OBJECT
ThreatHunt
Description
Represents the configuration and statistics for a threat hunt.
link GraphQL Schema definition
- type ThreatHunt {
- # User who created the threat hunt.
- : User
- # The details/configuration of the threat hunt.
- : ThreatHuntDetails!
- # ID of the threat hunt.
- : String!
- # Type of threat hunt.
- : ThreatHuntType!
- # Name of the threat hunt.
- : String!
- # Start time of the threat hunt.
- : DateTime
- # The stats based on results of the threat hunt.
- : ThreatHuntStats
- # Status of the threat hunt.
- : ThreatHuntStatus!
- }