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

GooglePrivacyDlpV2TaggedField

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

A column with a semantic tag attached.

interface GooglePrivacyDlpV2TaggedField {
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).

§

Required. Identifies the column.

§

If no semantic tag is indicated, we infer the statistical model from the distribution of values in the input data

§

A column can be tagged with a InfoType to use the relevant public dataset as a statistical model of population, if available. We currently support US ZIP codes, region codes, ages and genders. To programmatically obtain the list of supported InfoTypes, use ListInfoTypes with the supported_by=RISK_ANALYSIS filter.