Detokenizing Objects
Detokenize Parameters
The DETOKENIZE action requires the same parameters as in TOKENIZE action:
Parameter | Description |
---|---|
type | Encryption mode: Set to “TOKENIZE ”. |
tokenGroup | Name of the token group as defined in CT-VL. |
tokenTemplate | Name of the token template as defined in CT-VL. |
Detokenization Example
The following example shows the the configuration of a column using detokenization:
{
"name" : "column4",
"action" : "DETOKENIZE",
"config" : [ {
"@type" : "TOKENIZE",
"tokenGroup" : "tokenGroup1",
"tokenTemplate" : "tokenTemplate1"
} ]
}