Identifies sensitive data in the specified input string.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Data |
string |
Yes |
The input string to scan for sensitive data. |
13900001234 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| Sensitives |
object |
The scan result. The sensDatas array lists the matched sensitive data rules with the following fields:
|
|
| RequestId |
string |
The request ID. |
0000-ABCD-EFG**** |
Examples
Success response
JSON format
{
"Sensitives": {
"sensDatas": [
{
"hitCount": 1,
"ruleName": "Phone number"
}
]
},
"RequestId": "0000-ABCD-EFG****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError.DQC.BizError | An internal error occurred. | |
| 403 | Forbidden.Meta.NoTenant | The user is not the owner of any tenants. | The user is not the owner of any tenants. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.
该文章对您有帮助吗?