GooglePrivacyDlpV2DatabaseResourceReference
import type { GooglePrivacyDlpV2DatabaseResourceReference } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
Identifies a single database resource, like a table within a database.
interface GooglePrivacyDlpV2DatabaseResourceReference {
database?: string;
databaseResource?: string;
instance?: string;
projectId?: string;
}