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.
§
filePath?: SecretFilePath
[src]The file containing the secret.
§
status?: SecretStatus
[src]The status of the secret.