View Source GoogleApi.ContainerAnalysis.V1beta1.Model.SBOMReferenceOccurrence (google_api_container_analysis v0.28.0)

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.

Attributes

  • payload (type: GoogleApi.ContainerAnalysis.V1beta1.Model.SbomReferenceIntotoPayload.t, default: nil) - The actual payload that contains the SBOM reference data.
  • payloadType (type: String.t, default: nil) - 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'.
  • signatures (type: list(GoogleApi.ContainerAnalysis.V1beta1.Model.EnvelopeSignature.t), default: nil) - The signatures over the payload.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.SBOMReferenceOccurrence{
  payload:
    GoogleApi.ContainerAnalysis.V1beta1.Model.SbomReferenceIntotoPayload.t()
    | nil,
  payloadType: String.t() | nil,
  signatures:
    [GoogleApi.ContainerAnalysis.V1beta1.Model.EnvelopeSignature.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.