KEYWORD
Replace the keyword specified in a character string.
Request Parameters
Parameter | Mandatory | Type | Description |
|---|---|---|---|
algorithm | Yes | String | Algorithm type, for example, KEYWORD |
parameters | Yes | For details, see Table 2. | Parameters for configuring a data masking algorithm |
Example Request
{
"mask_strategies": [
{
"name": "col1",
"algorithm": "KEYWORD",
"parameters": {
"key": "Keyword",
"target": "Target character string"
}
}
],
"data": [
{
"col1": "Keyword"
}
]
} Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.

