Output only. The name of the image's v2 blobs computed via:
[bottom] := v2_blob[bottom]
[N] := sha256(v2_blob[N] + " " + v2_name[N+1])
Only the name of the final blob is kept.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The Grafeas v1 API class `Fingerprint` is used to uniquely identify Docker images through a set of properties."],["The `Fingerprint` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and inherits from `object`."],["The `Fingerprint` class has three main properties: `V1Name` which represents the final layer ID, `V2Blob` which is an ordered list of v2 blobs, and `V2Name` which represents the computed name of the image's v2 blobs."],["The documentation provides links to different versions of the `Fingerprint` class, ranging from version 2.2.0 to 3.7.0, with 3.7.0 being the latest."]]],[]]