Show / Hide Table of Contents

Class SBOMReferenceOccurrence

The occurrence representing an SBOM reference as applied to a specific resource. The occurrence follows the DSSE specification. See https://github.com/secure-systems-lab/dsse/blob/master/envelope.md for more details.

Inheritance
object
SBOMReferenceOccurrence
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class SBOMReferenceOccurrence : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Payload

The actual payload that contains the SBOM reference data.

Declaration
[JsonProperty("payload")]
public virtual SbomReferenceIntotoPayload Payload { get; set; }
Property Value
Type Description
SbomReferenceIntotoPayload

PayloadType

The kind of payload that SbomReferenceIntotoPayload takes. Since it's in the intoto format, this value is expected to be 'application/vnd.in-toto+json'.

Declaration
[JsonProperty("payloadType")]
public virtual string PayloadType { get; set; }
Property Value
Type Description
string

Signatures

The signatures over the payload.

Declaration
[JsonProperty("signatures")]
public virtual IList<EnvelopeSignature> Signatures { get; set; }
Property Value
Type Description
IList<EnvelopeSignature>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX