CharacterMaskConfigResponse

data class CharacterMaskConfigResponse(val maskingCharacter: String)

Mask a string by replacing its characters with a fixed character.

Constructors

Link copied to clipboard
fun CharacterMaskConfigResponse(maskingCharacter: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Character to mask the sensitive values. If not supplied, defaults to "*".