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

GooglePrivacyDlpV2DeidentifyContentRequest

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

Request to de-identify a ContentItem.

interface GooglePrivacyDlpV2DeidentifyContentRequest {
deidentifyTemplateName?: string;
inspectTemplateName?: string;
locationId?: string;
}

§Properties

§

Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument.

§
deidentifyTemplateName?: string
[src]

Template to use. Any configuration directly specified in deidentify_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.

§

Configuration for the inspector. Items specified here will override the template referenced by the inspect_template_name argument.

§
inspectTemplateName?: string
[src]

Template to use. Any configuration directly specified in inspect_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.

§

The item to de-identify. Will be treated as text. This value must be of type Table if your deidentify_config is a RecordTransformations object.

§
locationId?: string
[src]

Deprecated. This field has no effect.