Module: Google::Privacy::Dlp::V2::OutputStorageConfig::OutputSchema

Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

Predefined schemas for storing findings.

Constant Summary collapse

OUTPUT_SCHEMA_UNSPECIFIED =
0
BASIC_COLUMNS =

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

1
GCS_COLUMNS =

Schema tailored to findings from scanning Google 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