DiscoveryCloudSqlGenerationCadence(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
How often existing tables should have their profiles refreshed. New tables are scanned as quickly as possible depending on system capacity.
Attributes |
|
---|---|
Name | Description |
schema_modified_cadence |
google.cloud.dlp_v2.types.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence
When to reprofile if the schema has changed. |
refresh_frequency |
google.cloud.dlp_v2.types.DataProfileUpdateFrequency
Data changes (non-schema changes) in Cloud SQL tables can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying tables have changed. Defaults to never. |
inspect_template_modified_cadence |
google.cloud.dlp_v2.types.DiscoveryInspectTemplateModifiedCadence
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.
|
Classes
SchemaModifiedCadence
SchemaModifiedCadence(mapping=None, *, ignore_unknown_fields=False, **kwargs)
How frequently to modify the profile when the table's schema is modified.