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
IMessage SBOMReferenceNote , IEquatable SBOMReferenceNote , IDeepCloneable SBOMReferenceNote , IBufferMessage , IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
SBOMReferenceNote()
public SBOMReferenceNote()
SBOMReferenceNote(SBOMReferenceNote)
public SBOMReferenceNote(SBOMReferenceNote other)
Properties
Format
public string Format { get; set; }
The format that SBOM takes. E.g. may be spdx, cyclonedx, etc...
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.