Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2Cwe

CWE stands for Common Weakness Enumeration. Information about this weakness, as described by CWE.

Inheritance
object
GoogleCloudSecuritycenterV2Cwe
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.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.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<GoogleCloudSecuritycenterV2Reference>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX