public sealed class Package : IMessage<Package>, IEquatable<Package>, IDeepCloneable<Package>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Package.
Package is a generic definition of a package.
Namespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
Package()
public Package()
Package(Package)
public Package(Package other)
Parameter | |
---|---|
Name | Description |
other | Package |
Properties
CpeUri
public string CpeUri { get; set; }
The CPE URI where the vulnerability was detected.
Property Value | |
---|---|
Type | Description |
string |
PackageName
public string PackageName { get; set; }
The name of the package where the vulnerability was detected.
Property Value | |
---|---|
Type | Description |
string |
PackageType
public string PackageType { get; set; }
Type of package, for example, os, maven, or go.
Property Value | |
---|---|
Type | Description |
string |
PackageVersion
public string PackageVersion { get; set; }
The version of the package.
Property Value | |
---|---|
Type | Description |
string |