Class SbomReferenceIntotoPredicate
A predicate which describes the SBOM being referenced.
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1beta1.Data
Assembly: Google.Apis.OnDemandScanning.v1beta1.dll
Syntax
public class SbomReferenceIntotoPredicate : IDirectResponseSchema
Properties
Digest
A map of algorithm to digest of the contents of the SBOM.
Declaration
[JsonProperty("digest")]
public virtual IDictionary<string, string> Digest { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
The location of the SBOM.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |
MimeType
The mime type of the SBOM.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type | Description |
---|---|
string |
ReferrerId
The person or system referring this predicate to the consumer.
Declaration
[JsonProperty("referrerId")]
public virtual string ReferrerId { get; set; }
Property Value
Type | Description |
---|---|
string |