RangerDataMaskTypeDef Data Type

Properties
name data type description
transformer string
dataMaskOptions map of string
rbKeyLabel string
itemId number
label string
name string
description string
rbKeyDescription string

Example

{
  "transformer" : "...",
  "dataMaskOptions" : {
    "property1" : "...",
    "property2" : "..."
  },
  "rbKeyLabel" : "...",
  "itemId" : 12345,
  "label" : "...",
  "name" : "...",
  "description" : "...",
  "rbKeyDescription" : "..."
}