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

A predicate which describes the SBOM being referenced.

Attributes

  • digest (type: map(), default: nil) - A map of algorithm to digest of the contents of the SBOM.
  • location (type: String.t, default: nil) - The location of the SBOM.
  • mimeType (type: String.t, default: nil) - The mime type of the SBOM.
  • referrerId (type: String.t, default: nil) - The person or system referring this predicate to the consumer.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.SbomReferenceIntotoPredicate{
  digest: map() | nil,
  location: String.t() | nil,
  mimeType: String.t() | nil,
  referrerId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.