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

GooglePrivacyDlpV2RequestedDeidentifyOptions

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

De-identification options.

interface GooglePrivacyDlpV2RequestedDeidentifyOptions {
snapshotDeidentifyTemplate?: GooglePrivacyDlpV2DeidentifyTemplate;
snapshotImageRedactTemplate?: GooglePrivacyDlpV2DeidentifyTemplate;
snapshotStructuredDeidentifyTemplate?: GooglePrivacyDlpV2DeidentifyTemplate;
}

§Properties

§
snapshotDeidentifyTemplate?: GooglePrivacyDlpV2DeidentifyTemplate
[src]

Snapshot of the state of the DeidentifyTemplate from the Deidentify action at the time this job was run.

§
snapshotImageRedactTemplate?: GooglePrivacyDlpV2DeidentifyTemplate
[src]

Snapshot of the state of the image transformation DeidentifyTemplate from the Deidentify action at the time this job was run.

§
snapshotStructuredDeidentifyTemplate?: GooglePrivacyDlpV2DeidentifyTemplate
[src]

Snapshot of the state of the structured DeidentifyTemplate from the Deidentify action at the time this job was run.