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

GooglePrivacyDlpV2InspectJobConfig

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

Controls what and how to inspect for findings.

interface GooglePrivacyDlpV2InspectJobConfig {
inspectTemplateName?: string;
}

§Properties

§

Actions to execute at the completion of the job.

§

How and what to scan for.

§
inspectTemplateName?: string
[src]

If provided, will be used as the default for all values in InspectConfig. inspect_config will be merged into the values persisted as part of the template.

§

The data to scan.