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

GooglePrivacyDlpV2DiscoveryGenerationCadence

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

What must take place for a profile to be updated and how frequently it should occur. New tables are scanned as quickly as possible depending on system capacity.

interface GooglePrivacyDlpV2DiscoveryGenerationCadence {
refreshFrequency?:
| "UPDATE_FREQUENCY_UNSPECIFIED"
| "UPDATE_FREQUENCY_NEVER"
| "UPDATE_FREQUENCY_DAILY"
| "UPDATE_FREQUENCY_MONTHLY";
}

§Properties

§

Governs when to update data profiles when the inspection rules defined by the InspectTemplate change. If not set, changing the template will not cause a data profile to update.

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

Frequency at which profiles should be updated, regardless of whether the underlying resource has changed. Defaults to never.

§

Governs when to update data profiles when a schema is modified.

§

Governs when to update data profiles when a table is modified.