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

SecretEnvironmentVariable

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

Environment variable containing the secret.

interface SecretEnvironmentVariable {
key?: string;
}

§Properties

§
key?: string
[src]

Environment variable name as a JSON encoded string. Note that value is not included since the value contains the secret data, which is sensitive core content.