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/securitycenter:v1.ts";

Details about a secret or credential associated with the finding.

interface Secret {
environmentVariable?: SecretEnvironmentVariable;
filePath?: SecretFilePath;
status?: SecretStatus;
type?: string;
}

§Properties

§
environmentVariable?: SecretEnvironmentVariable
[src]

The environment variable containing the secret.

§

The file containing the secret.

§

The status of the secret.

§
type?: string
[src]

The type of secret, for example, GCP_API_KEY.