OBJECT
DownloadTurboThreatHuntResultsCsvResponse
Description
Response for downloading the Turbo threat hunt results CSV.
link GraphQL Schema definition
- type DownloadTurboThreatHuntResultsCsvResponse {
- # Signed URL for downloading the CSV.
- String! :
- # Status of the CSV generation for the Turbo threat hunt result.
- ThreatHuntCsvGenerationStatus! :
- }