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

SecretOccurrence

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

The occurrence provides details of a secret.

interface SecretOccurrence {
kind?: "SECRET_KIND_UNSPECIFIED" | "SECRET_KIND_UNKNOWN" | "SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY";
locations?: SecretLocation[];
statuses?: SecretStatus[];
}

§Properties

§
kind?: "SECRET_KIND_UNSPECIFIED" | "SECRET_KIND_UNKNOWN" | "SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY"
[src]

Required. Type of secret.

§
locations?: SecretLocation[]
[src]

Optional. Locations where the secret is detected.

§
statuses?: SecretStatus[]
[src]

Optional. Status of the secret.