Creates a new job to inspect storage or calculate risk metrics. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.
When no InfoTypes or CustomInfoTypes are specified in inspect jobs, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.
HTTP request
POST https://dlp.googleapis.com/v2/{parent=projects/*}/dlpJobs
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource name, for example projects/my-project-id. Authorization requires the following Google IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{ "jobId": string, "locationId": string, // Union field |
Fields | ||
---|---|---|
jobId |
The job id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: |
|
locationId |
The geographic location to store and process the job. Reserved for future extensions. |
|
Union field job . The configuration details for the specific type of job to run. job can be only one of the following: |
||
inspectJob |
|
|
riskJob |
|
Response body
If successful, the response body contains a newly created instance of DlpJob
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.