InfoTypeTransformationResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Config for character mask.

Link copied to clipboard

Config for crypto hash.

Link copied to clipboard

Config for date shift.

Link copied to clipboard

InfoTypes to apply this transformation to. If this is not specified, this transformation becomes the default transformation, and is used for any info_type that is not specified in another transformation.

Link copied to clipboard

Config for text redaction.

Link copied to clipboard

Config for replace with InfoType.