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

GooglePrivacyDlpV2DeidentifyTemplate

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

DeidentifyTemplates contains instructions on how to de-identify content. See https://cloud.google.com/sensitive-data-protection/docs/concepts-templates to learn more.

interface GooglePrivacyDlpV2DeidentifyTemplate {
readonly createTime?: Date;
description?: string;
displayName?: string;
readonly name?: string;
readonly updateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The creation timestamp of an inspectTemplate.

§

The core content of the template.

§
description?: string
[src]

Short description (max 256 chars).

§
displayName?: string
[src]

Display name (max 256 chars).

§
readonly name?: string
[src]

Output only. The template name. The template will have one of the following formats: projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID OR organizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID

§
readonly updateTime?: Date
[src]

Output only. The last update timestamp of an inspectTemplate.