OBJECT

FindingDownloadReportResponse

link GraphQL Schema definition

  • type FindingDownloadReportResponse {
  • # The link is valid until this time.
  • expires: DateTime
  • # Report Url to download
  • hyperlink: HyperLink!
  • # Report Id
  • reportId: String
  • }