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

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"[];
}

§Properties

§
category?: "CATEGORY_UNSPECIFIED" | "AI" | "CODE"
[src]

A domain category that this profile is related to.

§
signals?: "SIGNAL_UNSPECIFIED" | "MODEL" | "TEXT_EMBEDDING" | "VERTEX_PLUGIN" | "VECTOR_PLUGIN" | "SOURCE_CODE" | "SERVICE"[]
[src]

The collection of signals that influenced selection of the category.