Class GoogleCloudSecuritycenterV2Vulnerability
Refers to common vulnerability fields e.g. cve, cvss, cwe etc.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2Vulnerability : IDirectResponseSchema
Properties
Cve
CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
Declaration
[JsonProperty("cve")]
public virtual GoogleCloudSecuritycenterV2Cve Cve { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2Cve |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FixedPackage
The fixed package is relevant to the finding.
Declaration
[JsonProperty("fixedPackage")]
public virtual GoogleCloudSecuritycenterV2Package FixedPackage { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2Package |
OffendingPackage
The offending package is relevant to the finding.
Declaration
[JsonProperty("offendingPackage")]
public virtual GoogleCloudSecuritycenterV2Package OffendingPackage { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2Package |
SecurityBulletin
The security bulletin is relevant to this finding.
Declaration
[JsonProperty("securityBulletin")]
public virtual GoogleCloudSecuritycenterV2SecurityBulletin SecurityBulletin { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2SecurityBulletin |