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

GooglePrivacyDlpV2InspectContentRequest

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

Request to search for potentially sensitive info in a ContentItem.

interface GooglePrivacyDlpV2InspectContentRequest {
inspectTemplateName?: string;
locationId?: string;
}

§Properties

§

Configuration for the inspector. What specified here will override the template referenced by the inspect_template_name argument.

§
inspectTemplateName?: string
[src]

Template to use. Any configuration directly specified in inspect_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.

§

The item to inspect.

§
locationId?: string
[src]

Deprecated. This field has no effect.