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

GooglePrivacyDlpV2CreateDeidentifyTemplateRequest

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

Request message for CreateDeidentifyTemplate.

interface GooglePrivacyDlpV2CreateDeidentifyTemplateRequest {
locationId?: string;
templateId?: string;
}

§Properties

§

Required. The DeidentifyTemplate to create.

§
locationId?: string
[src]

Deprecated. This field has no effect.

§
templateId?: string
[src]

The template id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: [a-zA-Z\d-_]+. The maximum length is 100 characters. Can be empty to allow the system to generate one.