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

GooglePrivacyDlpV2PrimitiveTransformation

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

A rule for transforming a value.

interface GooglePrivacyDlpV2PrimitiveTransformation {
cryptoDeterministicConfig?: GooglePrivacyDlpV2CryptoDeterministicConfig;
cryptoReplaceFfxFpeConfig?: GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig;
fixedSizeBucketingConfig?: GooglePrivacyDlpV2FixedSizeBucketingConfig;
replaceWithInfoTypeConfig?: GooglePrivacyDlpV2ReplaceWithInfoTypeConfig;
}

§Properties

§

Bucketing

§

Deterministic Crypto

§

Ffx-Fpe

§

Date Shift

§

Fixed size bucketing

§

Replace with a specified value.

§

Replace with a value randomly drawn (with replacement) from a dictionary.

§

Replace with infotype

§

Time extraction