Module: Google::Cloud::Dlp::V2::OutputStorageConfig::OutputSchema

Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Predefined schemas for storing findings. Only for use with external storage.

Constant Summary collapse

OUTPUT_SCHEMA_UNSPECIFIED =

Unused.

0
BASIC_COLUMNS =

Basic schema including only info_type, quote, certainty, and timestamp.

1
GCS_COLUMNS =

Schema tailored to findings from scanning Cloud Storage.

2
DATASTORE_COLUMNS =

Schema tailored to findings from scanning Google Datastore.

3
BIG_QUERY_COLUMNS =

Schema tailored to findings from scanning Google BigQuery.

4
ALL_COLUMNS =

Schema containing all columns.

5