Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ContaineranalysisGoogleDevtoolsCloudbuildV1Hash

import type { ContaineranalysisGoogleDevtoolsCloudbuildV1Hash } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";

Container message for hash values.

interface ContaineranalysisGoogleDevtoolsCloudbuildV1Hash {
type?:
| "NONE"
| "SHA256"
| "MD5"
| "SHA512";
value?: Uint8Array;
}

§Properties

§
type?: "NONE" | "SHA256" | "MD5" | "SHA512"
[src]

The type of hash that was performed.

§
value?: Uint8Array
[src]

The hash value.