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.
- : [HuntConfig!]!
- # Validation status of the bulk threat hunt request.
- : BulkThreatHuntValidationStatus!
- }