Membatalkan catatan otorisasi untuk pengguna dan kelompok pengguna tertentu berdasarkan ID menu portal.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quickbi-public:CancelAuthorizationMenu |
delete |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| DataPortalId |
string |
Yes |
ID portal data. |
0d173abb53e84c8ca7495429163b**** |
| MenuIds |
string |
Yes |
ID menu node daun portal data.
|
54kqgoa****,pg1n135**** |
| UserGroupIds |
string |
No |
Daftar ID kelompok pengguna.
|
34fd141d-4598-4093-8c33-8e066dcb****,3d2c23d4-2b41-4af8-a1f5-f6390f32**** |
| UserIds |
string |
No |
Daftar ID pengguna. Ini adalah UserID Quick BI, bukan UID Alibaba Cloud.
|
204627493484****,121344444790**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
Request ID. |
D8749D65-E80A-433C-AF1B-CE9C180FF3B4 |
| Result |
integer |
Number of menus successfully unauthorized. |
2 |
| Success |
boolean |
Indicates whether the request was successful. Possible values:
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "D8749D65-E80A-433C-AF1B-CE9C180FF3B4",
"Result": 2,
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Report.NotExist.Error | This work does not exist. It may have been deleted. Work ID is %s. | This work does not exist. It may have been deleted. Work ID is %s. |
| 400 | Workspace.NotIn.Organization | The workspace is not owned by the organization. | The workspace is not owned by the organization. |
| 400 | AccessMenu.NotMatch.Portal | The menu does not match the BI portal. | The menu does not match the BI portal. |
| 400 | FolderMenu.CanNot.Authorize | The folder type menu cannot be authorized. Menu ID: %s. | Folder type menu cannot be authorized or unauthorized,menuId:%s. |
| 400 | Menu.NotBelongTo.CurrentDataportal | Menu %s does not belong to the current data portal %s. | menu %s are/is not belong to current dataportal %s. |
| 400 | User.NotBelongTo.CurrentOrganization | The user %s does not belong to the current organization. | User %s is not belong to current organization. |
| 400 | Usergroup.NotBelongTo.CurrentOrganization | The usergroup %s does not belong to the current organization. | Usergroup %s is not belong to current organization. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.