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

GooglePrivacyDlpV2DiscoverySchemaModifiedCadence

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

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

interface GooglePrivacyDlpV2DiscoverySchemaModifiedCadence {
frequency?:
| "UPDATE_FREQUENCY_UNSPECIFIED"
| "UPDATE_FREQUENCY_NEVER"
| "UPDATE_FREQUENCY_DAILY"
| "UPDATE_FREQUENCY_MONTHLY";
types?: "SCHEMA_MODIFICATION_UNSPECIFIED" | "SCHEMA_NEW_COLUMNS" | "SCHEMA_REMOVED_COLUMNS"[];
}

§Properties

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

How frequently profiles may be updated when schemas are modified. Defaults to monthly.

§
types?: "SCHEMA_MODIFICATION_UNSPECIFIED" | "SCHEMA_NEW_COLUMNS" | "SCHEMA_REMOVED_COLUMNS"[]
[src]

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