GoogleApi.ContainerAnalysis.V1alpha1.Model.InTotoStatement (google_api_container_analysis v0.18.0) View Source

Spec defined at https://github.com/in-toto/attestation/tree/main/spec#statement The serialized InTotoStatement will be stored as Envelope.payload. Envelope.payloadType is always "application/vnd.in-toto+json".

Attributes

  • predicateType (type: String.t, default: nil) - "https://in-toto.io/Provenance/v0.1" for InTotoProvenance.
  • provenance (type: GoogleApi.ContainerAnalysis.V1alpha1.Model.InTotoProvenance.t, default: nil) -
  • subject (type: list(GoogleApi.ContainerAnalysis.V1alpha1.Model.Subject.t), default: nil) -
  • type (type: String.t, default: nil) - Always "https://in-toto.io/Statement/v0.1".

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.InTotoStatement{
  predicateType: String.t() | nil,
  provenance:
    GoogleApi.ContainerAnalysis.V1alpha1.Model.InTotoProvenance.t() | nil,
  subject: [GoogleApi.ContainerAnalysis.V1alpha1.Model.Subject.t()] | nil,
  type: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.