Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2Vulnerability

Inheritance
object
GoogleCloudSecuritycenterV2Vulnerability
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 GoogleCloudSecuritycenterV2Vulnerability : IDirectResponseSchema

Properties

Cve

Declaration
[JsonProperty("cve")]
public virtual GoogleCloudSecuritycenterV2Cve Cve { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2Cve

Cwes

Declaration
[JsonProperty("cwes")]
public virtual IList<GoogleCloudSecuritycenterV2Cwe> Cwes { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2Cwe>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FixedPackage

Declaration
[JsonProperty("fixedPackage")]
public virtual GoogleCloudSecuritycenterV2Package FixedPackage { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2Package

OffendingPackage

Declaration
[JsonProperty("offendingPackage")]
public virtual GoogleCloudSecuritycenterV2Package OffendingPackage { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2Package

ProviderRiskScore

Declaration
[JsonProperty("providerRiskScore")]
public virtual long? ProviderRiskScore { get; set; }
Property Value
Type Description
long?

Reachable

Declaration
[JsonProperty("reachable")]
public virtual bool? Reachable { get; set; }
Property Value
Type Description
bool?

SecurityBulletin

Declaration
[JsonProperty("securityBulletin")]
public virtual GoogleCloudSecuritycenterV2SecurityBulletin SecurityBulletin { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2SecurityBulletin

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX