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

GooglePrivacyDlpV2InspectTemplate

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

The inspectTemplate contains a configuration (set of types of sensitive data to be detected) to be used anywhere you otherwise would normally specify InspectConfig. See https://cloud.google.com/sensitive-data-protection/docs/concepts-templates to learn more.

interface GooglePrivacyDlpV2InspectTemplate {
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.

§
description?: string
[src]

Short description (max 256 chars).

§
displayName?: string
[src]

Display name (max 256 chars).

§

The core content of the template. Configuration of the scanning process.

§
readonly name?: string
[src]

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

§
readonly updateTime?: Date
[src]

Output only. The last update timestamp of an inspectTemplate.