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

ContaineranalysisGoogleDevtoolsCloudbuildV1InlineSecret

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

Pairs a set of secret environment variables mapped to encrypted values with the Cloud KMS key to use to decrypt the value.

interface ContaineranalysisGoogleDevtoolsCloudbuildV1InlineSecret {
envMap?: {
[key: string]: Uint8Array;
}
;
kmsKeyName?: string;
}

§Properties

§
envMap?: {
[key: string]: Uint8Array;
}
[src]

Map of environment variable name to its encrypted value. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step. Values can be at most 64 KB in size. There can be at most 100 secret values across all of a build's secrets.

§
kmsKeyName?: string
[src]

Resource name of Cloud KMS crypto key to decrypt the encrypted value. In format: projects//locations//keyRings//cryptoKeys/