Info Type Transformation Response
data class InfoTypeTransformationResponse(val characterMaskConfig: CharacterMaskConfigResponse, val cryptoHashConfig: CryptoHashConfigResponse, val dateShiftConfig: DateShiftConfigResponse, val infoTypes: List<String>, val redactConfig: RedactConfigResponse, val replaceWithInfoTypeConfig: ReplaceWithInfoTypeConfigResponse)
A transformation to apply to text that is identified as a specific info_type.
Constructors
Link copied to clipboard
fun InfoTypeTransformationResponse(characterMaskConfig: CharacterMaskConfigResponse, cryptoHashConfig: CryptoHashConfigResponse, dateShiftConfig: DateShiftConfigResponse, infoTypes: List<String>, redactConfig: RedactConfigResponse, replaceWithInfoTypeConfig: ReplaceWithInfoTypeConfigResponse)