google_api_container_analysis v0.5.0 GoogleApi.ContainerAnalysis.V1alpha1.Model.Location View Source
An occurrence of a particular package installation found within a system's filesystem. e.g. glibc was found in /var/lib/dpkg/status
Attributes
cpeUri
(type:String.t
, default:nil
) - The cpe_uri in cpe format denoting the package manager version distributing a package.path
(type:String.t
, default:nil
) - The path from which we gathered that this package/version is installed.version
(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.Version.t
, default:nil
) - The version installed at this location.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.Location{ cpeUri: String.t(), path: String.t(), version: GoogleApi.ContainerAnalysis.V1alpha1.Model.Version.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.