GoogleApi.OnDemandScanning.V1.Model.Location (google_api_on_demand_scanning v0.7.0)
View SourceAn 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
) - Deprecated. The CPE URI in CPE format -
path
(type:String.t
, default:nil
) - The path from which we gathered that this package/version is installed. -
version
(type:GoogleApi.OnDemandScanning.V1.Model.Version.t
, default:nil
) - Deprecated. The version installed at this location.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OnDemandScanning.V1.Model.Location{ cpeUri: String.t() | nil, path: String.t() | nil, version: GoogleApi.OnDemandScanning.V1.Model.Version.t() | nil }