View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.Fingerprint (google_api_container_analysis v0.28.0)

A set of properties that uniquely identify a given Docker image.

Attributes

  • v1Name (type: String.t, default: nil) - The layer-id of the final layer in the Docker image's v1 representation. This field can be used as a filter in list requests.
  • v2Blob (type: list(String.t), default: nil) - The ordered list of v2 blobs that represent a given image.
  • v2Name (type: String.t, default: nil) - Output only. The name of the image's v2 blobs computed via: [bottom] := v2_blobbottom := sha256(v2_blob[N] + " " + v2_name[N+1]) Only the name of the final blob is kept. This field can be used as a filter in list requests.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.Fingerprint{
  v1Name: String.t() | nil,
  v2Blob: [String.t()] | nil,
  v2Name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.