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

GooglePrivacyDlpV2DiscoveryCloudStorageGenerationCadence

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

How often existing buckets should have their profiles refreshed. New buckets are scanned as quickly as possible depending on system capacity.

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

§Properties

§

Optional. 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]

Optional. Data changes in Cloud Storage can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying buckets have changed. Defaults to never.