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 {
inspectTemplateModifiedCadence?: GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence;
refreshFrequency?:
| "UPDATE_FREQUENCY_UNSPECIFIED"
| "UPDATE_FREQUENCY_NEVER"
| "UPDATE_FREQUENCY_DAILY"
| "UPDATE_FREQUENCY_MONTHLY";
schemaModifiedCadence?: GooglePrivacyDlpV2DiscoverySchemaModifiedCadence;
tableModifiedCadence?: GooglePrivacyDlpV2DiscoveryTableModifiedCadence;
}§Properties
§
inspectTemplateModifiedCadence?: GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence
[src]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.
§
schemaModifiedCadence?: GooglePrivacyDlpV2DiscoverySchemaModifiedCadence
[src]Governs when to update data profiles when a schema is modified.
§
tableModifiedCadence?: GooglePrivacyDlpV2DiscoveryTableModifiedCadence
[src]Governs when to update data profiles when a table is modified.