google_api_container_analysis v0.5.1 GoogleApi.ContainerAnalysis.V1alpha1.Model.Basis View Source

Basis describes the base image portion (Note) of the DockerImage relationship. Linked occurrences are derived from this or an equivalent image via: FROM <Basis.resource_url> Or an equivalent reference, e.g. a tag of the resource_url.

Attributes

  • fingerprint (type: GoogleApi.ContainerAnalysis.V1alpha1.Model.Fingerprint.t, default: nil) - The fingerprint of the base image.
  • resourceUrl (type: String.t, default: nil) - The resource_url for the resource representing the basis of associated occurrence images.

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.Basis{
  fingerprint: GoogleApi.ContainerAnalysis.V1alpha1.Model.Fingerprint.t(),
  resourceUrl: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.