public sealed class Reference : IMessage<Reference>, IEquatable<Reference>, IDeepCloneable<Reference>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Reference.
Additional Links
Implements
IMessageReference, IEquatableReference, IDeepCloneableReference, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
Reference()
public Reference()
Reference(Reference)
public Reference(Reference other)
Parameter | |
---|---|
Name | Description |
other | Reference |
Properties
Source
public string Source { get; set; }
Source of the reference e.g. NVD
Property Value | |
---|---|
Type | Description |
string |
Uri
public string Uri { get; set; }
Uri for the mentioned source e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527.
Property Value | |
---|---|
Type | Description |
string |