ENUM
ThreatHuntStatus
Description
Status of the running threat hunt.
link GraphQL Schema definition
- enum ThreatHuntStatus {
- # Threat hunt canceled.
- # Threat hunt is being canceled.
- # Threat hunt failed.
- # Threat hunt is in progress.
- # Threat hunt partially succeeded.
- # Pending: This represents that the set of snapshots has not yet been
- # determined for the threat hunt.
- # Unused default.
- # Threat hunt succeeded.
- }