Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.22 KB

NativeReportSummary.md

File metadata and controls

18 lines (14 loc) · 1.22 KB

NativeReportSummary

Properties

Name Type Description Notes
ReportId string id of the native scan report [optional] [default to null]
ScanStatus string The status of the report generating process [optional] [default to null]
Severity string The overall severity [optional] [default to null]
Duration int64 The seconds spent for generating the report [optional] [default to null]
Summary *VulnerabilitySummary [optional] [default to null]
StartTime time.Time The start time of the scan process that generating report [optional] [default to null]
EndTime time.Time The end time of the scan process that generating report [optional] [default to null]
CompletePercent int32 The complete percent of the scanning which value is between 0 and 100 [optional] [default to null]
Scanner *Scanner [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]