ENUM
BulkThreatHuntValidationStatus
Description
Validation status of the bulk threat hunt request.
link GraphQL Schema definition
- enum BulkThreatHuntValidationStatus {
- # Validation failed because the number of separate hunts that will be
- # triggered exceeds the upper limit.
- # Unspecified validation failure.
- # Validation succeeded and will trigger at least one V1 hunt and zero or
- # more V2 hunt.
- # Validation succeeded and will only trigger a V2 hunt.
- }