Class PackageOccurrence
Details on how a particular software package was installed on a system.
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1.Data
Assembly: Google.Apis.OnDemandScanning.v1.dll
Syntax
public class PackageOccurrence : IDirectResponseSchema
Properties
Architecture
Output only. The CPU architecture for which packages in this distribution channel were built. Architecture will be blank for language packages.
Declaration
[JsonProperty("architecture")]
public virtual string Architecture { get; set; }
Property Value
Type | Description |
---|---|
string |
CpeUri
Output only. The cpe_uri in CPE format denoting the package manager version distributing a package. The cpe_uri will be blank for language packages.
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 |
License
Licenses that have been declared by the authors of the package.
Declaration
[JsonProperty("license")]
public virtual License License { get; set; }
Property Value
Type | Description |
---|---|
License |
Location
All of the places within the filesystem versions of this package have been found.
Declaration
[JsonProperty("location")]
public virtual IList<Location> Location { get; set; }
Property Value
Type | Description |
---|---|
IList<Location> |
Name
Required. Output only. The name of the installed package.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PackageType
Output only. The type of package; whether native or non native (e.g., ruby gems, node.js packages, etc.).
Declaration
[JsonProperty("packageType")]
public virtual string PackageType { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Output only. The version of the package.
Declaration
[JsonProperty("version")]
public virtual Version Version { get; set; }
Property Value
Type | Description |
---|---|
Version |