Method: projects.locations.dlpJobs.hybridInspect

Inspect hybrid content and store findings to a job. To review the findings, inspect the job. Inspection will occur asynchronously.

HTTP request

POST https://dlp.googleapis.com/v2/{name=projects/*/locations/*/dlpJobs/*}:hybridInspect

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Resource name of the job to execute a hybrid inspect on, for example projects/dlp-test-project/dlpJob/53234423.

Authorization requires the following IAM permission on the specified resource name:

  • dlp.jobs.hybridInspect

Request body

The request body contains data with the following structure:

JSON representation
{
  "hybridItem": {
    object (HybridContentItem)
  }
}
Fields
hybridItem

object (HybridContentItem)

The item to inspect.

Response body

If successful, the response body is empty.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.