Google Cloud Security Command Center v1 API - Class Package (3.20.0)

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.

Inheritance

object > Package

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Package()

public Package()

Package(Package)

public Package(Package other)
Parameter
NameDescription
otherPackage

Properties

CpeUri

public string CpeUri { get; set; }

The CPE URI where the vulnerability was detected.

Property Value
TypeDescription
string

PackageName

public string PackageName { get; set; }

The name of the package where the vulnerability was detected.

Property Value
TypeDescription
string

PackageType

public string PackageType { get; set; }

Type of package, for example, os, maven, or go.

Property Value
TypeDescription
string

PackageVersion

public string PackageVersion { get; set; }

The version of the package.

Property Value
TypeDescription
string