recordSuppressions property

List<GooglePrivacyDlpV2RecordSuppression>? recordSuppressions
getter/setter pair

Configuration defining which records get suppressed entirely.

Records that match any suppression rule are omitted from the output.

Implementation

core.List<GooglePrivacyDlpV2RecordSuppression>? recordSuppressions;