You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/dlp_v2.organizations.locations.dlpJobs.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ <h3>Method Details</h3>
163
163
},
164
164
],
165
165
"inspectConfig": { # Configuration description of the scanning process. When used with redactContent only info_types and min_likelihood are currently used. # How and what to scan for.
166
-
"contentOptions": [ # List of options defining data content to scan. If empty, text, images, and other content will be included.
166
+
"contentOptions": [ # Deprecated and unused.
167
167
"A String",
168
168
],
169
169
"customInfoTypes": [ # CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
@@ -218,15 +218,15 @@ <h3>Method Details</h3>
218
218
},
219
219
},
220
220
],
221
-
"excludeInfoTypes": True or False, # When true, excludes type information of the findings.
222
-
"includeQuote": True or False, # When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote.
221
+
"excludeInfoTypes": True or False, # When true, excludes type information of the findings. This is not used for data profiling.
222
+
"includeQuote": True or False, # When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote. This is not used for data profiling.
223
223
"infoTypes": [ # Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
224
224
{ # Type of information detected by the API.
225
225
"name": "A String", # Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern `[A-Za-z0-9$-_]{1,64}`.
226
226
"version": "A String", # Optional version name for this InfoType.
227
227
},
228
228
],
229
-
"limits": { # Configuration to control the number of findings returned. Cannot be set if de-identification is requested. # Configuration to control the number of findings returned.
229
+
"limits": { # Configuration to control the number of findings returned for inspection. This is not used for de-identification or data profiling. # Configuration to control the number of findings returned. This is not used for data profiling.
230
230
"maxFindingsPerInfoType": [ # Configuration of findings limit given for specified infoTypes.
231
231
{ # Max findings configuration per infoType, per content item or long running DlpJob.
232
232
"infoType": { # Type of information detected by the API. # Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
@@ -386,7 +386,7 @@ <h3>Method Details</h3>
386
386
"description": "A String", # Short description (max 256 chars).
387
387
"displayName": "A String", # Display name (max 256 chars).
388
388
"inspectConfig": { # Configuration description of the scanning process. When used with redactContent only info_types and min_likelihood are currently used. # The core content of the template. Configuration of the scanning process.
389
-
"contentOptions": [ # List of options defining data content to scan. If empty, text, images, and other content will be included.
389
+
"contentOptions": [ # Deprecated and unused.
390
390
"A String",
391
391
],
392
392
"customInfoTypes": [ # CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
@@ -441,15 +441,15 @@ <h3>Method Details</h3>
441
441
},
442
442
},
443
443
],
444
-
"excludeInfoTypes": True or False, # When true, excludes type information of the findings.
445
-
"includeQuote": True or False, # When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote.
444
+
"excludeInfoTypes": True or False, # When true, excludes type information of the findings. This is not used for data profiling.
445
+
"includeQuote": True or False, # When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote. This is not used for data profiling.
446
446
"infoTypes": [ # Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
447
447
{ # Type of information detected by the API.
448
448
"name": "A String", # Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern `[A-Za-z0-9$-_]{1,64}`.
449
449
"version": "A String", # Optional version name for this InfoType.
450
450
},
451
451
],
452
-
"limits": { # Configuration to control the number of findings returned. Cannot be set if de-identification is requested. # Configuration to control the number of findings returned.
452
+
"limits": { # Configuration to control the number of findings returned for inspection. This is not used for de-identification or data profiling. # Configuration to control the number of findings returned. This is not used for data profiling.
453
453
"maxFindingsPerInfoType": [ # Configuration of findings limit given for specified infoTypes.
454
454
{ # Max findings configuration per infoType, per content item or long running DlpJob.
455
455
"infoType": { # Type of information detected by the API. # Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
0 commit comments