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 {
allowLimitedAvailabilityInfoTypes?: boolean;
readonly createTime?: Date;
description?: string;
displayName?: string;
inspectConfig?: GooglePrivacyDlpV2InspectConfig;
readonly name?: string;
readonly updateTime?: Date;
}§Properties
§
allowLimitedAvailabilityInfoTypes?: boolean
[src]Optional. Enables the use of limited-availability built-in infoTypes in inspect_config. These infoTypes are supported only in specific regions and can cause scanning errors if used elsewhere.
§
inspectConfig?: GooglePrivacyDlpV2InspectConfig
[src]The core content of the template. Configuration of the scanning process.