Security Command Center v2 API - Class Cwe (1.2.0)

public sealed class Cwe : IMessage<Cwe>, IEquatable<Cwe>, IDeepCloneable<Cwe>, IBufferMessage, IMessage

Reference documentation and code samples for the Security Command Center v2 API class Cwe.

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

Inheritance

object > Cwe

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

Cwe()

public Cwe()

Cwe(Cwe)

public Cwe(Cwe other)
Parameter
Name Description
other Cwe

Properties

Id

public string Id { get; set; }

The CWE identifier, e.g. CWE-94

Property Value
Type Description
string

References

public RepeatedField<Reference> References { get; }

Any reference to the details on the CWE, for example, https://cwe.mitre.org/data/definitions/94.html

Property Value
Type Description
RepeatedFieldReference