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.
  • FAILURE_LIMIT_EXCEEDED_V1_HUNTS
  • # Unspecified validation failure.
  • FAILURE_UNSPECIFIED
  • # Validation succeeded and will trigger at least one V1 hunt and zero or
  • # more V2 hunt.
  • SUCCESS_AT_LEAST_ONE_V1_HUNT
  • # Validation succeeded and will only trigger a V2 hunt.
  • SUCCESS_ONLY_V2_HUNT
  • }