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