GoogleApi.ContainerAnalysis.V1beta1.Model.GrafeasV1beta1IntotoDetails (google_api_container_analysis v0.34.0)

View Source

This corresponds to a signed in-toto link - it is made up of one or more signatures and the in-toto link itself. This is used for occurrences of a Grafeas in-toto note.

Attributes

  • signatures (type: list(GoogleApi.ContainerAnalysis.V1beta1.Model.GrafeasV1beta1IntotoSignature.t), default: nil) -
  • signed (type: GoogleApi.ContainerAnalysis.V1beta1.Model.Link.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.GrafeasV1beta1IntotoDetails{
  signatures:
    [
      GoogleApi.ContainerAnalysis.V1beta1.Model.GrafeasV1beta1IntotoSignature.t()
    ]
    | nil,
  signed: GoogleApi.ContainerAnalysis.V1beta1.Model.Link.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.