condition property
Only apply the transformation if the condition evaluates to true for the
given RecordCondition
.
The conditions are allowed to reference fields that are not used in the actual transformation. Example Use Cases: - Apply a different bucket transformation to an age column if the zip code column for the same record is within a specific range. - Redact a field if the date of birth field is greater than 85.
Implementation
GooglePrivacyDlpV2RecordCondition? condition;