Method: projects.locations.jobTriggers.hybridInspect

Inspect hybrid content and store findings to a trigger. The inspection will be processed asynchronously. To review the findings monitor the jobs within the trigger.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

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

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

  • dlp.jobTriggers.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.