OBJECT
HuntConfig
Description
Threat hunt configuration.
link GraphQL Schema definition
- type HuntConfig {
- # Cluster UUIDs corresponding to the triggered threat hunt.
- : [UUID!]!
- # Type of the triggered threat hunt.
- : ThreatHuntType!
- # Object FIDs corresponding to the triggered threat hunt.
- : [UUID!]!
- }