Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RandomListFormatEntry

The Random List masking format randomly selects values from a list of values to replace the original values. To learn more, check Random List in the Data Safe documentation.

Properties

Optional description

description: undefined | string

The description of the format entry.

randomList

randomList: Array<string>

A comma-separated list of values to be used to replace column values. The list can be of strings, numbers, or dates. The data type of each value in the list must be compatible with the data type of the column. The number of entries in the list cannot be more than 999.

Const type

type: string = "RANDOM_LIST"

Methods

getDeserializedJsonObj

getJsonObj