SecretLocation
import type { SecretLocation } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";
The location of the secret.
interface SecretLocation {
fileLocation?: GrafeasV1FileLocation;
}§Properties
§
fileLocation?: GrafeasV1FileLocation
[src]The secret is found from a file.