Class CloudSqlDiscoveryTarget (3.17.0)

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

Target used to match against for discovery with Cloud SQL tables.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
filter google.cloud.dlp_v2.types.DiscoveryCloudSqlFilter
Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table.
conditions google.cloud.dlp_v2.types.DiscoveryCloudSqlConditions
In addition to matching the filter, these conditions must be true before a profile is generated.
generation_cadence google.cloud.dlp_v2.types.DiscoveryCloudSqlGenerationCadence
How often and when to update profiles. New tables that match both the filter and conditions are scanned as quickly as possible depending on system capacity. This field is a member of oneof_ cadence.
disabled google.cloud.dlp_v2.types.Disabled
Disable profiling for database resources that match this filter. This field is a member of oneof_ cadence.