INPUT_OBJECT
TurboThreatHuntConfig
Description
The configuration to start a Turbo threat hunt.
link GraphQL Schema definition
- input TurboThreatHuntConfig {
- # Threat hunt base config.
- : ThreatHuntBaseConfigInputType!
- # List of cluster IDs.
- : [UUID!]
- # List of root objects to be scanned.
- : [ScanObjectsConfig!]
- }