characters To Ignores
suspend fun charactersToIgnores(value: Output<List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnoreArgs>>)
suspend fun charactersToIgnores(value: List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnoreArgs>?)
Parameters
value
Characters to skip when doing de-identification of a value. These will be left alone and skipped. Structure is documented below.
suspend fun charactersToIgnores(vararg values: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnoreArgs>)
suspend fun charactersToIgnores(values: List<Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnoreArgs>>)
suspend fun charactersToIgnores(vararg values: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnoreArgs)
Parameters
values
Characters to skip when doing de-identification of a value. These will be left alone and skipped. Structure is documented below.
suspend fun charactersToIgnores(argument: List<suspend PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnoreArgsBuilder.() -> Unit>)
suspend fun charactersToIgnores(vararg argument: suspend PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnoreArgsBuilder.() -> Unit)
suspend fun charactersToIgnores(argument: suspend PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnoreArgsBuilder.() -> Unit)
Parameters
argument
Characters to skip when doing de-identification of a value. These will be left alone and skipped. Structure is documented below.