public sealed class Reference : IMessage<Reference>, IEquatable<Reference>, IDeepCloneable<Reference>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1 API class Reference.
Additional Links
Implements
IMessage<Reference>, IEquatable<Reference>, IDeepCloneable<Reference>, 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 |
|