Class SchemaModifiedCadence (3.17.0)

SchemaModifiedCadence(mapping=None, *, ignore_unknown_fields=False, **kwargs)

How frequency to modify the profile when the table's schema is modified.

Attributes

Name Description
types MutableSequence[google.cloud.dlp_v2.types.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence.CloudSqlSchemaModification]
The types of schema modifications to consider. Defaults to NEW_COLUMNS.
frequency google.cloud.dlp_v2.types.DataProfileUpdateFrequency
Frequency to regenerate data profiles when the schema is modified. Defaults to monthly.

Classes

CloudSqlSchemaModification

CloudSqlSchemaModification(value)

The type of modification that causes a profile update.