Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2Package

Package is a generic definition of a package.

Inheritance
object
GoogleCloudSecuritycenterV2Package
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX