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

GooglePrivacyDlpV2DeidentifyConfig

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

The configuration that controls how the data will change.

interface GooglePrivacyDlpV2DeidentifyConfig {
transformationErrorHandling?: GooglePrivacyDlpV2TransformationErrorHandling;
}

§Properties

§

Treat the dataset as an image and redact.

§

Treat the dataset as free-form text and apply the same free text transformation everywhere.

§

Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.

§

Mode for handling transformation errors. If left unspecified, the default mode is TransformationErrorHandling.ThrowError.