Tokenizing Objects
Tokenize Parameters
The TOKENIZE action requires the following parameters:
Parameter | Description |
---|---|
type | Encryption mode: Set to “TOKENIZE ”. |
tokenGroup | Name of the token group as defined in VTS. |
tokenTemplate | Name of the token template as defined in VTS. |
Tokenization Example
The following example shows the configuration of a column using tokenization:
{
"name" : "column4",
"action" : "TOKENIZE",
"config" : [ {
"@type" : "TOKENIZE",
"tokenGroup" : "tokenGroup1",
"tokenTemplate" : "tokenTemplate1"
} ]
}