GoogleApi.OnDemandScanning.V1.Model.Fingerprint (google_api_on_demand_scanning v0.7.0)
View SourceA set of properties that uniquely identify a given Docker image.
Attributes
-
v1Name
(type:String.t
, default:nil
) - Required. The layer ID of the final layer in the Docker image's v1 representation. -
v2Blob
(type:list(String.t)
, default:nil
) - Required. 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.