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

SecretLocation

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

The location of the secret.

interface SecretLocation {
fileLocation?: GrafeasV1FileLocation;
}

§Properties

§

The secret is found from a file.