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

Attributes

  • _type (type: String.t, default: nil) - InToto spec defined at https://github.com/in-toto/attestation/tree/main/spec#statement
  • predicate (type: GoogleApi.ContainerAnalysis.V1beta1.Model.SlsaProvenanceV1.t, default: nil) -
  • predicateType (type: String.t, default: nil) -
  • subject (type: list(GoogleApi.ContainerAnalysis.V1beta1.Model.Subject.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.InTotoSlsaProvenanceV1{
  _type: String.t() | nil,
  predicate:
    GoogleApi.ContainerAnalysis.V1beta1.Model.SlsaProvenanceV1.t() | nil,
  predicateType: String.t() | nil,
  subject: [GoogleApi.ContainerAnalysis.V1beta1.Model.Subject.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.