Help Center/ Data Security Center/ API Reference/ Appendixes/ Configuring a Dynamic Sensitive Data Masking Policy/ NUMERIC
Updated on 2022-09-19 GMT+08:00
NUMERIC
Round down a field of the numeric type to the nearest integer.
Request Parameters
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| algorithm | Yes | String | Algorithm type, for example, NUMERIC |
| parameters | Yes | For details, see Table 2 | Parameters for configuring a data masking algorithm |
Example Request
{
"mask_strategies": [
{
"name": "col1",
"algorithm": " NUMERIC",
"parameters": {
"value": 0.05
}
}
],
"data": [
{
"col1": "test"
}
]
} 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.