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

SecretManagerSource

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

Configuration for secrets stored in Google Secret Manager.

interface SecretManagerSource {
secretVersion?: string;
}

§Properties

§
secretVersion?: string
[src]

Required. The name of the Secret Version containing the encryption key in the following format: projects/{project}/secrets/{secret_id}/versions/{version_number} Note that only numbered versions are supported. Aliases like "latest" are not supported.