PreventionJobTriggerInspectJobActionDeidentifyTransformationConfig

data class PreventionJobTriggerInspectJobActionDeidentifyTransformationConfig(val deidentifyTemplate: String? = null, val imageRedactTemplate: String? = null, val structuredDeidentifyTemplate: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.