Class Location
An occurrence of a particular package installation found within a system's filesystem. E.g., glibc was found in
/var/lib/dpkg/status
.
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1.Data
Assembly: Google.Apis.OnDemandScanning.v1.dll
Syntax
public class Location : IDirectResponseSchema
Properties
CpeUri
Deprecated. The CPE URI in CPE format
Declaration
[JsonProperty("cpeUri")]
public virtual string CpeUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Path
The path from which we gathered that this package/version is installed.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Deprecated. The version installed at this location.
Declaration
[JsonProperty("version")]
public virtual Version Version { get; set; }
Property Value
Type | Description |
---|---|
Version |