Class GoogleCloudSecuritycenterV2Cwe
CWE stands for Common Weakness Enumeration. Information about this weakness, as described by CWE.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter .v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2Cwe : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The CWE identifier, e.g. CWE-94
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
References
Any reference to the details on the CWE, for example, https://cwe.mitre.org/data/definitions/94.html
Declaration
[JsonProperty("references")]
public virtual IList<GoogleCloudSecuritycenterV2Reference> References { get; set; }
Property Value
Type | Description |
---|---|
IList<Google |