GoogleApi.OnDemandScanning.V1.Model.AnalyzePackagesRequestV1 (google_api_on_demand_scanning v0.2.0) View Source
AnalyzePackagesRequest is the request to analyze a list of packages and create Vulnerability Occurrences for it.
Attributes
-
includeOsvData
(type:boolean()
, default:nil
) - [DEPRECATED] Whether to include OSV data in the scan. For backwards compatibility reasons, this field can be neither removed nor renamed. -
packages
(type:list(GoogleApi.OnDemandScanning.V1.Model.PackageData.t)
, default:nil
) - The packages to analyze. -
resourceUri
(type:String.t
, default:nil
) - Required. The resource URI of the container image being scanned.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.OnDemandScanning.V1.Model.AnalyzePackagesRequestV1{ includeOsvData: boolean() | nil, packages: [GoogleApi.OnDemandScanning.V1.Model.PackageData.t()] | nil, resourceUri: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.