View Source GoogleApi.ContainerAnalysis.V1.Model.DSSEAttestationOccurrence (google_api_container_analysis v0.28.0)

Deprecated. Prefer to use a regular Occurrence, and populate the Envelope at the top level of the Occurrence.

Attributes

  • envelope (type: GoogleApi.ContainerAnalysis.V1.Model.Envelope.t, default: nil) - If doing something security critical, make sure to verify the signatures in this metadata.
  • statement (type: GoogleApi.ContainerAnalysis.V1.Model.InTotoStatement.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1.Model.DSSEAttestationOccurrence{
  envelope: GoogleApi.ContainerAnalysis.V1.Model.Envelope.t() | nil,
  statement: GoogleApi.ContainerAnalysis.V1.Model.InTotoStatement.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.