Prevention Deidentify Template Deidentify Config Args
data class PreventionDeidentifyTemplateDeidentifyConfigArgs(val imageTransformations: Output<PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsArgs>? = null, val infoTypeTransformations: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsArgs>? = null, val recordTransformations: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigArgs>
Constructors
Link copied to clipboard
constructor(imageTransformations: Output<PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsArgs>? = null, infoTypeTransformations: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsArgs>? = null, recordTransformations: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsArgs>? = null)
Properties
Link copied to clipboard
val imageTransformations: Output<PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsArgs>? = null
Treat the dataset as an image and redact. Structure is documented below.
Link copied to clipboard
val infoTypeTransformations: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsArgs>? = null
Treat the dataset as free-form text and apply the same free text transformation everywhere Structure is documented below.
Link copied to clipboard
val recordTransformations: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsArgs>? = null
Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table. Structure is documented below.