GooglePrivacyDlpV2Domain
import type { GooglePrivacyDlpV2Domain } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
A domain represents a thematic category that a data profile can fall under.
interface GooglePrivacyDlpV2Domain {
category?: "CATEGORY_UNSPECIFIED" | "AI" | "CODE";
signals?:
} | "SIGNAL_UNSPECIFIED"
| "MODEL"
| "TEXT_EMBEDDING"
| "VERTEX_PLUGIN"
| "VECTOR_PLUGIN"
| "SOURCE_CODE"
| "SERVICE"[];