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

GooglePrivacyDlpV2DiscoveryTableModifiedCadence

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

The cadence at which to update data profiles when a table is modified.

interface GooglePrivacyDlpV2DiscoveryTableModifiedCadence {
frequency?:
| "UPDATE_FREQUENCY_UNSPECIFIED"
| "UPDATE_FREQUENCY_NEVER"
| "UPDATE_FREQUENCY_DAILY"
| "UPDATE_FREQUENCY_MONTHLY";
types?: "TABLE_MODIFICATION_UNSPECIFIED" | "TABLE_MODIFIED_TIMESTAMP"[];
}

§Properties

§
frequency?: "UPDATE_FREQUENCY_UNSPECIFIED" | "UPDATE_FREQUENCY_NEVER" | "UPDATE_FREQUENCY_DAILY" | "UPDATE_FREQUENCY_MONTHLY"
[src]

How frequently data profiles can be updated when tables are modified. Defaults to never.

§
types?: "TABLE_MODIFICATION_UNSPECIFIED" | "TABLE_MODIFIED_TIMESTAMP"[]
[src]

The type of events to consider when deciding if the table has been modified and should have the profile updated. Defaults to MODIFIED_TIMESTAMP.