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

GooglePrivacyDlpV2QuasiIdentifierField

import type { GooglePrivacyDlpV2QuasiIdentifierField } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

A quasi-identifier column has a custom_tag, used to know which column in the data corresponds to which column in the statistical model.

interface GooglePrivacyDlpV2QuasiIdentifierField {
customTag?: string;
}

§Properties

§
customTag?: string
[src]

A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).

§

Identifies the column.