Grafeas v1 API - Class SbomReferenceIntotoPredicate (3.6.0)

public sealed class SbomReferenceIntotoPredicate : IMessage<SbomReferenceIntotoPredicate>, IEquatable<SbomReferenceIntotoPredicate>, IDeepCloneable<SbomReferenceIntotoPredicate>, IBufferMessage, IMessage

Reference documentation and code samples for the Grafeas v1 API class SbomReferenceIntotoPredicate.

A predicate which describes the SBOM being referenced.

Inheritance

object > SbomReferenceIntotoPredicate

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

SbomReferenceIntotoPredicate()

public SbomReferenceIntotoPredicate()

SbomReferenceIntotoPredicate(SbomReferenceIntotoPredicate)

public SbomReferenceIntotoPredicate(SbomReferenceIntotoPredicate other)
Parameter
NameDescription
otherSbomReferenceIntotoPredicate

Properties

Digest

public MapField<string, string> Digest { get; }

A map of algorithm to digest of the contents of the SBOM.

Property Value
TypeDescription
MapFieldstringstring

Location

public string Location { get; set; }

The location of the SBOM.

Property Value
TypeDescription
string

MimeType

public string MimeType { get; set; }

The mime type of the SBOM.

Property Value
TypeDescription
string

ReferrerId

public string ReferrerId { get; set; }

The person or system referring this predicate to the consumer.

Property Value
TypeDescription
string