Class DiscoveryTableModifiedCadence (3.14.0)

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

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

Attributes

NameDescription
types MutableSequence[google.cloud.dlp_v2.types.BigQueryTableModification]
The type of events to consider when deciding if the table has been modified and should have the profile updated. Defaults to MODIFIED_TIMESTAMP.
frequency google.cloud.dlp_v2.types.DataProfileUpdateFrequency
How frequently data profiles can be updated when tables are modified. Defaults to never.