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

GooglePrivacyDlpV2DataProfileConfigSnapshot

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

Snapshot of the configurations used to generate the profile.

interface GooglePrivacyDlpV2DataProfileConfigSnapshot {
inspectTemplateModifiedTime?: Date;
inspectTemplateName?: string;
}

§Properties

§

A copy of the configuration used to generate this profile. This is deprecated, and the DiscoveryConfig field is preferred moving forward. DataProfileJobConfig will still be written here for Discovery in BigQuery for backwards compatibility, but will not be updated with new fields, while DiscoveryConfig will.

§

A copy of the configuration used to generate this profile.

§

A copy of the inspection config used to generate this profile. This is a copy of the inspect_template specified in DataProfileJobConfig.

§
inspectTemplateModifiedTime?: Date
[src]

Timestamp when the template was modified

§
inspectTemplateName?: string
[src]

Name of the inspection template used to generate this profile