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

GooglePrivacyDlpV2CreateInspectTemplateRequest

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

Request message for CreateInspectTemplate.

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

§Properties

§

Required. The InspectTemplate 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.