OBJECT
SecurityReport
Report metadata.
link GraphQL Schema definition
- type SecurityReport 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 resource owner.
- String :
- # Report Configuration.
- SecurityReportConfiguration :
- # Node-compatible opaque global identifier
- String! :
- # The size of report in bytes.
- Int :
- # Report Status holds details about the report generation.
- SecurityReportStatus :
- }