harbor-api 2.0.0

These APIs provide services for manipulating Harbor project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SbomOverview

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**start_time** | Option<**String**> | The start time of the generating sbom report task | [optional]
**end_time** | Option<**String**> | The end time of the generating sbom report task | [optional]
**scan_status** | Option<**String**> | The status of the generating SBOM task | [optional]
**sbom_digest** | Option<**String**> | The digest of the generated SBOM accessory | [optional]
**report_id** | Option<**String**> | id of the native scan report | [optional]
**duration** | Option<**i64**> | Time in seconds required to create the report | [optional]
**scanner** | Option<[**models::Scanner**]Scanner.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)