Help Center/ Data Security Center/ API Reference/ Appendixes/ Configuring a Dynamic Sensitive Data Masking Policy/ KEYWORD
Updated on 2022-09-19 GMT+08:00
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"
}
]
} Parent topic: Configuring a Dynamic Sensitive Data Masking Policy
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.