public sealed class SBOMReferenceNote : IMessage<SBOMReferenceNote>, IEquatable<SBOMReferenceNote>, IDeepCloneable<SBOMReferenceNote>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class SBOMReferenceNote.
The note representing an SBOM reference.
Implements
IMessageSBOMReferenceNote, IEquatableSBOMReferenceNote, IDeepCloneableSBOMReferenceNote, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
SBOMReferenceNote()
public SBOMReferenceNote()
SBOMReferenceNote(SBOMReferenceNote)
public SBOMReferenceNote(SBOMReferenceNote other)
Parameter | |
---|---|
Name | Description |
other |
SBOMReferenceNote |
Properties
Format
public string Format { get; set; }
The format that SBOM takes. E.g. may be spdx, cyclonedx, etc...
Property Value | |
---|---|
Type | Description |
string |
Version
public string Version { get; set; }
The version of the format that the SBOM takes. E.g. if the format is spdx, the version may be 2.3.
Property Value | |
---|---|
Type | Description |
string |