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

Secret

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

A securely stored value.

interface Secret {
cloudSecret?: string;
}

§Properties

§
cloudSecret?: string
[src]

The relative resource name of a Secret Manager secret version, in the following form:projects/{project_number}/secrets/{secret_id}/versions/{version_id}.