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

GoogleCloudSecuritycenterV2Secret

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

Details about a secret or credential associated with the finding.

interface GoogleCloudSecuritycenterV2Secret {
type?: string;
}

§Properties

§

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.