Mengubah mode visibilitas menu BI portal dan menentukan apakah menu hanya dapat dilihat oleh pengguna yang diberi akses.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quickbi-public:ChangeVisibilityModel |
update |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| DataPortalId |
string |
Yes |
ID BI portal. |
0d173abb53e84c8ca7495429163b**** |
| MenuIds |
string |
Yes |
ID menu node daun BI portal.
|
54kqgoa****,pg1n135**** |
| ShowOnlyWithAccess |
boolean |
Yes |
Apakah menu hanya terlihat oleh pengguna yang diberi akses. Nilai valid:
|
true |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
D787E1A3-A93C-424A-B626-C2B05DF8D885 |
| Result |
integer |
The number of menus that are successfully modified. |
2 |
| Success |
boolean |
Indicates whether the request is successful. Valid values:
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "D787E1A3-A93C-424A-B626-C2B05DF8D885",
"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. | |
| 400 | AccessMenu.NotMatch.Portal | The menu does not match the BI portal. | |
| 400 | FolderMenu.CanNot.Authorize | The folder type menu cannot be authorized. Menu ID: %s. | |
| 400 | Menu.NotBelongTo.CurrentDataportal | Menu %s does not belong to the current data portal %s. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.