Snapshot of the configurations used to generate the profile.
JSON representation |
---|
{ "inspectConfig": { object ( |
Fields | |
---|---|
inspect |
A copy of the inspection config used to generate this profile. This is a copy of the inspectTemplate specified in |
dataProfileJob |
A copy of the configuration used to generate this profile. This is deprecated, and the DiscoveryConfig field is preferred moving forward. DataProfileJobConfig will still be written here for Discovery in BigQuery for backwards compatibility, but will not be updated with new fields, while DiscoveryConfig will. |
discovery |
A copy of the configuration used to generate this profile. |
inspect |
Name of the inspection template used to generate this profile |
inspect |
Timestamp when the template was modified A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
DataProfileJobConfig
Configuration for setting up a job to scan resources for profile generation. Only one data profile configuration may exist per organization, folder, or project.
The generated data profiles are retained according to the data retention policy.
JSON representation |
---|
{ "location": { object ( |
Fields | |
---|---|
location |
The data to scan. |
project |
The project that will run the scan. The DLP service account that exists within this project must have access to all resources that are profiled, and the DLP API must be enabled. |
other |
Must be set only when scanning other clouds. |
inspect |
Detection logic for profile generation. Not all template features are used by profiles. FindingLimits, includeQuote and excludeInfoTypes have no impact on data profiling. Multiple templates may be provided if there is data in multiple regions. At most one template must be specified per-region (including "global"). Each region is scanned using the applicable template. If no region-specific template is specified, but a "global" template is specified, it will be copied to that region and used instead. If no global or region-specific template is provided for a region with data, that region's data will not be scanned. For more information, see https://cloud.google.com/sensitive-data-protection/docs/data-profiles#data-residency. |
data |
Actions to execute at the completion of the job. |
DataProfileLocation
The data that will be profiled.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field location . The location to be scanned. location can be only one of the following: |
|
organization |
The ID of an organization to scan. |
folder |
The ID of the folder within an organization to scan. |