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