Class GoogleCloudSecuritycenterV2Package
Package is a generic definition of a package.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2Package : IDirectResponseSchema
Properties
CpeUri
The CPE URI where the vulnerability was detected.
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 |
PackageName
The name of the package where the vulnerability was detected.
Declaration
[JsonProperty("packageName")]
public virtual string PackageName { get; set; }
Property Value
Type | Description |
---|---|
string |
PackageType
Type of package, for example, os, maven, or go.
Declaration
[JsonProperty("packageType")]
public virtual string PackageType { get; set; }
Property Value
Type | Description |
---|---|
string |
PackageVersion
The version of the package.
Declaration
[JsonProperty("packageVersion")]
public virtual string PackageVersion { get; set; }
Property Value
Type | Description |
---|---|
string |