google_api_dlp v0.0.1 GoogleApi.DLP.V2beta1.Model.GooglePrivacyDlpV2beta1CreateInspectOperationRequest View Source

Request for scheduling a scan of a data subset from a Google Platform data repository.

Attributes

  • inspectConfig (GooglePrivacyDlpV2beta1InspectConfig): Configuration for the inspector. Defaults to: null.
  • operationConfig (GooglePrivacyDlpV2beta1OperationConfig): Additional configuration settings for long running operations. Defaults to: null.
  • outputConfig (GooglePrivacyDlpV2beta1OutputStorageConfig): Optional location to store findings. The bucket must already exist and the Google APIs service account for DLP must have write permission to write to the given bucket. <p>Results are split over multiple csv files with each file name matching the pattern "[operationid][count].csv", for example `3094877188788974909_1.csv`. The `operation_id` matches the identifier for the Operation, and the `count` is a counter used for tracking the number of files written. <p>The CSV file(s) contain the following columns regardless of storage type scanned: <li>id <li>info_type <li>likelihood <li>byte size of finding <li>quote <li>timestamp<br/> <p>For Cloud Storage the next columns are: <li>file_path <li>start_offset<br/> <p>For Cloud Datastore the next columns are: <li>project_id <li>namespace_id <li>path <li>column_name <li>offset<br/> <p>For BigQuery the next columns are: <li>row_number <li>project_id <li>dataset_id <li>table_id Defaults to: null.
  • storageConfig (GooglePrivacyDlpV2beta1StorageConfig): Specification of the data set to process. Defaults to: null.