Class DiscoveryCloudSqlConditions (3.18.0)

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

Requirements that must be true before a table is profiled for the first time.

Attributes

Name Description
database_engines MutableSequence[google.cloud.dlp_v2.types.DiscoveryCloudSqlConditions.DatabaseEngine]
Optional. Database engines that should be profiled. Optional. Defaults to ALL_SUPPORTED_DATABASE_ENGINES if unspecified.
types MutableSequence[google.cloud.dlp_v2.types.DiscoveryCloudSqlConditions.DatabaseResourceType]
Data profiles will only be generated for the database resource types specified in this field. If not specified, defaults to [DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES].

Classes

DatabaseEngine

DatabaseEngine(value)

The database engines that should be profiled.

DatabaseResourceType

DatabaseResourceType(value)

Cloud SQL database resource types. New values can be added at a later time.