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

GooglePrivacyDlpV2FieldTransformation

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

The transformation to apply to the field.

interface GooglePrivacyDlpV2FieldTransformation {}

§Properties

§

Only apply the transformation if the condition evaluates to true for the given RecordCondition. The conditions are allowed to reference fields that are not used in the actual transformation. Example Use Cases: - Apply a different bucket transformation to an age column if the zip code column for the same record is within a specific range. - Redact a field if the date of birth field is greater than 85.

§

Required. Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of "contact.nums[0].type", use "contact.nums.type".

§

Treat the contents of the field as free text, and selectively transform content that matches an InfoType.

§

Apply the transformation to the entire field.