Class Export (3.28.0)

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

If set, the detailed data profiles will be persisted to the location of your choice whenever updated.

Attribute

Name Description
profile_table google.cloud.dlp_v2.types.BigQueryTable
Store all profiles to BigQuery. - The system will create a new dataset and table for you if none are are provided. The dataset will be named sensitive_data_protection_discovery and table will be named discovery_profiles. This table will be placed in the same project as the container project running the scan. After the first profile is generated and the dataset and table are created, the discovery scan configuration will be updated with the dataset and table names. - See `Analyze data profiles stored in BigQuery