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

GoogleCloudRunV2SecretKeySelector

import type { GoogleCloudRunV2SecretKeySelector } from "https://googleapis.deno.dev/v1/run:v2.ts";

SecretEnvVarSource represents a source for the value of an EnvVar.

interface GoogleCloudRunV2SecretKeySelector {
secret?: string;
version?: string;
}

§Properties

§
secret?: string
[src]

Required. The name of the secret in Cloud Secret Manager. Format: {secret_name} if the secret is in the same project. projects/{project}/secrets/{secret_name} if the secret is in a different project.

§
version?: string
[src]

The Cloud Secret Manager secret version. Can be 'latest' for the latest version, an integer for a specific version, or a version alias.