Menghapus aturan autentikasi layanan dengan memanggil operasi RemoveAuthPolicy.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mse:RemoveAuthPolicy |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| PolicyId |
string |
Yes |
ID Kebijakan. |
259 |
| AcceptLanguage |
string |
No |
Bahasa yang digunakan untuk menampilkan hasil yang dikembalikan. Nilai: zh-CN (default): Bahasa Tionghoa, en-US: Bahasa Inggris |
zh |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
Kode status HTTP. |
200 |
| RequestId |
string |
ID Permintaan. |
9515ACA4-E94D-440D-989E-C379FCED**** |
| Message |
string |
Pesan yang dikembalikan. |
请求处理成功 |
| Data |
string |
Gambaran data. |
true |
| Code |
integer |
Kode status. |
500 |
| Success |
boolean |
Hasil permintaan, dengan nilai berikut:
|
True |
Contoh
Respons sukses
JSONformat
{
"HttpStatusCode": 200,
"RequestId": "9515ACA4-E94D-440D-989E-C379FCED****",
"Message": "请求处理成功",
"Data": "true",
"Code": 500,
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalRequest | Invalid request:%s | Invalid request: %s |
| 400 | InvalidParameter | Parameter error:%s | Request parameter error: %s |
| 500 | InternalError | Console error. Try again later:%s | Console error. Try again later: %s |
| 403 | NoPermission | You are not authorized to perform this operation:%s | You do not have the permission to use this interface:%s |
| 404 | NotFound | Not found:%s | The resource does not exist:%s |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.