Class OutputSchema (3.17.0)

OutputSchema(value)

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

Enums

Name Description
OUTPUT_SCHEMA_UNSPECIFIED Unused.
BASIC_COLUMNS Basic schema including only `info_type`, `quote`, `certainty`, and `timestamp`.
GCS_COLUMNS Schema tailored to findings from scanning Cloud Storage.
DATASTORE_COLUMNS Schema tailored to findings from scanning Google Datastore.
BIG_QUERY_COLUMNS Schema tailored to findings from scanning Google BigQuery.
ALL_COLUMNS Schema containing all columns.