Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.42 KB

PackageInstallation.md

File metadata and controls

16 lines (12 loc) · 1.42 KB

PackageInstallation

Properties

Name Type Description Notes
Name string The name of the installed package. [default to null]
Location []V1beta1packageLocation All of the places within the filesystem versions of this package have been found. [optional] [default to null]
PackageType string The type of package; whether native or non native (e.g., ruby gems, node.js packages, etc.). [optional] [default to null]
CpeUri string The cpe_uri in CPE format denoting the package manager version distributing a package. The cpe_uri will be blank for language packages. [optional] [default to null]
Architecture *PackageArchitecture The CPU architecture for which packages in this distribution channel were built. Architecture will be blank for language packages. [optional] [default to null]
License *V1beta1License Licenses that have been declared by the authors of the package. [optional] [default to null]
Version *PackageVersion The version of the package. [optional] [default to null]

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