DataMaskingEntityResponse

data class DataMaskingEntityResponse(val mode: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(mode: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: String? = null

Data masking mode.

Link copied to clipboard
val value: String? = null

The name of an entity to mask (e.g. a name of a header or a query parameter).