OBJECT

DownloadTurboThreatHuntResultsCsvResponse

Description

Response for downloading the Turbo threat hunt results CSV.

link GraphQL Schema definition

  • type DownloadTurboThreatHuntResultsCsvResponse {
  • # Signed URL for downloading the CSV.
  • signedUrl: String!
  • # Status of the CSV generation for the Turbo threat hunt result.
  • status: ThreatHuntCsvGenerationStatus!
  • }

link Require by