excludedFields property

List<GooglePrivacyDlpV2FieldId>? excludedFields
getter/setter pair

References to fields excluded from scanning.

This allows you to skip inspection of entire columns which you know have no findings. When inspecting a table, we recommend that you inspect all columns. Otherwise, findings might be affected because hints from excluded columns will not be used.

Implementation

core.List<GooglePrivacyDlpV2FieldId>? excludedFields;