Class GoogleCloudSecuritycenterV2IssueFinding
Finding related to an issue.
Implements
Inherited Members
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 |