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.
Implements
IMessageSbomReferenceIntotoPredicate, IEquatableSbomReferenceIntotoPredicate, IDeepCloneableSbomReferenceIntotoPredicate, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
SbomReferenceIntotoPredicate()
public SbomReferenceIntotoPredicate()
SbomReferenceIntotoPredicate(SbomReferenceIntotoPredicate)
public SbomReferenceIntotoPredicate(SbomReferenceIntotoPredicate other)
Parameter | |
---|---|
Name | Description |
other |
SbomReferenceIntotoPredicate |
Properties
Digest
public MapField<string, string> Digest { get; }
A map of algorithm to digest of the contents of the SBOM.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Location
public string Location { get; set; }
The location of the SBOM.
Property Value | |
---|---|
Type | Description |
string |
MimeType
public string MimeType { get; set; }
The mime type of the SBOM.
Property Value | |
---|---|
Type | Description |
string |
ReferrerId
public string ReferrerId { get; set; }
The person or system referring this predicate to the consumer.
Property Value | |
---|---|
Type | Description |
string |