Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.24 KB

ScanDataExportRequest.md

File metadata and controls

15 lines (11 loc) · 1.24 KB

ScanDataExportRequest

Properties

Name Type Description Notes
JobName string Name of the scan data export job [optional] [default to null]
Projects []int64 A list of one or more projects for which to export the scan data, currently only one project is supported due to performance concerns, but define as array for extension in the future. [optional] [default to null]
Labels []int64 A list of one or more labels for which to export the scan data, defaults to all if empty [optional] [default to null]
Repositories string A list of repositories for which to export the scan data, defaults to all if empty [optional] [default to null]
CveIds string CVE-IDs for which to export data. Multiple CVE-IDs can be specified by separating using ',' and enclosed between '{}'. Defaults to all if empty [optional] [default to null]
Tags string A list of tags enclosed within '{}'. Defaults to all if empty [optional] [default to null]

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