Class DiscoverySchemaModifiedCadence (3.14.0)

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

The cadence at which to update data profiles when a schema is modified.

Attributes

NameDescription
types MutableSequence[google.cloud.dlp_v2.types.BigQuerySchemaModification]
The type of events to consider when deciding if the table's schema has been modified and should have the profile updated. Defaults to NEW_COLUMNS.
frequency google.cloud.dlp_v2.types.DataProfileUpdateFrequency
How frequently profiles may be updated when schemas are modified. Defaults to monthly.