google_api_container_analysis v0.4.0 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 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

Link to this type

t()

View Source
t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.Basis{
  fingerprint: GoogleApi.ContainerAnalysis.V1alpha1.Model.Fingerprint.t(),
  resourceUrl: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.