OBJECT

ValidateBulkThreatHuntResponse

Description

Response to validate the bulk threat hunt request.

link GraphQL Schema definition

  • type ValidateBulkThreatHuntResponse {
  • # Contains configuration specific to each hunt that will be triggered.
  • hunts: [HuntConfig!]!
  • # Validation status of the bulk threat hunt request.
  • validationStatus: BulkThreatHuntValidationStatus!
  • }

link Require by