Memeriksa apakah data masukan mengandung data sensitif.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Data |
string |
Yes |
Data yang ingin Anda periksa. |
13900001234 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The data returned. |
||
| Sensitives |
object |
The check result. sensDatas indicates the rules that are used to check the sensitive data. sensDatas includes the following parameters:
|
|
| RequestId |
string |
The request ID. |
0000-ABCD-EFG**** |
Contoh
Respons sukses
JSONformat
{
"Sensitives": {
"sensDatas": [
{
"hitCount": 1,
"ruleName": "手机号"
}
]
},
"RequestId": "0000-ABCD-EFG****"
}
Kode kesalahan
|
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. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.