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 {
environmentVariable?: GoogleCloudSecuritycenterV2SecretEnvironmentVariable;
filePath?: GoogleCloudSecuritycenterV2SecretFilePath;
status?: GoogleCloudSecuritycenterV2SecretStatus;
type?: string;
}