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

ContaineranalysisGoogleDevtoolsCloudbuildV1SecretManagerSecret

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

Pairs a secret environment variable with a SecretVersion in Secret Manager.

interface ContaineranalysisGoogleDevtoolsCloudbuildV1SecretManagerSecret {
env?: string;
versionName?: string;
}

§Properties

§
env?: string
[src]

Environment variable name to associate with the secret. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step.

§
versionName?: string
[src]

Resource name of the SecretVersion. In format: projects//secrets//versions/*