Info Type Transformation Args
data class InfoTypeTransformationArgs(val characterMaskConfig: Output<CharacterMaskConfigArgs>? = null, val cryptoHashConfig: Output<CryptoHashConfigArgs>? = null, val dateShiftConfig: Output<DateShiftConfigArgs>? = null, val infoTypes: Output<List<String>>? = null, val redactConfig: Output<RedactConfigArgs>? = null, val replaceWithInfoTypeConfig: Output<ReplaceWithInfoTypeConfigArgs>? = null) : ConvertibleToJava<InfoTypeTransformationArgs>
A transformation to apply to text that is identified as a specific info_type.
Constructors
Link copied to clipboard
constructor(characterMaskConfig: Output<CharacterMaskConfigArgs>? = null, cryptoHashConfig: Output<CryptoHashConfigArgs>? = null, dateShiftConfig: Output<DateShiftConfigArgs>? = null, infoTypes: Output<List<String>>? = null, redactConfig: Output<RedactConfigArgs>? = null, replaceWithInfoTypeConfig: Output<ReplaceWithInfoTypeConfigArgs>? = null)