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

The actual payload that contains the SBOM Reference data. The payload follows the intoto statement specification. See https://github.com/in-toto/attestation/blob/main/spec/v1.0/statement.md for more details.

Attributes

  • _type (type: String.t, default: nil) - Identifier for the schema of the Statement.
  • predicate (type: GoogleApi.ContainerAnalysis.V1beta1.Model.SbomReferenceIntotoPredicate.t, default: nil) - Additional parameters of the Predicate. Includes the actual data about the SBOM.
  • predicateType (type: String.t, default: nil) - URI identifying the type of the Predicate.
  • subject (type: list(GoogleApi.ContainerAnalysis.V1beta1.Model.Subject.t), default: nil) - Set of software artifacts that the attestation applies to. Each element represents a single software artifact.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.SbomReferenceIntotoPayload{
  _type: String.t() | nil,
  predicate:
    GoogleApi.ContainerAnalysis.V1beta1.Model.SbomReferenceIntotoPredicate.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.