Grafeas v1 API - Class SBOMReferenceNote (3.6.0)

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.

Inheritance

object > SBOMReferenceNote

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

SBOMReferenceNote()

public SBOMReferenceNote()

SBOMReferenceNote(SBOMReferenceNote)

public SBOMReferenceNote(SBOMReferenceNote other)
Parameter
NameDescription
otherSBOMReferenceNote

Properties

Format

public string Format { get; set; }

The format that SBOM takes. E.g. may be spdx, cyclonedx, etc...

Property Value
TypeDescription
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
TypeDescription
string