OBJECT
FindingReport
Report metadata.
link GraphQL Schema definition
- type FindingReport implements Node, NodeVersion {
- # A custom message to associate with the report.
- String :
- # Timestamp for the creation of the Report.
- DateTime! :
- # The time when the report will be automatically deleted.
- DateTime :
- # Node-compatible opaque global identifier
- ID! :
- # The last time this Report was successfully updated.
- DateTime! :
- # Opaque version string for this graph node instance
- ID! :
- # The User details of the user owning this Report Configuration.
- User :
- # Report Configuration.
- FindingReportConfiguration :
- # Node-compatible opaque global identifier
- String! :
- # The size of report in bytes.
- Int :
- # Report Status holds details about the report generation.
- FindingReportStatus :
- }