Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2IssueFinding

Finding related to an issue.

Inheritance
object
GoogleCloudSecuritycenterV2IssueFinding
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.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2IssueFinding : IDirectResponseSchema

Properties

Cve

The CVE of the finding.

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

ETag

The ETag of the item.

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

Name

The name of the finding.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

SecurityBulletin

The security bulletin of the finding.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX