OBJECT

FindingReportStatus

link GraphQL Schema definition

  • type FindingReportStatus {
  • # The time when the Report generation was completed.
  • completed: DateTime
  • # Timestamp for the last update of the resource in date-time format.
  • lastUpdatedTime: DateTime!
  • # Holds a human readable error message when the status is Error.
  • message: String
  • # The time when the Report generation was started.
  • started: DateTime
  • # The time when the Report generation was triggered.
  • triggered: DateTime!
  • value: FindingReportStatusValue!
  • }