Prevention Deidentify Template Deidentify Config Record Transformations
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformations(val fieldTransformations: List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformation>? = null, val recordSuppressions: List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppression>? = null)
Constructors
Link copied to clipboard
constructor(fieldTransformations: List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformation>? = null, recordSuppressions: List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppression>? = null)
Properties
Link copied to clipboard
val fieldTransformations: List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformation>? = null
Transform the record by applying various field transformations. Structure is documented below.
Link copied to clipboard
val recordSuppressions: List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppression>? = null
Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output. Structure is documented below.