GooglePrivacyDlpV2DiscoveryOtherCloudGenerationCadence
import type { GooglePrivacyDlpV2DiscoveryOtherCloudGenerationCadence } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
How often existing resources should have their profiles refreshed. New resources are scanned as quickly as possible depending on system capacity.
interface GooglePrivacyDlpV2DiscoveryOtherCloudGenerationCadence {
inspectTemplateModifiedCadence?: GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence;
refreshFrequency?:
} | "UPDATE_FREQUENCY_UNSPECIFIED"
| "UPDATE_FREQUENCY_NEVER"
| "UPDATE_FREQUENCY_DAILY"
| "UPDATE_FREQUENCY_MONTHLY";
§Properties
§
inspectTemplateModifiedCadence?: GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence
[src]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.