TextConfigResponse

data class TextConfigResponse(val additionalTransformations: List<InfoTypeTransformationResponse>, val excludeInfoTypes: List<String>, val profileType: String, val transformations: List<InfoTypeTransformationResponse>)

Configures how to transform sensitive text InfoTypes.

Constructors

Link copied to clipboard
fun TextConfigResponse(additionalTransformations: List<InfoTypeTransformationResponse>, excludeInfoTypes: List<String>, profileType: String, transformations: List<InfoTypeTransformationResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional transformations to apply to the detected data, overriding profile.

Link copied to clipboard

InfoTypes to skip transforming, overriding profile.

Link copied to clipboard

Base profile type for text transformation.

Link copied to clipboard

The transformations to apply to the detected data. Deprecated. Use additional_transformations instead.