PreventionJobTriggerInspectJobActionDeidentifyTransformationConfigArgs

data class PreventionJobTriggerInspectJobActionDeidentifyTransformationConfigArgs(val deidentifyTemplate: Output<String>? = null, val imageRedactTemplate: Output<String>? = null, val structuredDeidentifyTemplate: Output<String>? = null) : ConvertibleToJava<PreventionJobTriggerInspectJobActionDeidentifyTransformationConfigArgs>

Constructors

constructor(deidentifyTemplate: Output<String>? = null, imageRedactTemplate: Output<String>? = null, structuredDeidentifyTemplate: Output<String>? = null)

Properties

Link copied to clipboard
val deidentifyTemplate: Output<String>? = null

If this template is specified, it will serve as the default de-identify template.

Link copied to clipboard
val imageRedactTemplate: Output<String>? = null

If this template is specified, it will serve as the de-identify template for images.

Link copied to clipboard

If this template is specified, it will serve as the de-identify template for structured content such as delimited files and tables.

Functions

Link copied to clipboard
open override fun toJava(): PreventionJobTriggerInspectJobActionDeidentifyTransformationConfigArgs