
# 身份策略授权参考
云服务在IAM预置了常用的权限，称为系统身份策略。如果IAM系统身份策略无法满足授权要求，管理员可以根据各服务支持的授权项，创建IAM自定义身份策略来进行精细的访问控制，IAM自定义身份策略是对系统身份策略的扩展和补充。
除IAM服务外，[Organizations](https://support.huaweicloud.com/productdesc-organizations/org_01_0011.html)服务中的[服务控制策略](https://support.huaweicloud.com/usermanual-organizations/org_03_0065.html)（Service Control Policy，以下简称SCP）也可以使用这些授权项元素设置访问控制策略。
SCP不直接进行授权，只划定权限边界。将SCP绑定到组织单元或者成员账号时，并没有直接对组织单元或成员账号授予操作权限，而是规定了成员账号或组织单元包含的成员账号的授权范围。IAM身份策略授予权限的有效性受SCP限制，只有在SCP允许范围内的权限才能生效。
IAM服务与Organizations服务在使用这些元素进行访问控制时，存在着一些区别，详情请参见：[IAM服务与Organizations服务权限访问控制的区别](https://support.huaweicloud.com/organizations_faq/org_06_0004.html)。
本章节介绍IAM服务身份策略授权场景中自定义身份策略和组织服务中SCP使用的元素，这些元素包含了操作（Action）、资源（Resource）和条件（Condition）。
- 如何使用这些元素编辑IAM自定义身份策略，请参考[创建自定义身份策略](https://support.huaweicloud.com/usermanual-iam5/iam_01_0917.html)。
- 如何使用这些元素编辑SCP自定义策略，请参考[创建SCP](https://support.huaweicloud.com/usermanual-organizations/org_03_0035.html)。
#### 操作（Action）
操作（Action）即为身份策略中支持的授权项。
- "访问级别"列描述如何对操作进行分类（List、Read和Write等）。此分类可帮助您了解在身份策略中相应操作对应的访问级别。
- "资源类型"列指每个操作是否支持资源级权限。
  - 资源类型支持通配符号\*表示所有。如果此列没有值（-），则必须在身份策略语句的Resource元素中指定所有资源类型（"\*"）。
  
  - 如果该列包含资源类型，则必须在具有该操作的语句中指定该资源的URN。
  
  - 资源类型列中必需资源在表中用星号（\*）标识，表示使用此操作必须指定该资源类型。
  
  
  关于workspace定义的资源类型的详细信息请参见[资源类型（Resource）]。
  
- "条件键"列包括了可以在身份策略语句的Condition元素中支持指定的键值。
  - 如果该授权项资源类型列存在值，则表示条件键仅对列举的资源类型生效。
  
  - 如果该授权项资源类型列没有值（-），则表示条件键对整个授权项生效。
  
  - 如果此列条件键没有值（-），表示此操作不支持指定条件键。
  
  
  关于workspace定义的条件键的详细信息请参见[条件（Condition）]。
  
- "别名"列包括了可以在身份策略中配置的策略授权项。通过这些授权项，可以控制支持策略授权的API访问。详细信息请参见[身份策略兼容性说明](https://support.huaweicloud.com/iam5_faq/iam_01_1103.html)。
您可以在身份策略语句的Action元素中指定以下workspace的相关操作。
表1workspace支持的授权项 
| 授权项                                                    | 描述                               | 访问级别    | 资源类型（\*为必须）      | 条件键                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | 别名 |
|:---|:---|:---|:---|:---|:---|
| workspace:authConfigs:get                              | 授予查询认证登录方式配置信息的权限。               | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:checkCidr                           | 授予校验租户网段的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:validateDomains                      | 授予校验域控有效性的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:listNotificationRecords                | 授予查询通知拦截记录的权限。                   | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:authConfigs:update                           | 授予更新认证策略配置信息的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:assistAuthConfigs:get                        | 授予查询辅助认证的配置信息的权限。                | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:assistAuthConfigs:update                     | 授予更新辅助认证配置的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:jobs:retry                                   | 授予重试任务的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:quotas:get                                   | 授予查询租户配额的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:getRoles                             | 授予查询租户角色的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:ListConfig                           | 授予查询租户个性配置列表的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:updateConfig                         | 授予修改租户个性配置的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:natMappings:getConfig                        | 授予查询租户的NAT映射配置项的权限。              | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:natMappings:updateConfig                     | 授予修改租户的NAT映射配置项的权限。              | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:get                                  | 授予查询云办公服务详情的权限。                  | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:open                                 | 授予开通云办公服务的权限。                    | Write   | -                | [workspace:AccessMode]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| workspace:tenants:delete                               | 授予注销云办公服务的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:update                               | 授予修改云办公服务属性的权限。                  | Write   | -                | [workspace:AccessMode]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| workspace:tenants:getLockStatus                        | 授予查询云办公服务是否被锁定的权限。               | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:unlock                               | 授予解除云办公服务锁定状态的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:agencies:create                              | 授予创建委托的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:agencies:get                                 | 授予查询委托的权限。                       | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:commitAiAccelerateJob               | 授予创建渲染加速任务的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:createAiAccelerateJob               | 授予创建渲染加速任务的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:getAiAccelerateJob                  | 授予查询渲染加速任务的权限。                   | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:getSysPrepInfo                      | 授予查询sysprep详情的权限。                | Read    | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:checkBatchChangeImage               | 授予校验批量切换镜像的权限。                   | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:tenants:listDesktopNamePolicies              | 授予查询桌面名称策略列表的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:createDesktopNamePolicy              | 授予创建桌面名称策略的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:updateDesktopNamePolicy              | 授予更新桌面名称策略的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:batchDeleteDesktopNamePolicies       | 授予批量删除桌面名称策略的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:create                          | 授予创建桌面池的权限。                      | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:create                          | 授予创建桌面池的权限。                      | Write   | user             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:create                          | 授予创建桌面池的权限。                      | Write   | userGroup        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:create                          | 授予创建桌面池的权限。                      | Write   | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                  | -  |
| workspace:desktopPools:list                            | 授予查询桌面池列表的权限。                    | List    | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:update                          | 授予修改桌面池属性的权限。                    | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:update                          | 授予修改桌面池属性的权限。                    | Write   | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                  | -  |
| workspace:desktopPools:delete                          | 授予删除桌面池的权限。                      | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:get                             | 授予查询桌面池详情的权限。                    | Read    | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:expand                          | 授予扩容桌面池的权限。                      | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:resize                          | 授予桌面池变更规格的权限。                    | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:rebuild                         | 授予桌面池重建系统盘的权限。                   | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:batchAddVolumes                 | 授予桌面池批量添加磁盘的权限。                  | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:batchDeleteVolumes              | 授予桌面池批量删除磁盘的权限。                  | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:batchExpandVolumes              | 授予桌面池批量扩容磁盘的权限。                  | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:operate                         | 授予操作桌面池的权限。                      | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:listUsers                       | 授予查询桌面池授权的用户、用户组的权限。             | List    | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:authorizeUsers                  | 授予桌面池授权用户、用户组的权限。                | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:authorizeUsers                  | 授予桌面池授权用户、用户组的权限。                | Write   | user             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:authorizeUsers                  | 授予桌面池授权用户、用户组的权限。                | Write   | userGroup        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:listDesktops                    | 授予查询桌面池桌面信息的权限。                  | List    | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:listScriptTasks                 | 授予查询桌面池的脚本执行任务列表的权限。             | List    | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:executeScripts                  | 授予桌面池批量执行脚本的权限。                  | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:executeScripts                  | 授予桌面池批量执行脚本的权限。                  | Write   | script           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:sendNotifications               | 授予发送消息通知的权限。                     | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:export                              | 授予导出桌面列表的权限。                     | List    | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:export                              | 授予导出桌面列表的权限。                     | List    | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                  | -  |
| workspace:desktops:create                              | 授予创建桌面的权限。                       | Write   | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:create                              | 授予创建桌面的权限。                       | Write   | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId  - [workspace:AssociatePublicIp]  - [workspace:AccessMode]   | -  |
| workspace:desktops:list                                | 授予查询桌面列表的权限。                     | List    | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:list                                | 授予查询桌面列表的权限。                     | List    | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                  | -  |
| workspace:desktops:update                              | 授予更新桌面信息的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:delete                              | 授予删除桌面的权限。                       | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:get                                 | 授予查询桌面详情的权限。                     | Read    | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:batchDelete                         | 授予批量删除桌面的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:logoff                              | 授予批量注销桌面的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:listDetail                          | 授予查询桌面详情列表的权限。                   | List    | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:listDetail                          | 授予查询桌面详情列表的权限。                   | List    | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                  | -  |
| workspace:desktops:operate                             | 授予操作桌面的权限。                       | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:resize                              | 授予变更规格的权限。                       | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:getConnectStatus                    | 授予查询桌面登录状态统计数据的权限。               | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:ListStatus                          | 授予查询桌面登录状态的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:rebuild                             | 授予重建桌面的权限。                       | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:getActions                          | 授予查询桌面开关机信息的权限。                  | Read    | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:createConsole                       | 授予获取远程登录控制台地址的权限。                | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:updateSids                          | 授予更新桌面SID的权限。                    | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:rejoinDomain                        | 授予重新加入AD域的权限。                    | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:createImage                         | 授予桌面转镜像的权限。                      | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:batchDetach                         | 授予批量解绑用户的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:detach                              | 授予解绑用户的权限。                       | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:attach                              | 授予分配用户的权限。                       | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:getNetwork                          | 授予查询桌面网络信息的权限。                   | Read    | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:changeNetwork                       | 授予切换桌面网络的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:exclusiveHosts:listDesktops                  | 授予查询专享桌面详情列表的权限。                 | List    | exclusiveHost \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:exclusiveHosts:listDesktops                  | 授予查询专享桌面详情列表的权限。                 | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:desktops:listAll                             | 授予查询普通桌面和渲染桌面列表的权限。              | List    | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopAssociate:listDiscoverVmInfo          | 授予查询可纳管的虚拟机列表的权限。                | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopAssociate:startTask                   | 授予启动纳管虚拟机任务的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopAssociate:switchScanTask              | 授予开启纳管扫描任务的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopAssociate:getScanTaskSwitch           | 授予查询纳管扫描任务开关的权限。                 | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:setMaintenanceMode                  | 授予批量设置桌面管理员维护模式的权限。              | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:prepAttachUsers                     | 授予预批量分配用户的权限。                    | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:batchAttachUsers                    | 授予批量分配用户的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:changeUsername                      | 授予在Windows AD场景下，修改与桌面关联的用户名的权限。 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:sendNotifications                   | 授予发送消息通知的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:migrate                             | 授予迁移桌面的权限。                       | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:listAgents                          | 授予查询桌面安装agent列表的权限。              | List    | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:batchInstallAgents                  | 授予批量为桌面安装agent的权限。               | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:listTags                            | 授予查询桌面标签的权限。                     | List    | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:tag                                 | 授予创建桌面标签的权限。                     | Tagging | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:tag                                 | 授予创建桌面标签的权限。                     | Tagging | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys                                                                                                                                                                                                                                                                                                                                                                                                                                | -  |
| workspace:desktops:untag                               | 授予删除桌面标签的权限。                     | Tagging | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:untag                               | 授予删除桌面标签的权限。                     | Tagging | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys                                                                                                                                                                                                                                                                                                                                                                                                                                | -  |
| workspace:desktops:listProjectTags                     | 授予查询项目标签的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:operateTags                         | 授予批量添加删除标签的权限。                   | Tagging | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:operateTags                         | 授予批量添加删除标签的权限。                   | Tagging | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys                                                                                                                                                                                                                                                                                                                                                                                                                                | -  |
| workspace:desktops:listByTags                          | 授予使用标签过滤桌面的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:exclusiveHosts:create                        | 授予创建专享主机的权限。                     | Write   | exclusiveHost \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:exclusiveHosts:create                        | 授予创建专享主机的权限。                     | Write   | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:exclusiveHosts:list                          | 授予查询专享主机列表的权限。                   | List    | exclusiveHost \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:exclusiveHosts:list                          | 授予查询专享主机列表的权限。                   | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:exclusiveHosts:check                         | 授予校验是否能创建专享主机的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:exclusiveHosts:get                           | 授予查询专享主机详情的权限。                   | Read    | exclusiveHost \* | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:exclusiveHosts:update                        | 授予更新专享主机信息的权限。                   | Write   | exclusiveHost \* | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:exclusiveHosts:delete                        | 授予删除专享主机的权限。                     | Write   | exclusiveHost \* | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:mkp:listImages                               | 授予查询云市场镜像列表的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:mkp:listCommodityInfos                       | 授予查询云市场商品信息的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:mkp:createOrder                              | 授予创建云市场产品订单的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:mkp:listListProductReserve                   | 授予查询云市场库存信息的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:mkp:listCommodityDetails                     | 授予查询云市场商品详情的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:mkp:listRelationCommodityDetails             | 授予查询商品的关联商品的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:mkp:listCommodityAgreements                  | 授予查询云市场商品协议的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:listEips                            | 授予查询EIP列表的权限。                    | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:createEips                          | 授予创建EIP的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:bindEips                            | 授予绑定EIP的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:unbindEips                          | 授予解绑EIP的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:getEipQuota                         | 授予查询EIP配额的权限。                    | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:ListNatGateways                     | 授予查询Nat网关列表的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:orders:create                                | 授予包周期下单的权限。                      | Write   | -                | - [workspace:CreateOrderType]  - [workspace:AssociatePublicIp]  - [workspace:AccessMode]                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| workspace:orders:change                                | 授予创建变更订单的权限。                     | Write   | -                | [workspace:ChangeOrderType]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | -  |
| workspace:orders:batchInquiry                          | 授予批量询价的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:quotas:check                                 | 授予校验配额的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:renderDesktops:create                        | 授予创建渲染桌面的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:renderDesktops:delete                        | 授予删除渲染桌面的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:renderDesktops:list                          | 授予查询渲染桌面列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:renderDesktops:action                        | 授予操作渲染桌面的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:list                          | 授予查询定时任务列表的权限。                   | List    | scheduledTask \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:create                        | 授予创建定时任务的权限。                     | Write   | scheduledTask \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:create                        | 授予创建定时任务的权限。                     | Write   | desktop          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:create                        | 授予创建定时任务的权限。                     | Write   | desktopPool      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:create                        | 授予创建定时任务的权限。                     | Write   | server           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:create                        | 授予创建定时任务的权限。                     | Write   | serverGroup      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:get                           | 授予查询定时任务详情的权限。                   | Read    | scheduledTask \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:update                        | 授予更新定时任务的权限。                     | Write   | scheduledTask \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:update                        | 授予更新定时任务的权限。                     | Write   | desktop          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:update                        | 授予更新定时任务的权限。                     | Write   | desktopPool      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:update                        | 授予更新定时任务的权限。                     | Write   | server           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:update                        | 授予更新定时任务的权限。                     | Write   | serverGroup      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:delete                        | 授予删除定时任务的权限。                     | Write   | scheduledTask \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:getFuture                     | 授予查询定时任务未来执行时间的权限。               | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:batchDelete                   | 授予批量删除定时任务的权限。                   | Write   | scheduledTask \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:listRecords                   | 授予查询定时任务执行记录的权限。                 | List    | scheduledTask \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:getRecord                     | 授予查询定时任务执行记录详情的权限。               | Read    | scheduledTask \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:exportRecords                 | 授予导出定时任务记录及执行详情的权限。              | List    | scheduledTask \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:subscribeSharer                        | 授予订阅协同资源的权限。                     | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:addSubResources                     | 授予购买桌面附属资源的权限。                   | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:deleteSubResources                  | 授予删除桌面附属资源的权限。                   | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:createSnapshots                     | 授予创建桌面快照的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:getSnapshots                        | 授予查询桌面快照的权限。                     | Read    | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:deleteSnapshots                     | 授予删除桌面快照的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:restoreBySnapshot                   | 授予使用桌面快照恢复桌面的权限。                 | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:statistics:listDesktopStatus                 | 授予统计桌面状态的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:getUnused                         | 授予查询在指定时间段未使用的桌面的权限。             | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:getUsed                           | 授予查询使用桌面的时长的权限。                  | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bindingPolicies:export                       | 授予导出终端与桌面绑定配置excel的权限。           | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bindingPolicies:getConfig                    | 授予查询终端与桌面绑定的开关配置信息的权限。           | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bindingPolicies:createConfig                 | 授予设置终端与桌面绑定的开关配置的权限。             | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bindingPolicies:get                          | 授予查询终端与桌面绑定配置列表的权限。              | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bindingPolicies:add                          | 授予增加终端与桌面绑定配置的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bindingPolicies:update                       | 授予修改终端与桌面绑定配置的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bindingPolicies:delete                       | 授予删除终端与桌面绑定配置的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:volumes:delete                               | 授予删除桌面数据盘的权限。                    | Write   | desktop          | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:volumes:batchAdd                             | 授予增加桌面磁盘的权限。                     | Write   | desktop          | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:volumes:batchExpand                          | 授予扩容桌面磁盘的权限。                     | Write   | desktop          | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:wdh:getType                                  | 授予查询云办公主机类型的权限。                  | Read    | wdh \*           | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:wdh:get                                      | 授予查询云办公主机列表的权限。                  | Read    | wdh \*           | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:desktops:getRemoteAssistance                 | 授予查询远程协助信息的权限。                   | Read    | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:createRemoteAssistance              | 授予创建远程协助的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:cancelRemoteAssistance              | 授予取消远程协助的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:volumes:add                                  | 授予单个桌面增加磁盘的权限。                   | Write   | desktop          | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:volumes:expand                               | 授予扩容磁盘的权限。                       | Write   | desktop          | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:volumes:listDssPoolsDetail                   | 授予获取专属分布式存储池详情列表的权限。             | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:orders:createDesktopOrder                    | 授予创建桌面订单的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:common:listTimezones                         | 授予查询时区配置的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:connections:securityExport                   | 授予导出连接记录的权限。                     | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:images:list                                  | 授予查询支持的镜像列表的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:import                          | 授予导入策略组的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessPolicies:create                        | 授予创建接入策略的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessPolicies:get                           | 授予查询接入策略的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessPolicies:delete                        | 授予删除指定接入策略的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessPolicies:getTarget                     | 授予查询指定接入策略的应用对象的权限。              | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessPolicies:updateTarget                  | 授予更新指定接入策略的应用对象的权限。              | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:products:listDesktopProducts                 | 授予查询支持的产品套餐列表的权限。                | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:products:listSharerProducts                  | 授予查询协同套餐列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:products:listInternetProducts                | 授予查询上网套餐列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:availabilityZones:list                       | 授予查询支持的可用分区列表的权限。                | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userGroups:export                            | 授予导出用户组的权限。                      | List    | userGroup \*     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:export                                 | 授予导出用户的权限。                       | List    | user \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:users:import                                 | 授予导入用户的权限。                       | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userGroups:exportUsers                       | 授予导出用户组用户的权限。                    | List    | userGroup \*     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:operate                                | 授予操作用户（锁定、解锁和重置密码）的权限。           | Write   | user \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:users:randomPassword                         | 授予给用户重置随机密码的权限。                  | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:deleteOtps                             | 授予解绑OTP设备的权限。                    | Write   | user \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:users:resendEmail                            | 授予重新发送邮件的权限。                     | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:connections:securityList                     | 授予查询连接信息的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:connections:listOnlineUsers                  | 授予查询登录人数的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userGroups:list                              | 授予查询用户组列表的权限。                    | List    | userGroup \*     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userGroups:create                            | 授予创建用户组的权限。                      | Write   | userGroup \*     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userGroups:batchDelete                       | 授予批量删除用户组的权限。                    | Write   | userGroup \*     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userGroups:delete                            | 授予删除桌面用户组的权限。                    | Write   | userGroup \*     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userGroups:update                            | 授予修改用户组信息的权限。                    | Write   | userGroup \*     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userGroups:operate                           | 授予操作用户组的权限。                      | Write   | userGroup \*     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userGroups:operate                           | 授予操作用户组的权限。                      | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userGroups:getUsers                          | 授予查询用户组中的用户的权限。                  | List    | userGroup \*     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:jobs:listSubJobs                             | 授予查询子任务列表的权限。                    | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:jobs:deleteSubJobRecords                     | 授予删除子任务记录的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ou:get                                       | 授予查询OU信息的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ou:create                                    | 授予新增OU信息的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ou:delete                                    | 授予删除OU信息的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ou:update                                    | 授予更新OU信息的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:list                            | 授予查询策略组列表的权限。                    | List    | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:create                          | 授予新增策略组的权限。                      | Write   | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:create                          | 授予新增策略组的权限。                      | Write   | desktop          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:create                          | 授予新增策略组的权限。                      | Write   | desktopPool      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:create                          | 授予新增策略组的权限。                      | Write   | user             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:create                          | 授予新增策略组的权限。                      | Write   | userGroup        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:create                          | 授予新增策略组的权限。                      | Write   | appGroup         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:delete                          | 授予删除策略组的权限。                      | Write   | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:get                             | 授予查询策略组的权限。                      | Read    | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:update                          | 授予修改策略组的权限。                      | Write   | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:update                          | 授予修改策略组的权限。                      | Write   | user             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:update                          | 授予修改策略组的权限。                      | Write   | userGroup        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:update                          | 授予修改策略组的权限。                      | Write   | appGroup         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:export                          | 授予导出策略组的权限。                      | List    | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:listPolicies                    | 授予查询策略组中的策略项的权限。                 | List    | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:updatePolicies                  | 授予修改策略组中的策略项的权限。                 | Write   | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:listTargets                     | 授予查询策略组应用对象的权限。                  | List    | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:updateTargets                   | 授予修改策略组应用对象的权限。                  | Write   | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:updateTargets                   | 授予修改策略组应用对象的权限。                  | Write   | desktop          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:updateTargets                   | 授予修改策略组应用对象的权限。                  | Write   | desktopPool      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:updateTargets                   | 授予修改策略组应用对象的权限。                  | Write   | user             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:updateTargets                   | 授予修改策略组应用对象的权限。                  | Write   | userGroup        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:updateTargets                   | 授予修改策略组应用对象的权限。                  | Write   | appGroup         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:listDetail                      | 授予查询策略组详情列表的权限。                  | List    | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:getOriginalPolicies             | 授予查询初始策略项的权限。                    | Read    | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:list                                   | 授予查询用户列表的权限。                     | List    | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:list                                   | 授予查询用户列表的权限。                     | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:users:create                                 | 授予创建用户的权限。                       | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:create                                 | 授予创建用户的权限。                       | Write   | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:users:delete                                 | 授予删除指定用户的权限。                     | Write   | user \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:users:get                                    | 授予查询用户详情信息的权限。                   | Read    | user \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:users:update                                 | 授予修改用户信息的权限。                     | Write   | user \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:users:batchDelete                            | 授予批量删除用户的权限。                     | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:resetPassword                          | 授予重置用户密码的权限。                     | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:checkResetPasswordToken                | 授予校验重置域用户密码Token的权限。             | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:getTemplate                            | 授予用户模板下载的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:checkExist                             | 授予校验用户是否存在的权限。                   | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:listOtps                               | 授予查询OTP设备的权限。                    | List    | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:getImportTemplate                      | 授予创建用户模板下载的权限。                   | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:batchCreate                            | 授予批量创建用户的权限。                     | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:batchCreate                            | 授予批量创建用户的权限。                     | Write   | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:products:listVolumeProducts                  | 授予查询磁盘产品列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:products:listHourPackageProducts             | 授予查询可订购小时包套餐的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:screenRecord:list                            | 授予查询录屏记录列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:screenRecord:get                             | 授予查询录屏详情的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:screenRecord:export                          | 授予导出录屏列表的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:screenRecord:batchDelete                     | 授予批量删除录屏记录的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:screenRecord:listDownloadAddress             | 授予查询下载地址列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:screenRecord:listOperations                  | 授予查询桌面关键事件列表的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:listExportTasks                      | 授予查询导出任务列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:deleteExportTasks                    | 授予批量删除导出任务记录的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:exportData                           | 授予下载导出的文件的权限。                    | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:listAlarm                         | 授予查询告警列表的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:getAlarm                          | 授予查询告警数的权限。                      | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:getGrowthRate                     | 授予查询指标环比值的权限。                    | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:getMetric                         | 授予查询指标的权限。                       | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:getMetricTrend                    | 授予查询指标趋势的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:updateNotificationRules           | 授予更新指标的通知规则的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:deleteNotificationRules           | 授予删除指标的通知规则的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:createNotifyRules                 | 授予新增指标的通知规则的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:listNotificationRules             | 授予查询指标的通知规则的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:listNotificationRecords           | 授予查询指标通知记录的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:listDesktopMetrics                | 授予查询桌面使用统计信息的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:exportDesktopMetrics              | 授予导出桌面使用统计信息的权限。                 | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:statistics:listUserMetrics                   | 授予查询用户使用统计信息的权限。                 | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:statistics:exportUserMetrics                 | 授予导出用户使用统计信息的权限。                 | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:statistics:listAppUserAccessData             | 授予查询云应用用户接入统计的权限。                | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:exportAppUserAccessData           | 授予导出云应用用户接入统计的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:getUserAccessStages               | 授予查询接入云桌面或云应用各阶段时长数据的权限。         | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:session:exportAppConnection                  | 授予导出应用使用记录的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:session:exportUserConnection                 | 授予导出用户登录记录的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:session:exportSessions                       | 授予导出会话列表的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userEvents:list                              | 授予查询用户操作事件的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userEvents:export                            | 授予导出用户操作事件的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userEvents:setLtsConfigurations              | 授予配置用户操作事件LTS的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userEvents:listLtsConfigurations             | 授予查询用户操作事件LTS配置的权限。              | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:createBucketCredential             | 授予生成OBS桶凭证信息信息的权限。               | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:createAndAuthorizeBucket           | 授予添加并授权默认OBS桶的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:listApps                           | 授予按照名称分页查询应用的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:createApp                          | 授予上传应用的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:updateApp                          | 授予修改应用的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:deleteApp                          | 授予删除应用的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:installApp                         | 授予自动安装应用的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:listAppAuthorizations              | 授予查询应用授权信息的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:batchUpdateAppAuthorizations       | 授予设置应用授权的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:batchDeleteApps                    | 授予批量删除应用的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:batchDisableApps                   | 授予批量设置应用不可见的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:batchEnableApps                    | 授予批量设置应用可见的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:batchInstallApps                   | 授予批量自动安装安装应用的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:listAppCatalogs                    | 授予查询应用分类信息的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:listJobs                           | 授予查询应用安装job信息的权限。                | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:batchDeleteJobs                    | 授予批量删除job的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:retryJobs                          | 授予重试失败job的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:createAppRule                      | 授予创建应用规则的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:listAppRule                        | 授予查询应用规则的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:updateAppRule                      | 授予修改应用规则的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:deleteAppRule                      | 授予删除应用规则的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:batchDeleteAppRules                | 授予批量删除应用规则的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:enableRuleRestriction              | 授予启用规则管控的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:disableRuleRestriction             | 授予禁用规则管控的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:addRestrictedRule                  | 授予增加管控规则的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:listRestrictedRule                 | 授予查询管控规则列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:deleteRestrictedRule               | 授予批量删除管控规则列表的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:updateTenantProfile                | 授予启禁用租户功能的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:listTenantProfiles                 | 授予查询租户功能状态的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:create                               | 授予创建脚本的权限。                       | Write   | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:list                                 | 授予查询脚本列表的权限。                     | List    | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:get                                  | 授予查询脚本详情的权限。                     | Read    | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:put                                  | 授予更新脚本的权限。                       | Write   | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:delete                               | 授予删除脚本的权限。                       | Write   | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:execute                              | 授予批量执行脚本或命令的权限。                  | Write   | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:execute                              | 授予批量执行脚本或命令的权限。                  | Write   | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:getRecordDetail                      | 授予查询脚本或命令执行记录详情的权限。              | Read    | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:listRecords                          | 授予查询脚本执行记录列表的权限。                 | List    | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:listTasks                            | 授予查询脚本任务列表的权限。                   | List    | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:retry                                | 授予重试脚本的权限。                       | Write   | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:stop                                 | 授予停止脚本或命令执行任务的权限。                | Write   | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:download                             | 授予下载脚本输出记录的权限。                   | Write   | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:getShareSpaceConfig                  | 授予查询协同配置的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:updateShareSpaceConfig               | 授予修改协同配置的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:authConfigs:getStatus                        | 授予查询认证状态的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:privacystatements:sign                       | 授予签署隐私声明的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:sites:get                                    | 授予查询站点信息的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:sites:add                                    | 授予新增站点的权限。                       | Write   | -                | [workspace:AccessMode]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| workspace:sites:delete                                 | 授予删除站点的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:sites:updateAccessMode                       | 授予修改站点接入方式的权限。                   | Write   | -                | [workspace:AccessMode]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| workspace:sites:updateSubnets                          | 授予修改站点业务子网的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:checkEnterpriseIds                   | 授予检查企业ID是否已被使用的权限。               | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:updateEnterpriseId                   | 授予修改企业ID的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bandwidth:create                             | 授予开通云办公带宽的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bandwidth:list                               | 授予查询云办公带宽列表的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bandwidth:update                             | 授予修改云办公带宽的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bandwidth:delete                             | 授予取消云办公带宽的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bandwidth:getControlConfig                   | 授予查询云办公带宽的控制配置的权限。               | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bandwidth:updateControlConfig                | 授予修改云办公带宽的控制配置的权限。               | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bandwidth:createChangeOrder                  | 授予创建云办公带宽变更订单的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:batchCreateSnapshots                | 授予批量创建桌面快照的权限。                   | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:batchDeleteSnapshots                | 授予批量删除桌面快照的权限。                   | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:batchRestoreSnapshots               | 授予批量恢复桌面快照的权限。                   | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:listSnapshots                       | 授予查询桌面快照列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:verifyDesktopName                   | 授予校验桌面名称的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:getAvailableIp                      | 授予根据子网id查询该子网下可用的ip的权限。          | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:getAdStatus                         | 授予查询AD网络状态的权限。                   | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:checkIpIfExist                      | 授予检查IP是否存在的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:checkIfExist                          | 授予检查镜像是否存在的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:wdh:listDesktops                             | 授予查询云办公主机包含桌面信息的权限。              | List    | wdh \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:wdh:listDesktops                             | 授予查询云办公主机包含桌面信息的权限。              | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:wdh:update                                   | 授予更新云办公主机信息的权限。                  | Write   | wdh \*           | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:bindingPolicies:getTemplate                  | 授予下载终端与桌面绑定模板的权限。                | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bindingPolicies:import                       | 授予批量导入终端与桌面绑定的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:getRunState                       | 授予运行状态统计的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:getLoginState                     | 授予登录状态统计的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:getUsingSubnets                     | 授予查询正在被使用的子网列表的权限。               | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:listPorts                           | 授予查询端口列表的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:renderDesktops:createConsole                 | 授予获取远程登录控制台地址的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:renderDesktops:resize                        | 授予变更渲染桌面规格的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:exclusiveHosts:resizeLites                   | 授予变更专享主机规格的权限。                   | Write   | exclusiveHost \* | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:desktops:getMonitor                          | 授予查询桌面监控信息的权限。                   | Read    | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:listDetachInfo                      | 授予查询桌面历史解绑用户信息的权限。               | List    | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:listDetachInfo                      | 授予查询桌面历史解绑用户信息的权限。               | List    | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                  | -  |
| workspace:desktops:getSysprepVersion                   | 授予查询sysprep版本信息的权限。              | Read    | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:networks:createNat                           | 授予开通NAT网关上网功能的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:listNats                            | 授予查询NAT网关上网功能的权限。                | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:listSubnets                         | 授予查询子网列表的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:listVpcs                            | 授予查询查询vpc的权限。                    | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:createTemplate                  | 授予创建策略模板的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:listTemplate                    | 授予查询策略模板列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:updateTemplate                  | 授予更新策略模板的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:listSecurityGroups                  | 授予查询安全组列表的权限。                    | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:availabilityZones:getSummary                 | 授予查询可用分区列表概要的权限。                 | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:availabilityZones:get                        | 授予查询可用分区详情的权限。                   | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:importUser                             | 授予导入用户列表的权限。                     | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:uploadTemplate                         | 授予导入桌面用户列表的权限。                   | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessPolicies:update                        | 授予更新指定接入策略的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:verifySource                        | 授予校验桌面来源的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:listDesktopNetworks                 | 授予批量查询桌面网络信息的权限。                 | List    | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:batchChangeNetwork                  | 授予批量切换桌面网络的权限。                   | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:jobs:get                                     | 授予查询任务详情的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessPolicies:importIp                      | 授予导入IP列表的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessPolicies:getIpImportTemplate           | 授予下载IP导入模板的权限。                   | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:sites:listEdgeSites                          | 授予查询边缘站点的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:sites:checkEdgeSiteResources                 | 授予校验边缘站点资源的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ou:listAdOus                                 | 授予查询AD域下OU信息的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ou:listOuUsers                               | 授予查询OU下用户信息的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ou:importUsersByOU                           | 授予导入OU用户的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:listWithConnectStatus               | 授予查询桌面连接状态列表的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:updateAccessAddressBackupConfig      | 授予修改云办公服务接入地址备份配置的权限。            | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:listAccessAddressBackupConfig        | 授予获取云办公服务接入地址备份配置的权限。            | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:changeUserPrivilegeGroup            | 授予批量修改用户权限组的权限。                  | Write   | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:volumes:modifyQos                            | 授予批量修改磁盘QOS的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:getRuleRestriction                 | 授予查询管控规则的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:setRuleRestriction                 | 授予设置管控规则的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:getDomains                           | 授予查询域信息列表的权限。                    | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:addDomain                            | 授予添加租户域信息的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:updateDomain                         | 授予修改租户域信息的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:orders:createResourcePackagesOrder           | 授予创建资源包订单的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:products:listResourcePackages                | 授予查询按需资源包列表的权限。                  | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:getHibernateType                    | 授予查询休眠类型的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ca:list                                      | 授予查询CA证书列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ca:create                                    | 授予创建CA证书的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ca:get                                       | 授予查询CA证书详情的权限。                   | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ca:delete                                    | 授予删除CA证书的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ca:setStatus                                 | 授予修改CA证书状态的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ca:export                                    | 授予导出CA证书的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ca:exportCrl                                 | 授予导出CA证书CRL文件的权限。                | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ca:exportCsr                                 | 授予导出CA证书签名请求的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ca:import                                    | 授予导入CA证书的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:executeByDesktopTag                  | 授予按桌面标签下发执行脚本或命令的权限。             | Write   | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys                                                                                                                                                                                                                                                                                                                                                                                                                                | -  |
| workspace:authConfig:getSaml2Metadata                  | 授予下载SAML 2.0元数据信息的权限。            | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:authConfig:validate                          | 授予校验认证配置是否合法的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:listByUsers                     | 授予查询用户所关联的桌面池列表的权限。              | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:revokeCert                             | 授予吊销用户证书的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:assistAuthConfigs:getApplyObjects            | 授予查询辅助认证应用对象列表的权限。               | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:assistAuthConfigs:updateApplyObjects         | 授予更新辅助认证应用对象列表的权限。               | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:getStatisticsByInconsistent     | 授予查询桌面池中差异统计的权限。                 | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:list                                | 授予查询应用组的权限。                      | List    | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:create                              | 授予创建应用组的权限。                      | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:create                              | 授予创建应用组的权限。                      | Write   | serverGroup      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:delete                              | 授予应用组删除的权限。                      | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:get                                 | 授予查询应用组详情的权限。                    | Read    | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:update                              | 授予修改应用组的权限。                      | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:update                              | 授予修改应用组的权限。                      | Write   | serverGroup      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:listPublishedApp                         | 授予查询已发布应用的权限。                    | List    | app \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:listPublishedApp                         | 授予查询已发布应用的权限。                    | List    | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:publish                                  | 授予发布应用的权限。                       | Write   | app \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:publish                                  | 授予发布应用的权限。                       | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:get                                      | 授予查询应用详细信息的权限。                   | Read    | app \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:get                                      | 授予查询应用详细信息的权限。                   | Read    | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:update                                   | 授予修改应用信息的权限。                     | Write   | app \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:update                                   | 授予修改应用信息的权限。                     | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:deleteIcon                               | 授予删除自定义应用图标的权限。                  | Write   | app \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:deleteIcon                               | 授予删除自定义应用图标的权限。                  | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:uploadIcon                               | 授予修改自定义应用图标的权限。                  | Write   | app \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:uploadIcon                               | 授予修改自定义应用图标的权限。                  | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:check                                    | 授予校验应用的权限。                       | Write   | app \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:check                                    | 授予校验应用的权限。                       | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:batchDisable                             | 授予批量禁用应用的权限。                     | Write   | app \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:batchDisable                             | 授予批量禁用应用的权限。                     | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:batchEnable                              | 授予批量启用应用的权限。                     | Write   | app \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:batchEnable                              | 授予批量启用应用的权限。                     | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:unpublish                                | 授予批量取消应用发布的权限。                   | Write   | app \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:unpublish                                | 授予批量取消应用发布的权限。                   | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:listPublishableApp                  | 授予可发布应用列表的权限。                    | List    | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:batchDeleteAuthorization            | 授予移除应用组授权的权限。                    | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:batchDeleteAuthorization            | 授予移除应用组授权的权限。                    | Write   | user             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:batchDeleteAuthorization            | 授予移除应用组授权的权限。                    | Write   | userGroup        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:disassociate                        | 授予解除服务组关联的所有应用组的权限。              | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:listAuthorization                   | 授予查询应用组授权记录的权限。                  | List    | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:addAuthorization                    | 授予增加应用组授权的权限。                    | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:addAuthorization                    | 授予增加应用组授权的权限。                    | Write   | user             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:addAuthorization                    | 授予增加应用组授权的权限。                    | Write   | userGroup        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:batchDelete                         | 授予批量删除应用组的权限。                    | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:check                               | 授予校验应用组的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:serverGroup:list                             | 授予查询服务器组列表的权限。                   | List    | serverGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:serverGroup:list                             | 授予查询服务器组列表的权限。                   | List    | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                  | -  |
| workspace:serverGroup:create                           | 授予创建服务器组的权限。                     | Write   | serverGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:serverGroup:create                           | 授予创建服务器组的权限。                     | Write   | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                  | -  |
| workspace:serverGroup:delete                           | 授予删除服务器组的权限。                     | Write   | serverGroup \*   | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:serverGroup:get                              | 授予查询指定服务器组的权限。                   | Read    | serverGroup \*   | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:serverGroup:update                           | 授予修改服务器组的权限。                     | Write   | serverGroup \*   | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:serverGroup:getServerState                   | 授予查询指定服务器组内服务器状态的权限。             | Read    | serverGroup \*   | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:serverGroup:listDetail                       | 授予查询租户服务器组基础信息列表的权限。             | List    | serverGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:serverGroup:getRestrict                      | 授予指定租户服务器组限制查询的权限。               | Read    | serverGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:serverGroup:validate                         | 授予校验服务器组的权限。                     | Write   | serverGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:serverGroup:tagResource                      | 授予服务器组添加标签的权限。                   | Tagging | serverGroup \*   | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:serverGroup:tagResource                      | 授予服务器组添加标签的权限。                   | Tagging | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys                                                                                                                                                                                                                                                                                                                                                                                                                                | -  |
| workspace:serverGroup:unTagResource                    | 授予服务器组删除标签的权限。                   | Tagging | serverGroup \*   | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:serverGroup:unTagResource                    | 授予服务器组删除标签的权限。                   | Tagging | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys                                                                                                                                                                                                                                                                                                                                                                                                                                | -  |
| workspace:serverGroup:listTagsForResource              | 授予查询服务器组标签的权限。                   | List    | serverGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:serverGroup:listTagsForResource              | 授予查询服务器组标签的权限。                   | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:serverGroup:listTags                         | 授予查询租户所有服务器上标签的权限。               | List    | serverGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:serverGroup:batchCreateTags                  | 授予批量添加服务器组标签的权限。                 | Tagging | serverGroup \*   | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:serverGroup:batchCreateTags                  | 授予批量添加服务器组标签的权限。                 | Tagging | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys                                                                                                                                                                                                                                                                                                                                                                                                                                | -  |
| workspace:serverGroup:batchDeleteTags                  | 授予批量删除服务器组标签的权限。                 | Tagging | serverGroup \*   | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:serverGroup:batchDeleteTags                  | 授予批量删除服务器组标签的权限。                 | Tagging | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys                                                                                                                                                                                                                                                                                                                                                                                                                                | -  |
| workspace:server:list                                  | 授予查询服务器列表的权限。                    | List    | server \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:server:delete                                | 授予删除服务器的权限。                      | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:get                                   | 授予查询指定服务器的权限。                    | Read    | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:update                                | 授予修改服务器的权限。                      | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:changeImage                           | 授予修改服务器的镜像的权限。                   | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:reinstall                             | 授予重装服务器的权限。                      | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:getVncUrl                             | 授予获取VNC远程登录地址的权限。                | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:accessAgent:list                             | 授予查询租户的所有HDA最新版本的权限。             | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessAgent:batchUpgrade                     | 授予批量升级服务器HDA版本的权限。               | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:accessAgent:listLatestVersion                | 授予查询租户的HDA最新版本的权限。               | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:server:listAccessAgentDetails                | 授予查询服务器的HDA相关信息的权限。              | List    | server \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessAgent:getUpgradeFlag                   | 授予查询HDA升级提醒标识的权限。                | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessAgent:updateUpgradeFlag                | 授予更新HDA升级通知标识的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessAgent:listUpgradeRecords               | 授予查询服务器的HDA升级跟踪记录的权限。            | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:server:batchDelete                           | 授予批量删除服务器的权限。                    | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:batchChangeMaintainMode               | 授予标记服务器维护状态的权限。                  | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:batchReboot                           | 授予重启服务器的权限。                      | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:batchRejoinDomain                     | 授予批量服务器重新加域的权限。                  | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:batchStart                            | 授予启动服务器的权限。                      | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:batchStop                             | 授予关闭服务器的权限。                      | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:batchUpdateTsvi                       | 授予批量更新服务器虚拟会话IP配置的权限。            | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:create                                | 授予创建应用服务器的权限。                    | Write   | server \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:server:create                                | 授予创建应用服务器的权限。                    | Write   | serverGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:server:create                                | 授予创建应用服务器的权限。                    | Write   | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                  | -  |
| workspace:server:batchMigrateHosts                     | 授予迁移云办公主机下面的服务器到目标云办公主机的权限。      | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:batchMigrateHosts                     | 授予迁移云办公主机下面的服务器到目标云办公主机的权限。      | Write   | wdh \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:server:getMetricData                         | 授予查询云应用服务器监控信息的权限。               | Read    | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:jobs:batchDeleteSubJobs                      | 授予批量删除子任务的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:jobs:countSubJobs                            | 授予子任务数量查询的权限。                    | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appWarehouse:authorizeObs                    | 授予获取上传至OBS桶的ak/sk的权限。            | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appWarehouse:batchDeleteApp                  | 授予批量删除应用仓库中的指定应用的权限。             | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appWarehouse:ListWarehouseApps               | 授予查询租户应用仓库中的应用列表的权限。             | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appWarehouse:createApp                       | 授予在应用仓库中新增应用的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appWarehouse:deleteApp                       | 授予删除应用仓库中的指定应用的权限。               | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appWarehouse:uploadAppIcon                   | 授予在应用仓库中上传图标文件的权限。               | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appWarehouse:createBucketOrAcl               | 授予添加桶或者桶授权的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:listImageJobs                         | 授予查询租户的任务列表的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:getImageJob                           | 授予查询任务详情的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:imageServer:list                             | 授予查询镜像实例列表的权限。                   | List    | imageServer \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:imageServer:list                             | 授予查询镜像实例列表的权限。                   | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:imageServer:create                           | 授予创建镜像实例的权限。                     | Write   | imageServer \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:imageServer:create                           | 授予创建镜像实例的权限。                     | Write   | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:imageServer:get                              | 授予查询指定镜像实例的权限。                   | Read    | imageServer \*   | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:imageServer:update                           | 授予修改镜像实例的权限。                     | Write   | imageServer \*   | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:imageServer:attachApp                        | 授予分发软件信息至镜像实例的权限。                | Write   | imageServer \*   | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:imageServer:listLatestAttachedApp            | 授予查询最近一次分发软件信息列表的权限。             | List    | imageServer \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:imageServer:recreate                         | 授予构建云应用镜像的权限。                    | Write   | imageServer \*   | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:imageServer:batchDelete                      | 授予批量删除镜像实例的权限。                   | Write   | imageServer \*   | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:imageServer:listImageSubJobs                 | 授予子任务查询的权限。                      | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:imageServer:batchDeleteImageSubJobs          | 授予批量删除子任务的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:imageServer:countImageSubJobs                | 授予子任务数量查询的权限。                    | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:listMailRecord                      | 授予查询应用组授权邮件发送记录的权限。              | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:resendMail                          | 授予重发应用组授权邮件（根据授权邮件记录）的权限。        | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:listPersistentStorage                | 授予查询WKS存储的权限。                    | List    | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:createPersistentStorage              | 授予创建WKS存储的权限。                    | Write   | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:deletePersistentStorage              | 授予删除WKS存储的权限。                    | Write   | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:updateUserFolderAssignment           | 授予创建个人存储目录的权限。                   | Write   | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:updateShareFolderAssignment          | 授予修改共享目录成员的权限。                   | Write   | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:createShareFolder                    | 授予创建共享存储目录的权限。                   | Write   | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:deleteStorageClaim                   | 授予删除共享目录的权限。                     | Write   | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:deleteUserStorageAttachment          | 授予删除个人存储目录的权限。                   | Write   | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:batchDeletePersistentStorage         | 授予批量删除WKS存储的权限。                  | Write   | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:listStorageAssignment                | 授予查询个人存储目录的权限。                   | List    | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:listShareFolder                      | 授予查询共享存储目录的权限。                   | List    | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:deleteTemplate                  | 授予删除策略模板的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:privacystatements:get                        | 授予查询最新版本的隐私声明的权限。                | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scalingPolicy:delete                         | 授予删除弹性伸缩策略的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scalingPolicy:list                           | 授予查询服务器组弹性伸缩策略的权限。               | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scalingPolicy:create                         | 授予新增/修改弹性伸缩策略的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:session:listAppConnection                    | 授予查询应用使用记录的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:session:logoffUserSession                    | 授予用户会话注销的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:session:listUserConnection                   | 授予查询用户登录记录的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:session:listSessionByUserName                | 授予根据用户名查询当前会话的权限。                | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storagePolicy:create                         | 授予新增或更新存储目录访问权限自定义策略的权限。         | Write   | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storagePolicy:list                           | 授予查询存储目录访问权限策略的权限。               | List    | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:listSfs3Storage                      | 授予查询SFS3.0存储的权限。                 | List    | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:baseResource:list                            | 授予查询可用分区列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:listConfigInfo                       | 授予查询企业系统配置的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:active                               | 授予租户服务激活、初始化的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:listTenantProfile                    | 授予查询租户信息的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:server:listServerMetricData                  | 授予查询服务器的监控数据的权限。                 | List    | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:session:listSessions                         | 授予查询会话列表的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appWarehouse:updateApp                       | 授予更新应用仓库中的应用的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:server:batchChangeImage                      | 授予批量切换服务器镜像的权限。                  | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:batchReinstall                        | 授予批量重装服务器的权限。                    | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:app:updatePreBootPolicy                      | 授予批量设置应用预启动的权限。                  | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appWarehouse:bindBucket                      | 授予绑定应用仓库桶的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appWarehouse:getBucket                       | 授予查询用户应用仓库桶的权限。                  | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:listConfig                      | 授予查询云存储项目配置列表的权限。                | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:getConfig                       | 授予查询云存储项目配置信息的权限。                | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:bind                            | 授予绑定云存储的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:list                            | 授予查询云存储的权限。                      | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:unbind                          | 授予解绑云存储的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:batchDeleteFolder               | 授予批量删除个人文件夹的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:createFolder                    | 授予创建个人文件夹的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:updateFolder                    | 授予修改个人文件夹的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:deleteFolder                    | 授予删除个人文件夹的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:listFolder                      | 授予查询个人文件夹列表的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:resetUserProfile                | 授予重置UserProfile的权限。              | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:listFiles                       | 授予查询个人文件夹下文件的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:transferFile                    | 授予文件流转的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:preTransferFile                 | 授予文件预流转的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:changeCluster                   | 授予切换云存储集群的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:hotspotSessionConfig:create                  | 授予创建热点会话迁移配置的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:hotspotSessionConfig:list                    | 授予查询热点会话迁移配置的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:hotspotSessionConfig:update                  | 授予修改热点会话迁移配置的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:hotspotSessionConfig:listNonMigrationUsers   | 授予查询热点会话不迁移用户的权限。                | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:hotspotSessionConfig:updateNonMigrationUsers | 授予修改热点会话不迁移用户的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:deleteImageServer                     | 授予删除镜像制作服务器的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:generate                              | 授予生成私有镜像的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:get                                   | 授予查询镜像详情的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:getImportJobDetail                    | 授予查询镜像导入任务详情的权限。                 | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:import                                | 授予导入镜像的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:reportProgress                        | 授予上报镜像制作进度的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:retryImportJob                        | 授予重试镜像导入任务的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:update                                | 授予更新镜像的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:authConfigs:syncExternalUser                 | 授予同步域控用户（组）的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:listLifeCycleConfigurations   | 授予查询触发式任务配置的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:screenRecord:configTrafficLimit              | 授予更新站点录屏限速配置的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:screenRecord:listTrafficLimitConfigurations  | 授予查询站点录屏限速配置的权限。                 | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:screenRecord:update                          | 授予更新录屏全速上传详情的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:sites:updateDcVnc                            | 授予修改站点专线自助维护通道的权限。               | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:closeDomain                          | 授予关闭域控的配置信息的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:getAiAssistantUsageFrequency           | 授予查询用户使用AI助手频次统计的权限。             | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:listSubscribeAiAssistantUsers          | 授予查询AI助手订阅信息的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:subscribeAiAssistant                   | 授予订阅和取消AI助手服务的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:batchCheckRejoinDomain              | 授予批量检查加域的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:batchRejoinDomain                   | 授予批量加域的权限。                       | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:wdh:export                                   | 授予导出云办公主机列表的权限。                  | List    | wdh \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:wdh:export                                   | 授予导出云办公主机列表的权限。                  | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:upgradeStrategy:list                         | 授予查询升级策略列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeStrategy:export                       | 授予异步导出升级策略数据的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeStrategy:listApplyObjects             | 授予分页查询指定策略下的应用对象列表的权限。           | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeStrategy:updateApplyObjects           | 授予批量更新升级策略应用对象的权限。               | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeStrategy:create                       | 授予创建升级策略的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeStrategy:batchDelete                  | 授予批量删除升级策略的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeStrategy:update                       | 授予修改升级策略的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeTask:list                             | 授予查询升级任务列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeTask:listApplyObjects                 | 授予查询升级任务应用对象列表的权限。               | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeTask:create                           | 授予创建升级定时任务的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeTask:batchDelete                      | 授予批量删除升级任务的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeTask:get                              | 授予查询升级任务详情的权限。                   | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeTask:update                           | 授予修改升级任务的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeTask:execute                          | 授予触发升级任务的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:versionConfig:get                            | 授予查询版本详情的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:versionConfig:list                           | 授予查询版本列表的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeRecord:list                           | 授予分页查询升级执行记录列表的权限。               | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeRecordDetail:listLatest               | 授予分页查询执行记录下每个桌面最新执行详情的权限。        | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeRecordDetail:exportLatest             | 授予导出执行记录下每个桌面最新执行详情的权限。          | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeRecordDetail:listHistory              | 授予分页查询桌面历史执行详情的权限。               | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeRecordDetail:exportHistory            | 授予分页导出桌面历史执行详情的权限。               | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:listVersionStatistics               | 授予查询桌面版本统计信息的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:listByVersion                       | 授予查询该版本的桌面列表的权限。                 | List    | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:exportListByVersion                 | 授予导出该版本的桌面列表的权限。                 | List    | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:agentInstance:list                           | 授予查询 Agent 实例列表的权限。              | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:imChannel:create                             | 授予下发 IM 通道配置的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:imChannel:delete                             | 授予删除 IM 通道配置的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelConfig:addAuthorization                 | 授予批量关联模型分组与资源（桌面/桌面标签）的权限。       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelConfig:removeAuthorization              | 授予批量移除模型分组与资源的关联的权限。             | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelGroup:create                            | 授予新增模型组的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelGroup:list                              | 授予查询模型组列表的权限。                    | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelGroup:get                               | 授予查询模型组详情的权限。                    | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelGroup:update                            | 授予更新模型组的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelGroup:delete                            | 授予删除模型组的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelGroup:bind                              | 授予批量绑定供应商到模型组的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:list                           | 授予查询供应商模板列表的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:verify                         | 授予验证供应商配置的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:create                         | 授予新增供应商配置的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:get                            | 授予查询供应商详情的权限。                    | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:update                         | 授予更新供应商配置的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:delete                         | 授予删除供应商配置的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:addModel                       | 授予批量新增模型的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:deleteModel                    | 授予批量删除模型的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:listModel                      | 授予查询模型列表的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:getModel                       | 授予查询模型详情的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:updateModel                    | 授予更新模型的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:site:resetSiteAuthConfig                     | 授予重置站点认证信息的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:imChannel:list                               | 授予查询 IM 通道配置的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:authConfigs:get                              | 授予查询认证登录方式配置信息的权限。               | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:checkCidr                           | 授予校验租户网段的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:validateDomains                      | 授予校验域控有效性的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:listNotificationRecords                | 授予查询通知拦截记录的权限。                   | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:authConfigs:update                           | 授予更新认证策略配置信息的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:assistAuthConfigs:get                        | 授予查询辅助认证的配置信息的权限。                | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:assistAuthConfigs:update                     | 授予更新辅助认证配置的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:jobs:retry                                   | 授予重试任务的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:quotas:get                                   | 授予查询租户配额的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:getRoles                             | 授予查询租户角色的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:ListConfig                           | 授予查询租户个性配置列表的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:updateConfig                         | 授予修改租户个性配置的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:natMappings:getConfig                        | 授予查询租户的NAT映射配置项的权限。              | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:natMappings:updateConfig                     | 授予修改租户的NAT映射配置项的权限。              | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:get                                  | 授予查询云办公服务详情的权限。                  | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:open                                 | 授予开通云办公服务的权限。                    | Write   | -                | [workspace:AccessMode]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| workspace:tenants:delete                               | 授予注销云办公服务的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:update                               | 授予修改云办公服务属性的权限。                  | Write   | -                | [workspace:AccessMode]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| workspace:tenants:getLockStatus                        | 授予查询云办公服务是否被锁定的权限。               | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:unlock                               | 授予解除云办公服务锁定状态的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:agencies:create                              | 授予创建委托的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:agencies:get                                 | 授予查询委托的权限。                       | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:commitAiAccelerateJob               | 授予创建渲染加速任务的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:createAiAccelerateJob               | 授予创建渲染加速任务的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:getAiAccelerateJob                  | 授予查询渲染加速任务的权限。                   | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:getSysPrepInfo                      | 授予查询sysprep详情的权限。                | Read    | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:checkBatchChangeImage               | 授予校验批量切换镜像的权限。                   | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:tenants:listDesktopNamePolicies              | 授予查询桌面名称策略列表的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:createDesktopNamePolicy              | 授予创建桌面名称策略的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:updateDesktopNamePolicy              | 授予更新桌面名称策略的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:batchDeleteDesktopNamePolicies       | 授予批量删除桌面名称策略的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:create                          | 授予创建桌面池的权限。                      | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:create                          | 授予创建桌面池的权限。                      | Write   | user             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:create                          | 授予创建桌面池的权限。                      | Write   | userGroup        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:create                          | 授予创建桌面池的权限。                      | Write   | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                  | -  |
| workspace:desktopPools:list                            | 授予查询桌面池列表的权限。                    | List    | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:update                          | 授予修改桌面池属性的权限。                    | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:update                          | 授予修改桌面池属性的权限。                    | Write   | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                  | -  |
| workspace:desktopPools:delete                          | 授予删除桌面池的权限。                      | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:get                             | 授予查询桌面池详情的权限。                    | Read    | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:expand                          | 授予扩容桌面池的权限。                      | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:resize                          | 授予桌面池变更规格的权限。                    | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:rebuild                         | 授予桌面池重建系统盘的权限。                   | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:batchAddVolumes                 | 授予桌面池批量添加磁盘的权限。                  | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:batchDeleteVolumes              | 授予桌面池批量删除磁盘的权限。                  | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:batchExpandVolumes              | 授予桌面池批量扩容磁盘的权限。                  | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:operate                         | 授予操作桌面池的权限。                      | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:listUsers                       | 授予查询桌面池授权的用户、用户组的权限。             | List    | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:authorizeUsers                  | 授予桌面池授权用户、用户组的权限。                | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:authorizeUsers                  | 授予桌面池授权用户、用户组的权限。                | Write   | user             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:authorizeUsers                  | 授予桌面池授权用户、用户组的权限。                | Write   | userGroup        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:listDesktops                    | 授予查询桌面池桌面信息的权限。                  | List    | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:listScriptTasks                 | 授予查询桌面池的脚本执行任务列表的权限。             | List    | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:executeScripts                  | 授予桌面池批量执行脚本的权限。                  | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:executeScripts                  | 授予桌面池批量执行脚本的权限。                  | Write   | script           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:sendNotifications               | 授予发送消息通知的权限。                     | Write   | desktopPool \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:export                              | 授予导出桌面列表的权限。                     | List    | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:export                              | 授予导出桌面列表的权限。                     | List    | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                  | -  |
| workspace:desktops:create                              | 授予创建桌面的权限。                       | Write   | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:create                              | 授予创建桌面的权限。                       | Write   | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId  - [workspace:AssociatePublicIp]  - [workspace:AccessMode]   | -  |
| workspace:desktops:list                                | 授予查询桌面列表的权限。                     | List    | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:list                                | 授予查询桌面列表的权限。                     | List    | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                  | -  |
| workspace:desktops:update                              | 授予更新桌面信息的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:delete                              | 授予删除桌面的权限。                       | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:get                                 | 授予查询桌面详情的权限。                     | Read    | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:batchDelete                         | 授予批量删除桌面的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:logoff                              | 授予批量注销桌面的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:listDetail                          | 授予查询桌面详情列表的权限。                   | List    | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:listDetail                          | 授予查询桌面详情列表的权限。                   | List    | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                  | -  |
| workspace:desktops:operate                             | 授予操作桌面的权限。                       | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:resize                              | 授予变更规格的权限。                       | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:getConnectStatus                    | 授予查询桌面登录状态统计数据的权限。               | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:ListStatus                          | 授予查询桌面登录状态的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:rebuild                             | 授予重建桌面的权限。                       | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:getActions                          | 授予查询桌面开关机信息的权限。                  | Read    | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:createConsole                       | 授予获取远程登录控制台地址的权限。                | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:updateSids                          | 授予更新桌面SID的权限。                    | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:rejoinDomain                        | 授予重新加入AD域的权限。                    | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:createImage                         | 授予桌面转镜像的权限。                      | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:batchDetach                         | 授予批量解绑用户的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:detach                              | 授予解绑用户的权限。                       | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:attach                              | 授予分配用户的权限。                       | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:getNetwork                          | 授予查询桌面网络信息的权限。                   | Read    | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:changeNetwork                       | 授予切换桌面网络的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:exclusiveHosts:listDesktops                  | 授予查询专享桌面详情列表的权限。                 | List    | exclusiveHost \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:exclusiveHosts:listDesktops                  | 授予查询专享桌面详情列表的权限。                 | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:desktops:listAll                             | 授予查询普通桌面和渲染桌面列表的权限。              | List    | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopAssociate:listDiscoverVmInfo          | 授予查询可纳管的虚拟机列表的权限。                | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopAssociate:startTask                   | 授予启动纳管虚拟机任务的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopAssociate:switchScanTask              | 授予开启纳管扫描任务的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopAssociate:getScanTaskSwitch           | 授予查询纳管扫描任务开关的权限。                 | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:setMaintenanceMode                  | 授予批量设置桌面管理员维护模式的权限。              | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:prepAttachUsers                     | 授予预批量分配用户的权限。                    | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:batchAttachUsers                    | 授予批量分配用户的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:changeUsername                      | 授予在Windows AD场景下，修改与桌面关联的用户名的权限。 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:sendNotifications                   | 授予发送消息通知的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:migrate                             | 授予迁移桌面的权限。                       | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:listAgents                          | 授予查询桌面安装agent列表的权限。              | List    | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:batchInstallAgents                  | 授予批量为桌面安装agent的权限。               | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:listTags                            | 授予查询桌面标签的权限。                     | List    | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:tag                                 | 授予创建桌面标签的权限。                     | Tagging | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:tag                                 | 授予创建桌面标签的权限。                     | Tagging | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys                                                                                                                                                                                                                                                                                                                                                                                                                                | -  |
| workspace:desktops:untag                               | 授予删除桌面标签的权限。                     | Tagging | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:untag                               | 授予删除桌面标签的权限。                     | Tagging | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys                                                                                                                                                                                                                                                                                                                                                                                                                                | -  |
| workspace:desktops:listProjectTags                     | 授予查询项目标签的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:operateTags                         | 授予批量添加删除标签的权限。                   | Tagging | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:operateTags                         | 授予批量添加删除标签的权限。                   | Tagging | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys                                                                                                                                                                                                                                                                                                                                                                                                                                | -  |
| workspace:desktops:listByTags                          | 授予使用标签过滤桌面的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:exclusiveHosts:create                        | 授予创建专享主机的权限。                     | Write   | exclusiveHost \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:exclusiveHosts:create                        | 授予创建专享主机的权限。                     | Write   | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:exclusiveHosts:list                          | 授予查询专享主机列表的权限。                   | List    | exclusiveHost \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:exclusiveHosts:list                          | 授予查询专享主机列表的权限。                   | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:exclusiveHosts:check                         | 授予校验是否能创建专享主机的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:exclusiveHosts:get                           | 授予查询专享主机详情的权限。                   | Read    | exclusiveHost \* | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:exclusiveHosts:update                        | 授予更新专享主机信息的权限。                   | Write   | exclusiveHost \* | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:exclusiveHosts:delete                        | 授予删除专享主机的权限。                     | Write   | exclusiveHost \* | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:mkp:listImages                               | 授予查询云市场镜像列表的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:mkp:listCommodityInfos                       | 授予查询云市场商品信息的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:mkp:createOrder                              | 授予创建云市场产品订单的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:mkp:listListProductReserve                   | 授予查询云市场库存信息的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:mkp:listCommodityDetails                     | 授予查询云市场商品详情的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:mkp:listRelationCommodityDetails             | 授予查询商品的关联商品的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:mkp:listCommodityAgreements                  | 授予查询云市场商品协议的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:listEips                            | 授予查询EIP列表的权限。                    | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:createEips                          | 授予创建EIP的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:bindEips                            | 授予绑定EIP的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:unbindEips                          | 授予解绑EIP的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:getEipQuota                         | 授予查询EIP配额的权限。                    | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:ListNatGateways                     | 授予查询Nat网关列表的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:orders:create                                | 授予包周期下单的权限。                      | Write   | -                | - [workspace:CreateOrderType]  - [workspace:AssociatePublicIp]  - [workspace:AccessMode]                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| workspace:orders:change                                | 授予创建变更订单的权限。                     | Write   | -                | [workspace:ChangeOrderType]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | -  |
| workspace:orders:batchInquiry                          | 授予批量询价的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:quotas:check                                 | 授予校验配额的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:renderDesktops:create                        | 授予创建渲染桌面的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:renderDesktops:delete                        | 授予删除渲染桌面的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:renderDesktops:list                          | 授予查询渲染桌面列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:renderDesktops:action                        | 授予操作渲染桌面的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:list                          | 授予查询定时任务列表的权限。                   | List    | scheduledTask \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:create                        | 授予创建定时任务的权限。                     | Write   | scheduledTask \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:create                        | 授予创建定时任务的权限。                     | Write   | desktop          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:create                        | 授予创建定时任务的权限。                     | Write   | desktopPool      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:create                        | 授予创建定时任务的权限。                     | Write   | server           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:create                        | 授予创建定时任务的权限。                     | Write   | serverGroup      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:get                           | 授予查询定时任务详情的权限。                   | Read    | scheduledTask \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:update                        | 授予更新定时任务的权限。                     | Write   | scheduledTask \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:update                        | 授予更新定时任务的权限。                     | Write   | desktop          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:update                        | 授予更新定时任务的权限。                     | Write   | desktopPool      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:update                        | 授予更新定时任务的权限。                     | Write   | server           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:update                        | 授予更新定时任务的权限。                     | Write   | serverGroup      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:delete                        | 授予删除定时任务的权限。                     | Write   | scheduledTask \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:getFuture                     | 授予查询定时任务未来执行时间的权限。               | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:batchDelete                   | 授予批量删除定时任务的权限。                   | Write   | scheduledTask \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:listRecords                   | 授予查询定时任务执行记录的权限。                 | List    | scheduledTask \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:getRecord                     | 授予查询定时任务执行记录详情的权限。               | Read    | scheduledTask \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:exportRecords                 | 授予导出定时任务记录及执行详情的权限。              | List    | scheduledTask \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:subscribeSharer                        | 授予订阅协同资源的权限。                     | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:addSubResources                     | 授予购买桌面附属资源的权限。                   | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:deleteSubResources                  | 授予删除桌面附属资源的权限。                   | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:createSnapshots                     | 授予创建桌面快照的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:getSnapshots                        | 授予查询桌面快照的权限。                     | Read    | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:deleteSnapshots                     | 授予删除桌面快照的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:restoreBySnapshot                   | 授予使用桌面快照恢复桌面的权限。                 | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:statistics:listDesktopStatus                 | 授予统计桌面状态的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:getUnused                         | 授予查询在指定时间段未使用的桌面的权限。             | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:getUsed                           | 授予查询使用桌面的时长的权限。                  | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bindingPolicies:export                       | 授予导出终端与桌面绑定配置excel的权限。           | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bindingPolicies:getConfig                    | 授予查询终端与桌面绑定的开关配置信息的权限。           | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bindingPolicies:createConfig                 | 授予设置终端与桌面绑定的开关配置的权限。             | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bindingPolicies:get                          | 授予查询终端与桌面绑定配置列表的权限。              | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bindingPolicies:add                          | 授予增加终端与桌面绑定配置的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bindingPolicies:update                       | 授予修改终端与桌面绑定配置的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bindingPolicies:delete                       | 授予删除终端与桌面绑定配置的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:volumes:delete                               | 授予删除桌面数据盘的权限。                    | Write   | desktop          | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:volumes:batchAdd                             | 授予增加桌面磁盘的权限。                     | Write   | desktop          | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:volumes:batchExpand                          | 授予扩容桌面磁盘的权限。                     | Write   | desktop          | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:wdh:getType                                  | 授予查询云办公主机类型的权限。                  | Read    | wdh \*           | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:wdh:get                                      | 授予查询云办公主机列表的权限。                  | Read    | wdh \*           | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:desktops:getRemoteAssistance                 | 授予查询远程协助信息的权限。                   | Read    | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:createRemoteAssistance              | 授予创建远程协助的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:cancelRemoteAssistance              | 授予取消远程协助的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:volumes:add                                  | 授予单个桌面增加磁盘的权限。                   | Write   | desktop          | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:volumes:expand                               | 授予扩容磁盘的权限。                       | Write   | desktop          | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:volumes:listDssPoolsDetail                   | 授予获取专属分布式存储池详情列表的权限。             | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:orders:createDesktopOrder                    | 授予创建桌面订单的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:common:listTimezones                         | 授予查询时区配置的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:connections:securityExport                   | 授予导出连接记录的权限。                     | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:images:list                                  | 授予查询支持的镜像列表的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:import                          | 授予导入策略组的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessPolicies:create                        | 授予创建接入策略的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessPolicies:get                           | 授予查询接入策略的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessPolicies:delete                        | 授予删除指定接入策略的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessPolicies:getTarget                     | 授予查询指定接入策略的应用对象的权限。              | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessPolicies:updateTarget                  | 授予更新指定接入策略的应用对象的权限。              | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:products:listDesktopProducts                 | 授予查询支持的产品套餐列表的权限。                | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:products:listSharerProducts                  | 授予查询协同套餐列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:products:listInternetProducts                | 授予查询上网套餐列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:availabilityZones:list                       | 授予查询支持的可用分区列表的权限。                | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userGroups:export                            | 授予导出用户组的权限。                      | List    | userGroup \*     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:export                                 | 授予导出用户的权限。                       | List    | user \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:users:import                                 | 授予导入用户的权限。                       | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userGroups:exportUsers                       | 授予导出用户组用户的权限。                    | List    | userGroup \*     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:operate                                | 授予操作用户（锁定、解锁和重置密码）的权限。           | Write   | user \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:users:randomPassword                         | 授予给用户重置随机密码的权限。                  | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:deleteOtps                             | 授予解绑OTP设备的权限。                    | Write   | user \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:users:resendEmail                            | 授予重新发送邮件的权限。                     | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:connections:securityList                     | 授予查询连接信息的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:connections:listOnlineUsers                  | 授予查询登录人数的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userGroups:list                              | 授予查询用户组列表的权限。                    | List    | userGroup \*     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userGroups:create                            | 授予创建用户组的权限。                      | Write   | userGroup \*     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userGroups:batchDelete                       | 授予批量删除用户组的权限。                    | Write   | userGroup \*     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userGroups:delete                            | 授予删除桌面用户组的权限。                    | Write   | userGroup \*     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userGroups:update                            | 授予修改用户组信息的权限。                    | Write   | userGroup \*     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userGroups:operate                           | 授予操作用户组的权限。                      | Write   | userGroup \*     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userGroups:operate                           | 授予操作用户组的权限。                      | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userGroups:getUsers                          | 授予查询用户组中的用户的权限。                  | List    | userGroup \*     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:jobs:listSubJobs                             | 授予查询子任务列表的权限。                    | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:jobs:deleteSubJobRecords                     | 授予删除子任务记录的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ou:get                                       | 授予查询OU信息的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ou:create                                    | 授予新增OU信息的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ou:delete                                    | 授予删除OU信息的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ou:update                                    | 授予更新OU信息的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:list                            | 授予查询策略组列表的权限。                    | List    | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:create                          | 授予新增策略组的权限。                      | Write   | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:create                          | 授予新增策略组的权限。                      | Write   | desktop          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:create                          | 授予新增策略组的权限。                      | Write   | desktopPool      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:create                          | 授予新增策略组的权限。                      | Write   | user             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:create                          | 授予新增策略组的权限。                      | Write   | userGroup        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:create                          | 授予新增策略组的权限。                      | Write   | appGroup         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:delete                          | 授予删除策略组的权限。                      | Write   | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:get                             | 授予查询策略组的权限。                      | Read    | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:update                          | 授予修改策略组的权限。                      | Write   | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:update                          | 授予修改策略组的权限。                      | Write   | user             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:update                          | 授予修改策略组的权限。                      | Write   | userGroup        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:update                          | 授予修改策略组的权限。                      | Write   | appGroup         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:export                          | 授予导出策略组的权限。                      | List    | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:listPolicies                    | 授予查询策略组中的策略项的权限。                 | List    | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:updatePolicies                  | 授予修改策略组中的策略项的权限。                 | Write   | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:listTargets                     | 授予查询策略组应用对象的权限。                  | List    | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:updateTargets                   | 授予修改策略组应用对象的权限。                  | Write   | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:updateTargets                   | 授予修改策略组应用对象的权限。                  | Write   | desktop          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:updateTargets                   | 授予修改策略组应用对象的权限。                  | Write   | desktopPool      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:updateTargets                   | 授予修改策略组应用对象的权限。                  | Write   | user             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:updateTargets                   | 授予修改策略组应用对象的权限。                  | Write   | userGroup        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:updateTargets                   | 授予修改策略组应用对象的权限。                  | Write   | appGroup         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:listDetail                      | 授予查询策略组详情列表的权限。                  | List    | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:getOriginalPolicies             | 授予查询初始策略项的权限。                    | Read    | policyGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:list                                   | 授予查询用户列表的权限。                     | List    | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:list                                   | 授予查询用户列表的权限。                     | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:users:create                                 | 授予创建用户的权限。                       | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:create                                 | 授予创建用户的权限。                       | Write   | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:users:delete                                 | 授予删除指定用户的权限。                     | Write   | user \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:users:get                                    | 授予查询用户详情信息的权限。                   | Read    | user \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:users:update                                 | 授予修改用户信息的权限。                     | Write   | user \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:users:batchDelete                            | 授予批量删除用户的权限。                     | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:resetPassword                          | 授予重置用户密码的权限。                     | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:checkResetPasswordToken                | 授予校验重置域用户密码Token的权限。             | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:getTemplate                            | 授予用户模板下载的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:checkExist                             | 授予校验用户是否存在的权限。                   | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:listOtps                               | 授予查询OTP设备的权限。                    | List    | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:getImportTemplate                      | 授予创建用户模板下载的权限。                   | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:batchCreate                            | 授予批量创建用户的权限。                     | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:batchCreate                            | 授予批量创建用户的权限。                     | Write   | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:products:listVolumeProducts                  | 授予查询磁盘产品列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:products:listHourPackageProducts             | 授予查询可订购小时包套餐的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:screenRecord:list                            | 授予查询录屏记录列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:screenRecord:get                             | 授予查询录屏详情的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:screenRecord:export                          | 授予导出录屏列表的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:screenRecord:batchDelete                     | 授予批量删除录屏记录的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:screenRecord:listDownloadAddress             | 授予查询下载地址列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:screenRecord:listOperations                  | 授予查询桌面关键事件列表的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:listExportTasks                      | 授予查询导出任务列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:deleteExportTasks                    | 授予批量删除导出任务记录的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:exportData                           | 授予下载导出的文件的权限。                    | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:listAlarm                         | 授予查询告警列表的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:getAlarm                          | 授予查询告警数的权限。                      | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:getGrowthRate                     | 授予查询指标环比值的权限。                    | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:getMetric                         | 授予查询指标的权限。                       | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:getMetricTrend                    | 授予查询指标趋势的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:updateNotificationRules           | 授予更新指标的通知规则的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:deleteNotificationRules           | 授予删除指标的通知规则的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:createNotifyRules                 | 授予新增指标的通知规则的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:listNotificationRules             | 授予查询指标的通知规则的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:listNotificationRecords           | 授予查询指标通知记录的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:listDesktopMetrics                | 授予查询桌面使用统计信息的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:exportDesktopMetrics              | 授予导出桌面使用统计信息的权限。                 | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:statistics:listUserMetrics                   | 授予查询用户使用统计信息的权限。                 | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:statistics:exportUserMetrics                 | 授予导出用户使用统计信息的权限。                 | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:statistics:listAppUserAccessData             | 授予查询云应用用户接入统计的权限。                | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:exportAppUserAccessData           | 授予导出云应用用户接入统计的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:getUserAccessStages               | 授予查询接入云桌面或云应用各阶段时长数据的权限。         | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:session:exportAppConnection                  | 授予导出应用使用记录的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:session:exportUserConnection                 | 授予导出用户登录记录的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:session:exportSessions                       | 授予导出会话列表的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userEvents:list                              | 授予查询用户操作事件的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userEvents:export                            | 授予导出用户操作事件的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userEvents:setLtsConfigurations              | 授予配置用户操作事件LTS的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:userEvents:listLtsConfigurations             | 授予查询用户操作事件LTS配置的权限。              | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:createBucketCredential             | 授予生成OBS桶凭证信息信息的权限。               | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:createAndAuthorizeBucket           | 授予添加并授权默认OBS桶的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:listApps                           | 授予按照名称分页查询应用的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:createApp                          | 授予上传应用的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:updateApp                          | 授予修改应用的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:deleteApp                          | 授予删除应用的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:installApp                         | 授予自动安装应用的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:listAppAuthorizations              | 授予查询应用授权信息的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:batchUpdateAppAuthorizations       | 授予设置应用授权的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:batchDeleteApps                    | 授予批量删除应用的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:batchDisableApps                   | 授予批量设置应用不可见的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:batchEnableApps                    | 授予批量设置应用可见的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:batchInstallApps                   | 授予批量自动安装安装应用的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:listAppCatalogs                    | 授予查询应用分类信息的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:listJobs                           | 授予查询应用安装job信息的权限。                | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:batchDeleteJobs                    | 授予批量删除job的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:retryJobs                          | 授予重试失败job的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:createAppRule                      | 授予创建应用规则的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:listAppRule                        | 授予查询应用规则的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:updateAppRule                      | 授予修改应用规则的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:deleteAppRule                      | 授予删除应用规则的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:batchDeleteAppRules                | 授予批量删除应用规则的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:enableRuleRestriction              | 授予启用规则管控的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:disableRuleRestriction             | 授予禁用规则管控的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:addRestrictedRule                  | 授予增加管控规则的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:listRestrictedRule                 | 授予查询管控规则列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:deleteRestrictedRule               | 授予批量删除管控规则列表的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:updateTenantProfile                | 授予启禁用租户功能的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:listTenantProfiles                 | 授予查询租户功能状态的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:create                               | 授予创建脚本的权限。                       | Write   | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:list                                 | 授予查询脚本列表的权限。                     | List    | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:get                                  | 授予查询脚本详情的权限。                     | Read    | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:put                                  | 授予更新脚本的权限。                       | Write   | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:delete                               | 授予删除脚本的权限。                       | Write   | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:execute                              | 授予批量执行脚本或命令的权限。                  | Write   | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:execute                              | 授予批量执行脚本或命令的权限。                  | Write   | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:getRecordDetail                      | 授予查询脚本或命令执行记录详情的权限。              | Read    | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:listRecords                          | 授予查询脚本执行记录列表的权限。                 | List    | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:listTasks                            | 授予查询脚本任务列表的权限。                   | List    | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:retry                                | 授予重试脚本的权限。                       | Write   | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:stop                                 | 授予停止脚本或命令执行任务的权限。                | Write   | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:download                             | 授予下载脚本输出记录的权限。                   | Write   | script \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:getShareSpaceConfig                  | 授予查询协同配置的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:updateShareSpaceConfig               | 授予修改协同配置的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:authConfigs:getStatus                        | 授予查询认证状态的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:privacystatements:sign                       | 授予签署隐私声明的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:sites:get                                    | 授予查询站点信息的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:sites:add                                    | 授予新增站点的权限。                       | Write   | -                | [workspace:AccessMode]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| workspace:sites:delete                                 | 授予删除站点的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:sites:updateAccessMode                       | 授予修改站点接入方式的权限。                   | Write   | -                | [workspace:AccessMode]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| workspace:sites:updateSubnets                          | 授予修改站点业务子网的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:checkEnterpriseIds                   | 授予检查企业ID是否已被使用的权限。               | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:updateEnterpriseId                   | 授予修改企业ID的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bandwidth:create                             | 授予开通云办公带宽的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bandwidth:list                               | 授予查询云办公带宽列表的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bandwidth:update                             | 授予修改云办公带宽的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bandwidth:delete                             | 授予取消云办公带宽的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bandwidth:getControlConfig                   | 授予查询云办公带宽的控制配置的权限。               | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bandwidth:updateControlConfig                | 授予修改云办公带宽的控制配置的权限。               | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bandwidth:createChangeOrder                  | 授予创建云办公带宽变更订单的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:batchCreateSnapshots                | 授予批量创建桌面快照的权限。                   | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:batchDeleteSnapshots                | 授予批量删除桌面快照的权限。                   | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:batchRestoreSnapshots               | 授予批量恢复桌面快照的权限。                   | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:listSnapshots                       | 授予查询桌面快照列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:verifyDesktopName                   | 授予校验桌面名称的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:getAvailableIp                      | 授予根据子网id查询该子网下可用的ip的权限。          | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:getAdStatus                         | 授予查询AD网络状态的权限。                   | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:checkIpIfExist                      | 授予检查IP是否存在的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:checkIfExist                          | 授予检查镜像是否存在的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:wdh:listDesktops                             | 授予查询云办公主机包含桌面信息的权限。              | List    | wdh \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:wdh:listDesktops                             | 授予查询云办公主机包含桌面信息的权限。              | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:wdh:update                                   | 授予更新云办公主机信息的权限。                  | Write   | wdh \*           | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:bindingPolicies:getTemplate                  | 授予下载终端与桌面绑定模板的权限。                | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:bindingPolicies:import                       | 授予批量导入终端与桌面绑定的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:getRunState                       | 授予运行状态统计的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:statistics:getLoginState                     | 授予登录状态统计的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:getUsingSubnets                     | 授予查询正在被使用的子网列表的权限。               | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:listPorts                           | 授予查询端口列表的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:renderDesktops:createConsole                 | 授予获取远程登录控制台地址的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:renderDesktops:resize                        | 授予变更渲染桌面规格的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:exclusiveHosts:resizeLites                   | 授予变更专享主机规格的权限。                   | Write   | exclusiveHost \* | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:desktops:getMonitor                          | 授予查询桌面监控信息的权限。                   | Read    | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:listDetachInfo                      | 授予查询桌面历史解绑用户信息的权限。               | List    | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:listDetachInfo                      | 授予查询桌面历史解绑用户信息的权限。               | List    | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                  | -  |
| workspace:desktops:getSysprepVersion                   | 授予查询sysprep版本信息的权限。              | Read    | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:networks:createNat                           | 授予开通NAT网关上网功能的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:listNats                            | 授予查询NAT网关上网功能的权限。                | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:listSubnets                         | 授予查询子网列表的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:listVpcs                            | 授予查询查询vpc的权限。                    | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:createTemplate                  | 授予创建策略模板的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:listTemplate                    | 授予查询策略模板列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:updateTemplate                  | 授予更新策略模板的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:networks:listSecurityGroups                  | 授予查询安全组列表的权限。                    | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:availabilityZones:getSummary                 | 授予查询可用分区列表概要的权限。                 | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:availabilityZones:get                        | 授予查询可用分区详情的权限。                   | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:importUser                             | 授予导入用户列表的权限。                     | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:uploadTemplate                         | 授予导入桌面用户列表的权限。                   | Write   | user \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessPolicies:update                        | 授予更新指定接入策略的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:verifySource                        | 授予校验桌面来源的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:listDesktopNetworks                 | 授予批量查询桌面网络信息的权限。                 | List    | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:batchChangeNetwork                  | 授予批量切换桌面网络的权限。                   | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:jobs:get                                     | 授予查询任务详情的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessPolicies:importIp                      | 授予导入IP列表的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessPolicies:getIpImportTemplate           | 授予下载IP导入模板的权限。                   | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:sites:listEdgeSites                          | 授予查询边缘站点的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:sites:checkEdgeSiteResources                 | 授予校验边缘站点资源的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ou:listAdOus                                 | 授予查询AD域下OU信息的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ou:listOuUsers                               | 授予查询OU下用户信息的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ou:importUsersByOU                           | 授予导入OU用户的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:listWithConnectStatus               | 授予查询桌面连接状态列表的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:updateAccessAddressBackupConfig      | 授予修改云办公服务接入地址备份配置的权限。            | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:listAccessAddressBackupConfig        | 授予获取云办公服务接入地址备份配置的权限。            | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:changeUserPrivilegeGroup            | 授予批量修改用户权限组的权限。                  | Write   | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:volumes:modifyQos                            | 授予批量修改磁盘QOS的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:getRuleRestriction                 | 授予查询管控规则的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appcenter:setRuleRestriction                 | 授予设置管控规则的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:getDomains                           | 授予查询域信息列表的权限。                    | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:addDomain                            | 授予添加租户域信息的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:updateDomain                         | 授予修改租户域信息的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:orders:createResourcePackagesOrder           | 授予创建资源包订单的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:products:listResourcePackages                | 授予查询按需资源包列表的权限。                  | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:getHibernateType                    | 授予查询休眠类型的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ca:list                                      | 授予查询CA证书列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ca:create                                    | 授予创建CA证书的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ca:get                                       | 授予查询CA证书详情的权限。                   | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ca:delete                                    | 授予删除CA证书的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ca:setStatus                                 | 授予修改CA证书状态的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ca:export                                    | 授予导出CA证书的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ca:exportCrl                                 | 授予导出CA证书CRL文件的权限。                | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ca:exportCsr                                 | 授予导出CA证书签名请求的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:ca:import                                    | 授予导入CA证书的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scripts:executeByDesktopTag                  | 授予按桌面标签下发执行脚本或命令的权限。             | Write   | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys                                                                                                                                                                                                                                                                                                                                                                                                                                | -  |
| workspace:authConfig:getSaml2Metadata                  | 授予下载SAML 2.0元数据信息的权限。            | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:authConfig:validate                          | 授予校验认证配置是否合法的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:listByUsers                     | 授予查询用户所关联的桌面池列表的权限。              | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:revokeCert                             | 授予吊销用户证书的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:assistAuthConfigs:getApplyObjects            | 授予查询辅助认证应用对象列表的权限。               | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:assistAuthConfigs:updateApplyObjects         | 授予更新辅助认证应用对象列表的权限。               | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktopPools:getStatisticsByInconsistent     | 授予查询桌面池中差异统计的权限。                 | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:list                                | 授予查询应用组的权限。                      | List    | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:create                              | 授予创建应用组的权限。                      | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:create                              | 授予创建应用组的权限。                      | Write   | serverGroup      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:delete                              | 授予应用组删除的权限。                      | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:get                                 | 授予查询应用组详情的权限。                    | Read    | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:update                              | 授予修改应用组的权限。                      | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:update                              | 授予修改应用组的权限。                      | Write   | serverGroup      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:listPublishedApp                         | 授予查询已发布应用的权限。                    | List    | app \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:listPublishedApp                         | 授予查询已发布应用的权限。                    | List    | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:publish                                  | 授予发布应用的权限。                       | Write   | app \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:publish                                  | 授予发布应用的权限。                       | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:get                                      | 授予查询应用详细信息的权限。                   | Read    | app \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:get                                      | 授予查询应用详细信息的权限。                   | Read    | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:update                                   | 授予修改应用信息的权限。                     | Write   | app \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:update                                   | 授予修改应用信息的权限。                     | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:deleteIcon                               | 授予删除自定义应用图标的权限。                  | Write   | app \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:deleteIcon                               | 授予删除自定义应用图标的权限。                  | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:uploadIcon                               | 授予修改自定义应用图标的权限。                  | Write   | app \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:uploadIcon                               | 授予修改自定义应用图标的权限。                  | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:check                                    | 授予校验应用的权限。                       | Write   | app \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:check                                    | 授予校验应用的权限。                       | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:batchDisable                             | 授予批量禁用应用的权限。                     | Write   | app \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:batchDisable                             | 授予批量禁用应用的权限。                     | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:batchEnable                              | 授予批量启用应用的权限。                     | Write   | app \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:batchEnable                              | 授予批量启用应用的权限。                     | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:unpublish                                | 授予批量取消应用发布的权限。                   | Write   | app \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:app:unpublish                                | 授予批量取消应用发布的权限。                   | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:listPublishableApp                  | 授予可发布应用列表的权限。                    | List    | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:batchDeleteAuthorization            | 授予移除应用组授权的权限。                    | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:batchDeleteAuthorization            | 授予移除应用组授权的权限。                    | Write   | user             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:batchDeleteAuthorization            | 授予移除应用组授权的权限。                    | Write   | userGroup        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:disassociate                        | 授予解除服务组关联的所有应用组的权限。              | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:listAuthorization                   | 授予查询应用组授权记录的权限。                  | List    | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:addAuthorization                    | 授予增加应用组授权的权限。                    | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:addAuthorization                    | 授予增加应用组授权的权限。                    | Write   | user             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:addAuthorization                    | 授予增加应用组授权的权限。                    | Write   | userGroup        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:batchDelete                         | 授予批量删除应用组的权限。                    | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:check                               | 授予校验应用组的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:serverGroup:list                             | 授予查询服务器组列表的权限。                   | List    | serverGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:serverGroup:list                             | 授予查询服务器组列表的权限。                   | List    | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                  | -  |
| workspace:serverGroup:create                           | 授予创建服务器组的权限。                     | Write   | serverGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:serverGroup:create                           | 授予创建服务器组的权限。                     | Write   | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                  | -  |
| workspace:serverGroup:delete                           | 授予删除服务器组的权限。                     | Write   | serverGroup \*   | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:serverGroup:get                              | 授予查询指定服务器组的权限。                   | Read    | serverGroup \*   | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:serverGroup:update                           | 授予修改服务器组的权限。                     | Write   | serverGroup \*   | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:serverGroup:getServerState                   | 授予查询指定服务器组内服务器状态的权限。             | Read    | serverGroup \*   | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:serverGroup:listDetail                       | 授予查询租户服务器组基础信息列表的权限。             | List    | serverGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:serverGroup:getRestrict                      | 授予指定租户服务器组限制查询的权限。               | Read    | serverGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:serverGroup:validate                         | 授予校验服务器组的权限。                     | Write   | serverGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:serverGroup:tagResource                      | 授予服务器组添加标签的权限。                   | Tagging | serverGroup \*   | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:serverGroup:tagResource                      | 授予服务器组添加标签的权限。                   | Tagging | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys                                                                                                                                                                                                                                                                                                                                                                                                                                | -  |
| workspace:serverGroup:unTagResource                    | 授予服务器组删除标签的权限。                   | Tagging | serverGroup \*   | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:serverGroup:unTagResource                    | 授予服务器组删除标签的权限。                   | Tagging | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys                                                                                                                                                                                                                                                                                                                                                                                                                                | -  |
| workspace:serverGroup:listTagsForResource              | 授予查询服务器组标签的权限。                   | List    | serverGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:serverGroup:listTagsForResource              | 授予查询服务器组标签的权限。                   | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:serverGroup:listTags                         | 授予查询租户所有服务器上标签的权限。               | List    | serverGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:serverGroup:batchCreateTags                  | 授予批量添加服务器组标签的权限。                 | Tagging | serverGroup \*   | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:serverGroup:batchCreateTags                  | 授予批量添加服务器组标签的权限。                 | Tagging | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys                                                                                                                                                                                                                                                                                                                                                                                                                                | -  |
| workspace:serverGroup:batchDeleteTags                  | 授予批量删除服务器组标签的权限。                 | Tagging | serverGroup \*   | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:serverGroup:batchDeleteTags                  | 授予批量删除服务器组标签的权限。                 | Tagging | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys                                                                                                                                                                                                                                                                                                                                                                                                                                | -  |
| workspace:server:list                                  | 授予查询服务器列表的权限。                    | List    | server \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:server:delete                                | 授予删除服务器的权限。                      | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:get                                   | 授予查询指定服务器的权限。                    | Read    | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:update                                | 授予修改服务器的权限。                      | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:changeImage                           | 授予修改服务器的镜像的权限。                   | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:reinstall                             | 授予重装服务器的权限。                      | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:getVncUrl                             | 授予获取VNC远程登录地址的权限。                | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:accessAgent:list                             | 授予查询租户的所有HDA最新版本的权限。             | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessAgent:batchUpgrade                     | 授予批量升级服务器HDA版本的权限。               | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:accessAgent:listLatestVersion                | 授予查询租户的HDA最新版本的权限。               | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:server:listAccessAgentDetails                | 授予查询服务器的HDA相关信息的权限。              | List    | server \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessAgent:getUpgradeFlag                   | 授予查询HDA升级提醒标识的权限。                | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessAgent:updateUpgradeFlag                | 授予更新HDA升级通知标识的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:accessAgent:listUpgradeRecords               | 授予查询服务器的HDA升级跟踪记录的权限。            | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:server:batchDelete                           | 授予批量删除服务器的权限。                    | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:batchChangeMaintainMode               | 授予标记服务器维护状态的权限。                  | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:batchReboot                           | 授予重启服务器的权限。                      | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:batchRejoinDomain                     | 授予批量服务器重新加域的权限。                  | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:batchStart                            | 授予启动服务器的权限。                      | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:batchStop                             | 授予关闭服务器的权限。                      | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:batchUpdateTsvi                       | 授予批量更新服务器虚拟会话IP配置的权限。            | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:create                                | 授予创建应用服务器的权限。                    | Write   | server \*        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:server:create                                | 授予创建应用服务器的权限。                    | Write   | serverGroup \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:server:create                                | 授予创建应用服务器的权限。                    | Write   | -                | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:RequestTag/\<tag-key\>  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:TagKeys  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                  | -  |
| workspace:server:batchMigrateHosts                     | 授予迁移云办公主机下面的服务器到目标云办公主机的权限。      | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:batchMigrateHosts                     | 授予迁移云办公主机下面的服务器到目标云办公主机的权限。      | Write   | wdh \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:server:getMetricData                         | 授予查询云应用服务器监控信息的权限。               | Read    | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:jobs:batchDeleteSubJobs                      | 授予批量删除子任务的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:jobs:countSubJobs                            | 授予子任务数量查询的权限。                    | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appWarehouse:authorizeObs                    | 授予获取上传至OBS桶的ak/sk的权限。            | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appWarehouse:batchDeleteApp                  | 授予批量删除应用仓库中的指定应用的权限。             | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appWarehouse:ListWarehouseApps               | 授予查询租户应用仓库中的应用列表的权限。             | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appWarehouse:createApp                       | 授予在应用仓库中新增应用的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appWarehouse:deleteApp                       | 授予删除应用仓库中的指定应用的权限。               | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appWarehouse:uploadAppIcon                   | 授予在应用仓库中上传图标文件的权限。               | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appWarehouse:createBucketOrAcl               | 授予添加桶或者桶授权的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:listImageJobs                         | 授予查询租户的任务列表的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:getImageJob                           | 授予查询任务详情的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:imageServer:list                             | 授予查询镜像实例列表的权限。                   | List    | imageServer \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:imageServer:list                             | 授予查询镜像实例列表的权限。                   | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:imageServer:create                           | 授予创建镜像实例的权限。                     | Write   | imageServer \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:imageServer:create                           | 授予创建镜像实例的权限。                     | Write   | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:imageServer:get                              | 授予查询指定镜像实例的权限。                   | Read    | imageServer \*   | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:imageServer:update                           | 授予修改镜像实例的权限。                     | Write   | imageServer \*   | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:imageServer:attachApp                        | 授予分发软件信息至镜像实例的权限。                | Write   | imageServer \*   | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:imageServer:listLatestAttachedApp            | 授予查询最近一次分发软件信息列表的权限。             | List    | imageServer \*   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:imageServer:recreate                         | 授予构建云应用镜像的权限。                    | Write   | imageServer \*   | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:imageServer:batchDelete                      | 授予批量删除镜像实例的权限。                   | Write   | imageServer \*   | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:imageServer:listImageSubJobs                 | 授予子任务查询的权限。                      | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:imageServer:batchDeleteImageSubJobs          | 授予批量删除子任务的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:imageServer:countImageSubJobs                | 授予子任务数量查询的权限。                    | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:listMailRecord                      | 授予查询应用组授权邮件发送记录的权限。              | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appGroup:resendMail                          | 授予重发应用组授权邮件（根据授权邮件记录）的权限。        | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:listPersistentStorage                | 授予查询WKS存储的权限。                    | List    | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:createPersistentStorage              | 授予创建WKS存储的权限。                    | Write   | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:deletePersistentStorage              | 授予删除WKS存储的权限。                    | Write   | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:updateUserFolderAssignment           | 授予创建个人存储目录的权限。                   | Write   | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:updateShareFolderAssignment          | 授予修改共享目录成员的权限。                   | Write   | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:createShareFolder                    | 授予创建共享存储目录的权限。                   | Write   | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:deleteStorageClaim                   | 授予删除共享目录的权限。                     | Write   | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:deleteUserStorageAttachment          | 授予删除个人存储目录的权限。                   | Write   | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:batchDeletePersistentStorage         | 授予批量删除WKS存储的权限。                  | Write   | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:listStorageAssignment                | 授予查询个人存储目录的权限。                   | List    | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:listShareFolder                      | 授予查询共享存储目录的权限。                   | List    | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:policyGroups:deleteTemplate                  | 授予删除策略模板的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:privacystatements:get                        | 授予查询最新版本的隐私声明的权限。                | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scalingPolicy:delete                         | 授予删除弹性伸缩策略的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scalingPolicy:list                           | 授予查询服务器组弹性伸缩策略的权限。               | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scalingPolicy:create                         | 授予新增/修改弹性伸缩策略的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:session:listAppConnection                    | 授予查询应用使用记录的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:session:logoffUserSession                    | 授予用户会话注销的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:session:listUserConnection                   | 授予查询用户登录记录的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:session:listSessionByUserName                | 授予根据用户名查询当前会话的权限。                | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storagePolicy:create                         | 授予新增或更新存储目录访问权限自定义策略的权限。         | Write   | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storagePolicy:list                           | 授予查询存储目录访问权限策略的权限。               | List    | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:storage:listSfs3Storage                      | 授予查询SFS3.0存储的权限。                 | List    | storage \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:baseResource:list                            | 授予查询可用分区列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:listConfigInfo                       | 授予查询企业系统配置的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:active                               | 授予租户服务激活、初始化的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:listTenantProfile                    | 授予查询租户信息的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:server:listServerMetricData                  | 授予查询服务器的监控数据的权限。                 | List    | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:session:listSessions                         | 授予查询会话列表的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appWarehouse:updateApp                       | 授予更新应用仓库中的应用的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:server:batchChangeImage                      | 授予批量切换服务器镜像的权限。                  | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:server:batchReinstall                        | 授予批量重装服务器的权限。                    | Write   | server \*        | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:app:updatePreBootPolicy                      | 授予批量设置应用预启动的权限。                  | Write   | appGroup \*      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appWarehouse:bindBucket                      | 授予绑定应用仓库桶的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:appWarehouse:getBucket                       | 授予查询用户应用仓库桶的权限。                  | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:listConfig                      | 授予查询云存储项目配置列表的权限。                | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:getConfig                       | 授予查询云存储项目配置信息的权限。                | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:bind                            | 授予绑定云存储的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:list                            | 授予查询云存储的权限。                      | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:unbind                          | 授予解绑云存储的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:batchDeleteFolder               | 授予批量删除个人文件夹的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:createFolder                    | 授予创建个人文件夹的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:updateFolder                    | 授予修改个人文件夹的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:deleteFolder                    | 授予删除个人文件夹的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:listFolder                      | 授予查询个人文件夹列表的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:resetUserProfile                | 授予重置UserProfile的权限。              | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:listFiles                       | 授予查询个人文件夹下文件的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:transferFile                    | 授予文件流转的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:preTransferFile                 | 授予文件预流转的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:cloudStorage:changeCluster                   | 授予切换云存储集群的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:hotspotSessionConfig:create                  | 授予创建热点会话迁移配置的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:hotspotSessionConfig:list                    | 授予查询热点会话迁移配置的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:hotspotSessionConfig:update                  | 授予修改热点会话迁移配置的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:hotspotSessionConfig:listNonMigrationUsers   | 授予查询热点会话不迁移用户的权限。                | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:hotspotSessionConfig:updateNonMigrationUsers | 授予修改热点会话不迁移用户的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:deleteImageServer                     | 授予删除镜像制作服务器的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:generate                              | 授予生成私有镜像的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:get                                   | 授予查询镜像详情的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:getImportJobDetail                    | 授予查询镜像导入任务详情的权限。                 | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:import                                | 授予导入镜像的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:reportProgress                        | 授予上报镜像制作进度的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:retryImportJob                        | 授予重试镜像导入任务的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:images:update                                | 授予更新镜像的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:authConfigs:syncExternalUser                 | 授予同步域控用户（组）的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:scheduledTasks:listLifeCycleConfigurations   | 授予查询触发式任务配置的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:screenRecord:configTrafficLimit              | 授予更新站点录屏限速配置的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:screenRecord:listTrafficLimitConfigurations  | 授予查询站点录屏限速配置的权限。                 | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:screenRecord:update                          | 授予更新录屏全速上传详情的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:sites:updateDcVnc                            | 授予修改站点专线自助维护通道的权限。               | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:tenants:closeDomain                          | 授予关闭域控的配置信息的权限。                  | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:getAiAssistantUsageFrequency           | 授予查询用户使用AI助手频次统计的权限。             | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:listSubscribeAiAssistantUsers          | 授予查询AI助手订阅信息的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:users:subscribeAiAssistant                   | 授予订阅和取消AI助手服务的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:batchCheckRejoinDomain              | 授予批量检查加域的权限。                     | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:desktops:batchRejoinDomain                   | 授予批量加域的权限。                       | Write   | desktop \*       | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:ResourceTag/\<tag-key\>  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| workspace:wdh:export                                   | 授予导出云办公主机列表的权限。                  | List    | wdh \*           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:wdh:export                                   | 授予导出云办公主机列表的权限。                  | List    | -                | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)g:EnterpriseProjectId                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | -  |
| workspace:upgradeStrategy:list                         | 授予查询升级策略列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeStrategy:export                       | 授予异步导出升级策略数据的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeStrategy:listApplyObjects             | 授予分页查询指定策略下的应用对象列表的权限。           | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeStrategy:updateApplyObjects           | 授予批量更新升级策略应用对象的权限。               | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeStrategy:create                       | 授予创建升级策略的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeStrategy:batchDelete                  | 授予批量删除升级策略的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeStrategy:update                       | 授予修改升级策略的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeTask:list                             | 授予查询升级任务列表的权限。                   | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeTask:listApplyObjects                 | 授予查询升级任务应用对象列表的权限。               | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeTask:create                           | 授予创建升级定时任务的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeTask:batchDelete                      | 授予批量删除升级任务的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeTask:get                              | 授予查询升级任务详情的权限。                   | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeTask:update                           | 授予修改升级任务的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeTask:execute                          | 授予触发升级任务的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:versionConfig:get                            | 授予查询版本详情的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:versionConfig:list                           | 授予查询版本列表的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeRecord:list                           | 授予分页查询升级执行记录列表的权限。               | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeRecordDetail:listLatest               | 授予分页查询执行记录下每个桌面最新执行详情的权限。        | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeRecordDetail:exportLatest             | 授予导出执行记录下每个桌面最新执行详情的权限。          | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeRecordDetail:listHistory              | 授予分页查询桌面历史执行详情的权限。               | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:upgradeRecordDetail:exportHistory            | 授予分页导出桌面历史执行详情的权限。               | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:listVersionStatistics               | 授予查询桌面版本统计信息的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:listByVersion                       | 授予查询该版本的桌面列表的权限。                 | List    | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:desktops:exportListByVersion                 | 授予导出该版本的桌面列表的权限。                 | List    | desktop \*       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:agentInstance:list                           | 授予查询 Agent 实例列表的权限。              | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:imChannel:create                             | 授予下发 IM 通道配置的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:imChannel:delete                             | 授予删除 IM 通道配置的权限。                 | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelConfig:addAuthorization                 | 授予批量关联模型分组与资源（桌面/桌面标签）的权限。       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelConfig:removeAuthorization              | 授予批量移除模型分组与资源的关联的权限。             | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelGroup:create                            | 授予新增模型组的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelGroup:list                              | 授予查询模型组列表的权限。                    | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelGroup:get                               | 授予查询模型组详情的权限。                    | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelGroup:update                            | 授予更新模型组的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelGroup:delete                            | 授予删除模型组的权限。                      | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelGroup:bind                              | 授予批量绑定供应商到模型组的权限。                | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:list                           | 授予查询供应商模板列表的权限。                  | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:verify                         | 授予验证供应商配置的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:create                         | 授予新增供应商配置的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:get                            | 授予查询供应商详情的权限。                    | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:update                         | 授予更新供应商配置的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:delete                         | 授予删除供应商配置的权限。                    | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:addModel                       | 授予批量新增模型的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:deleteModel                    | 授予批量删除模型的权限。                     | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:listModel                      | 授予查询模型列表的权限。                     | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:getModel                       | 授予查询模型详情的权限。                     | Read    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:modelProvider:updateModel                    | 授予更新模型的权限。                       | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:site:resetSiteAuthConfig                     | 授予重置站点认证信息的权限。                   | Write   | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
| workspace:imChannel:list                               | 授予查询 IM 通道配置的权限。                 | List    | -                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | -  |
   
workspace的API通常对应着一个或多个授权项。[表2]展示了API与授权项的关系，以及该API需要依赖的授权项。
 表2API与授权项的关系 
| API                                                                                                                                                                                  | 对应的授权项                                                 | 依赖的授权项                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
|:---|:---|:---|
| [GET /v2/{project_id}/auth-config/method-config](https://support.huaweicloud.com/api-workspace/ShowAuthConfig.html)                                                                  | workspace:authConfigs:get                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/auth-config/method-config](https://support.huaweicloud.com/api-workspace/UpdateAuthMethodConfig.html)                                                          | workspace:authConfigs:update                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/assist-auth-config/method-config](https://support.huaweicloud.com/api-workspace/ShowAssistAuthConfig.html)                                                     | workspace:assistAuthConfigs:get                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/assist-auth-config/method-config](https://support.huaweicloud.com/api-workspace/UpdateAssistAuthMethodConfig.html)                                             | workspace:assistAuthConfigs:update                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/workspace-jobs/{job_id}/actions](https://support.huaweicloud.com/api-workspace/RunActionsOnWorkspaceJob.html)                                                 | workspace:jobs:retry                                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/quotas](https://support.huaweicloud.com/api-workspace/ShowQuotas.html)                                                                                         | workspace:quotas:get                                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:tenants:getRoles                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/tenant-configs](https://support.huaweicloud.com/api-workspace/ListTenantConfigs.html)                                                                          | workspace:tenants:ListConfig                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/tenant-configs](https://support.huaweicloud.com/api-workspace/UpdateTenantConfig.html)                                                                         | workspace:tenants:updateConfig                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/nat-mapping-configs](https://support.huaweicloud.com/api-workspace/ListNatMappingConfigs.html)                                                                 | workspace:natMappings:getConfig                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/nat-mapping-configs](https://support.huaweicloud.com/api-workspace/UpdateNatMappingConfigs.html)                                                               | workspace:natMappings:updateConfig                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/workspaces](https://support.huaweicloud.com/api-workspace/ListWorkspaces.html)                                                                                 | workspace:tenants:get                                  | - vpc:vpcs:get  - vpc:subnets:get  - vpc:securityGroups:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [POST /v2/{project_id}/workspaces](https://support.huaweicloud.com/api-workspace/ApplyWorkspace.html)                                                                                | workspace:tenants:open                                 | - eip:bandwidths:create  - eip:publicIps:create  - elb:availability-zones:list  - elb:healthmonitors:create  - elb:healthmonitors:show  - elb:listeners:create  - elb:listeners:update  - elb:listeners:show  - elb:listeners:list  - elb:loadbalancers:create  - elb:loadbalancers:update  - elb:loadbalancers:show  - elb:members:create  - elb:members:list  - elb:members:update  - elb:pools:create  - elb:pools:update  - elb:pools:show  - vpc:ports:create  - vpc:ports:delete  - vpc:securityGroupRules:create  - vpc:securityGroupRules:delete  - vpc:securityGroupRules:get  - vpc:securityGroups:create  - vpc:subnets:get  - vpc:subnets:update  - vpc:vpcs:get  - vpcep:endpoints:create  - vpcep:endpoints:get                                                                                                                                                                            |
| [DELETE /v2/{project_id}/workspaces](https://support.huaweicloud.com/api-workspace/CancelWorkspace.html)                                                                             | workspace:tenants:delete                               | - elb:healthmonitors:delete  - elb:healthmonitors:show  - elb:listeners:delete  - elb:listeners:show  - elb:loadbalancers:delete  - elb:loadbalancers:show  - elb:members:delete  - elb:members:list  - elb:pools:delete  - elb:pools:show  - vpc:ports:delete  - vpc:securityGroups:delete  - vpcep:endpoints:delete  - vpcep:endpoints:get  - eip:publicIps:disassociateInstance  - eip:bandwidths:delete  - eip:publicIps:delete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [PUT /v2/{project_id}/workspaces](https://support.huaweicloud.com/api-workspace/UpdateWorkspace.html)                                                                                | workspace:tenants:update                               | - eip:bandwidths:create  - eip:bandwidths:delete  - eip:publicIps:create  - eip:publicIps:delete  - eip:publicIps:disassociateInstance  - elb:availability-zones:list  - elb:healthmonitors:create  - elb:healthmonitors:delete  - elb:healthmonitors:show  - elb:listeners:create  - elb:listeners:delete  - elb:listeners:update  - elb:listeners:show  - elb:loadbalancers:create  - elb:loadbalancers:delete  - elb:loadbalancers:update  - elb:loadbalancers:show  - elb:members:create  - elb:members:delete  - elb:members:list  - elb:members:update  - elb:pools:create  - elb:pools:delete  - elb:pools:update  - elb:pools:show  - vpc:subnets:get  - vpc:subnets:update  - vpc:vpcs:get  - vpcep:endpoints:create  - vpcep:endpoints:delete  - vpcep:endpoints:get   |
| [GET /v2/{project_id}/workspaces/lock-status](https://support.huaweicloud.com/api-workspace/ShowWorkspaceLock.html)                                                                  | workspace:tenants:getLockStatus                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/workspaces/lock-status](https://support.huaweicloud.com/api-workspace/UnlockWorkspace.html)                                                                    | workspace:tenants:unlock                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/agencies](https://support.huaweicloud.com/api-workspace/CreateAgencies.html)                                                                                  | workspace:agencies:create                              | - iam:agencies:listV5  - iam:agencies:getV5  - iam:agencies:createServiceLinkedAgencyV5  - iam:agencies:create  - iam:agencies:listRolesOnProject  - iam:agencies:grantRoleOnProject  - iam:roles:get  - iam:roles:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| [GET /v2/{project_id}/agencies](https://support.huaweicloud.com/api-workspace/ListAgencies.html)                                                                                     | workspace:agencies:get                                 | - iam:agencies:listV5  - iam:agencies:getV5  - iam:agencies:listRolesOnProject  - iam:roles:get  - iam:roles:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| -                                                                                                                                                                                    | workspace:desktops:commitAiAccelerateJob               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:createAiAccelerateJob               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:getAiAccelerateJob                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/sysprep](https://support.huaweicloud.com/api-workspace/CheckSysprepInfo.html)                                                                                 | workspace:desktops:getSysPrepInfo                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:checkBatchChangeImage               | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [GET /v2/{project_id}/desktop-name-policies](https://support.huaweicloud.com/api-workspace/ListDesktopNamePolicy.html)                                                               | workspace:tenants:listDesktopNamePolicies              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktop-name-policies](https://support.huaweicloud.com/api-workspace/CreateDesktopNamePolicy.html)                                                            | workspace:tenants:createDesktopNamePolicy              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/desktop-name-policies/{policy_id}](https://support.huaweicloud.com/api-workspace/UpdateDesktopNamePolicy.html)                                                 | workspace:tenants:updateDesktopNamePolicy              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktop-name-policies/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteDesktopNamePolicy.html)                                          | workspace:tenants:batchDeleteDesktopNamePolicies       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktop-pools](https://support.huaweicloud.com/api-workspace/CreateDesktopPool.html)                                                                          | workspace:desktopPools:create                          | - ims:images:get  - ims:images:list  - ims:images:share  - ims:images:updateMemberStatus  - ims:images:deleteMember  - ims:images:addMember  - vpc:networks:get  - vpc:ports:create  - vpc:ports:delete  - vpc:ports:get  - vpc:ports:update  - vpc:securityGroups:get  - vpc:subnets:get  - vpc:vpcs:get  - dss:pools:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [GET /v2/{project_id}/desktop-pools](https://support.huaweicloud.com/api-workspace/ListDesktopPools.html)                                                                            | workspace:desktopPools:list                            | - ims:images:list  - workspace:sites:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [PUT /v2/{project_id}/desktop-pools/{pool_id}](https://support.huaweicloud.com/api-workspace/UpdateDesktopPool.html)                                                                 | workspace:desktopPools:update                          | - vpc:vpcs:get  - vpc:subnets:get  - vpc:networks:get  - vpc:securityGroups:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [DELETE /v2/{project_id}/desktop-pools/{pool_id}](https://support.huaweicloud.com/api-workspace/DeleteDesktopPool.html)                                                              | workspace:desktopPools:delete                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktop-pools/{pool_id}](https://support.huaweicloud.com/api-workspace/ShowDesktopPoolDetail.html)                                                             | workspace:desktopPools:get                             | - ims:images:list  - vpc:securityGroups:get  - vpc:vpcs:get  - vpc:subnets:get  - vpc:networks:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| [POST /v2/{project_id}/desktop-pools/{pool_id}/expand](https://support.huaweicloud.com/api-workspace/ExpandDesktopPool.html)                                                         | workspace:desktopPools:expand                          | - ims:images:get  - ims:images:list  - ims:images:share  - ims:images:updateMemberStatus  - ims:images:deleteMember  - ims:images:addMember  - vpc:networks:get  - vpc:ports:create  - vpc:ports:delete  - vpc:ports:get  - vpc:ports:update  - vpc:securityGroups:get  - vpc:subnets:get  - vpc:vpcs:get  - dss:pools:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [POST /v2/{project_id}/desktop-pools/{pool_id}/resize](https://support.huaweicloud.com/api-workspace/ResizeDesktopPool.html)                                                         | workspace:desktopPools:resize                          | - vpc:subnets:get  - ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| [POST /v2/{project_id}/desktop-pools/{pool_id}/rebuild](https://support.huaweicloud.com/api-workspace/RebuildDesktopPool.html)                                                       | workspace:desktopPools:rebuild                         | - vpc:ports:get  - ims:images:get  - ims:images:list  - ims:images:share  - ims:images:updateMemberStatus  - ims:images:deleteMember  - ims:images:addMember                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [POST /v2/{project_id}/desktop-pools/{pool_id}/volumes/batch-add](https://support.huaweicloud.com/api-workspace/AddDesktopPoolVolumes.html)                                          | workspace:desktopPools:batchAddVolumes                 | - kms:cmk:createGrant  - kms:cmk:listGrants  - kms:cmk:get  - kms:cmk:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| [POST /v2/{project_id}/desktop-pools/{pool_id}/volumes/batch-delete](https://support.huaweicloud.com/api-workspace/DeleteDesktopPoolVolumes.html)                                    | workspace:desktopPools:batchDeleteVolumes              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktop-pools/{pool_id}/volumes/batch-expand](https://support.huaweicloud.com/api-workspace/ExpandDesktopPoolVolumes.html)                                    | workspace:desktopPools:batchExpandVolumes              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktop-pools/{pool_id}/action](https://support.huaweicloud.com/api-workspace/ExecuteDesktopPoolAction.html)                                                  | workspace:desktopPools:operate                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktop-pools/{pool_id}/users](https://support.huaweicloud.com/api-workspace/ListDesktopPoolAuthorizedObjects.html)                                            | workspace:desktopPools:listUsers                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktop-pools/{pool_id}/users](https://support.huaweicloud.com/api-workspace/CreateDesktopPoolAuthorizedObjects.html)                                         | workspace:desktopPools:authorizeUsers                  | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [GET /v2/{project_id}/desktop-pools/{pool_id}/desktops](https://support.huaweicloud.com/api-workspace/ListPoolDesktopsDetail.html)                                                   | workspace:desktopPools:listDesktops                    | - vpc:ports:get  - vpc:ports:list  - vpc:securityGroups:get  - eip:publicIps:list  - nat:snatRules:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktop-pools/script-execution-tasks/detail](https://support.huaweicloud.com/api-workspace/ShowDesktopPoolsScriptExecTasks.html)                               | workspace:desktopPools:listScriptTasks                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktop-pools/{pool_id}/script-executions](https://support.huaweicloud.com/api-workspace/ExecuteDesktopPoolScript.html)                                       | workspace:desktopPools:executeScripts                  | workspace:scripts:execute                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [POST /v2/{project_id}/desktop-pools/{pool_id}/notifications](https://support.huaweicloud.com/api-workspace/SendDesktopPoolNotifications.html)                                       | workspace:desktopPools:sendNotifications               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:export                              | - vpc:ports:get  - vpc:ports:list  - vpc:securityGroups:get  - eip:publicIps:list  - nat:snatRules:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops](https://support.huaweicloud.com/api-workspace/CreateDesktop.html)                                                                                   | workspace:desktops:create                              | - ims:images:get  - ims:images:list  - ims:images:share  - ims:images:updateMemberStatus  - ims:images:deleteMember  - ims:images:addMember  - vpc:networks:get  - vpc:ports:create  - vpc:ports:delete  - vpc:ports:get  - vpc:ports:update  - eip:publicIps:get  - eip:publicIps:list  - eip:publicIps:create  - eip:publicIps:associateInstance  - eip:publicIps:delete  - eip:publicIps:createTags  - vpc:quotas:list  - vpc:securityGroups:get  - vpc:subnets:get  - vpc:vpcs:get  - dss:pools:list  - kms:cmk:createGrant  - kms:cmk:listGrants  - kms:cmk:get  - kms:cmk:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| [GET /v2/{project_id}/desktops](https://support.huaweicloud.com/api-workspace/ListDesktops.html)                                                                                     | workspace:desktops:list                                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/desktops/{desktop_id}](https://support.huaweicloud.com/api-workspace/UpdateDesktop.html)                                                                       | workspace:desktops:update                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/desktops/{desktop_id}](https://support.huaweicloud.com/api-workspace/DeleteDesktop.html)                                                                    | workspace:desktops:delete                              | - vpc:ports:get  - vpc:ports:delete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [GET /v2/{project_id}/desktops/{desktop_id}](https://support.huaweicloud.com/api-workspace/ShowDesktopDetail.html)                                                                   | workspace:desktops:get                                 | - vpc:ports:get  - vpc:ports:list  - vpc:securityGroups:get  - eip:publicIps:list  - nat:snatRules:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteDesktops.html)                                                                | workspace:desktops:batchDelete                         | - vpc:ports:get  - vpc:ports:delete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [POST /v2/{project_id}/desktops/logoff](https://support.huaweicloud.com/api-workspace/BatchLogoffDesktops.html)                                                                      | workspace:desktops:logoff                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/detail](https://support.huaweicloud.com/api-workspace/ListDesktopsDetail.html)                                                                        | workspace:desktops:listDetail                          | - vpc:ports:get  - vpc:ports:list  - vpc:securityGroups:get  - eip:publicIps:list  - nat:snatRules:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/action](https://support.huaweicloud.com/api-workspace/BatchRunDesktops.html)                                                                         | workspace:desktops:operate                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/resize](https://support.huaweicloud.com/api-workspace/ResizeDesktop.html)                                                                            | workspace:desktops:resize                              | - vpc:subnets:get  - ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| [GET /v2/{project_id}/connections/status](https://support.huaweicloud.com/api-workspace/ListInstancesStatus.html)                                                                    | workspace:desktops:getConnectStatus                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:ListStatus                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/rebuild](https://support.huaweicloud.com/api-workspace/BatchRebuildDesktopsSystemDisk.html)                                                          | workspace:desktops:rebuild                             | - vpc:ports:get  - ims:images:get  - ims:images:list  - ims:images:share  - ims:images:updateMemberStatus  - ims:images:deleteMember  - ims:images:addMember                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [GET /v2/{project_id}/desktops/{desktop_id}/actions](https://support.huaweicloud.com/api-workspace/ListDesktopActions.html)                                                          | workspace:desktops:getActions                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/{desktop_id}/remote-consoles](https://support.huaweicloud.com/api-workspace/ShowRemoteConsoleAddress.html)                                            | workspace:desktops:createConsole                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/desktops/sids](https://support.huaweicloud.com/api-workspace/UpdateDesktopSids.html)                                                                           | workspace:desktops:updateSids                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/{desktop_id}/rejoin-domain](https://support.huaweicloud.com/api-workspace/RegisterDomain.html)                                                       | workspace:desktops:rejoinDomain                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/desktop-to-image](https://support.huaweicloud.com/api-workspace/ChangeDesktopToImage.html)                                                           | workspace:desktops:createImage                         | - ims:quotas:get  - ims:images:get  - ims:images:list  - ims:images:setTags  - ims:images:setOrDeleteTags  - ims:images:updateMemberStatus  - ims:images:copyInRegion  - ims:serverImages:create                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [POST /v2/{project_id}/desktops/batch-detach](https://support.huaweicloud.com/api-workspace/BatchDetachInstances.html)                                                               | workspace:desktops:batchDetach                         | vpc:ports:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [POST /v2/{project_id}/desktops/detach](https://support.huaweicloud.com/api-workspace/DetachInstances.html)                                                                          | workspace:desktops:detach                              | vpc:ports:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [POST /v2/{project_id}/desktops/attach](https://support.huaweicloud.com/api-workspace/AttachInstances.html)                                                                          | workspace:desktops:attach                              | - vpc:ports:get  - ims:images:get  - ims:images:list  - ims:images:share  - ims:images:updateMemberStatus  - ims:images:deleteMember  - ims:images:addMember                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [GET /v2/{project_id}/desktops/{desktop_id}/networks](https://support.huaweicloud.com/api-workspace/ShowDesktopNetwork.html)                                                         | workspace:desktops:getNetwork                          | - vpc:vpcs:get  - vpc:networks:get  - vpc:subnets:get  - vpc:ports:get  - vpc:securityGroups:get  - eip:publicIps:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| [PUT /v2/{project_id}/desktops/{desktop_id}/networks](https://support.huaweicloud.com/api-workspace/ChangeDesktopNetwork.html)                                                       | workspace:desktops:changeNetwork                       | - vpc:vpcs:get  - vpc:subnets:get  - vpc:networks:get  - vpc:ports:get  - vpc:ports:create  - vpc:ports:update  - vpc:ports:delete  - vpc:securityGroups:get  - eip:publicIps:list  - eip:publicIps:associateInstance  - eip:publicIps:disassociateInstance                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| -                                                                                                                                                                                    | workspace:exclusiveHosts:listDesktops                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:listAll                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktopAssociate:listDiscoverVmInfo          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktopAssociate:startTask                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktopAssociate:switchScanTask              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktopAssociate:getScanTaskSwitch           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/desktops/maintenance-mode](https://support.huaweicloud.com/api-workspace/SetMaintenanceMode.html)                                                              | workspace:desktops:setMaintenanceMode                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/pre-batch-attach](https://support.huaweicloud.com/api-workspace/BatchAssociateInstances.html)                                                        | workspace:desktops:prepAttachUsers                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/batch-attach](https://support.huaweicloud.com/api-workspace/BatchAttachInstances.html)                                                               | workspace:desktops:batchAttachUsers                    | - vpc:ports:get  - ims:images:get  - ims:images:list  - ims:images:share  - ims:images:updateMemberStatus  - ims:images:deleteMember  - ims:images:addMember                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [PUT /v2/{project_id}/desktops/change-username](https://support.huaweicloud.com/api-workspace/UpdateDesktopUsername.html)                                                            | workspace:desktops:changeUsername                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/notifications](https://support.huaweicloud.com/api-workspace/SendNotifications.html)                                                                 | workspace:desktops:sendNotifications                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:migrate                             | - vpc:networks:get  - vpc:subnets:get  - vpc:ports:create  - vpc:ports:delete  - vpc:ports:update  - vpc:ports:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| [GET /v2/{project_id}/desktops/agents](https://support.huaweicloud.com/api-workspace/ListAgentsInstallCondition.html)                                                                | workspace:desktops:listAgents                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/agents](https://support.huaweicloud.com/api-workspace/BatchInstallAgent.html)                                                                        | workspace:desktops:batchInstallAgents                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/{desktop_id}/tags](https://support.huaweicloud.com/api-workspace/ShowTagByDesktopId.html)                                                             | workspace:desktops:listTags                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/{desktop_id}/tags](https://support.huaweicloud.com/api-workspace/CreateTag.html)                                                                     | workspace:desktops:tag                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/desktops/{desktop_id}/tags/{key}](https://support.huaweicloud.com/api-workspace/DeleteTag.html)                                                             | workspace:desktops:untag                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/tags](https://support.huaweicloud.com/api-workspace/ListProjectTags.html)                                                                             | workspace:desktops:listProjectTags                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/{desktop_id}/tags/action](https://support.huaweicloud.com/api-workspace/BatchChangeTags.html)                                                        | workspace:desktops:operateTags                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/resource_instances/action](https://support.huaweicloud.com/api-workspace/ListDesktopByTags.html)                                                     | workspace:desktops:listByTags                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/batch-tags](https://support.huaweicloud.com/api-workspace/BatchAddDesktopsTags.html)                                                                 | workspace:desktops:tag                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/desktops/batch-tags](https://support.huaweicloud.com/api-workspace/BatchDeleteDesktopsTags.html)                                                            | workspace:desktops:untag                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:exclusiveHosts:create                        | - vpc:networks:get  - vpc:ports:create  - vpc:ports:delete  - vpc:ports:get  - vpc:ports:update  - vpc:subnets:get  - vpc:vpcs:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| -                                                                                                                                                                                    | workspace:exclusiveHosts:list                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:exclusiveHosts:check                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:exclusiveHosts:get                           | - nat:snatRules:list  - eip:publicIps:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| -                                                                                                                                                                                    | workspace:exclusiveHosts:update                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:exclusiveHosts:delete                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/market-images](https://support.huaweicloud.com/api-workspace/ListMarketImages.html)                                                                            | workspace:mkp:listImages                               | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| -                                                                                                                                                                                    | workspace:mkp:listCommodityInfos                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:mkp:createOrder                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:mkp:listListProductReserve                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:mkp:listCommodityDetails                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:mkp:listRelationCommodityDetails             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:mkp:listCommodityAgreements                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/eips](https://support.huaweicloud.com/api-workspace/ListDesktopsEips.html)                                                                                     | workspace:networks:listEips                            | - eip:publicIps:list  - eip:bandwidths:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/eips](https://support.huaweicloud.com/api-workspace/ApplyDesktopsInternet.html)                                                                               | workspace:networks:createEips                          | - vpc:quotas:list  - eip:publicIps:create  - eip:publicIps:associateInstance                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [POST /v2/{project_id}/eips/binding](https://support.huaweicloud.com/api-workspace/AssociateDesktopsEip.html)                                                                        | workspace:networks:bindEips                            | - eip:publicIps:associateInstance  - eip:publicIps:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| [POST /v2/{project_id}/eips/unbinding](https://support.huaweicloud.com/api-workspace/BatchDisassociateDesktopsEip.html)                                                              | workspace:networks:unbindEips                          | - eip:publicIps:list  - eip:publicIps:disassociateInstance                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| -                                                                                                                                                                                    | workspace:networks:getEipQuota                         | vpc:quotas:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [GET /v2/{project_id}/nat-gateways](https://support.huaweicloud.com/api-workspace/ListNatGateways.html)                                                                              | workspace:networks:ListNatGateways                     | - vpc:subnets:get  - vpc:vpcs:get  - nat:snatRules:list  - nat:natGateways:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [POST /v1/{project_id}/bundles/subscribe/order](https://support.huaweicloud.com/api-workspace/CreateOrder.html)                                                                      | workspace:orders:create                                | - ims:images:list  - vpc:vpcs:get  - vpc:networks:get  - vpc:subnets:get  - vpc:ports:get  - bss:order:update  - kms:cmk:createGrant  - kms:cmk:listGrants  - kms:cmk:get  - kms:cmk:list  - iam:agencies:pass                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| [POST /v2/{project_id}/periodic/{desktop_id}/change/order](https://support.huaweicloud.com/api-workspace/CreateChangeOrder.html)                                                     | workspace:orders:change                                | - ims:images:list  - bss:order:update                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| [POST /v2/{project_id}/periodic/change/batch-order](https://support.huaweicloud.com/api-workspace/CreateDesktopBatchOrder.html)                                                      | workspace:orders:change                                | - ims:images:list  - bss:order:update                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| [POST /v2/{project_id}/periodic/inquiry/change-image](https://support.huaweicloud.com/api-workspace/EstimateChangeImages.html)                                                       | workspace:orders:batchInquiry                          | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [POST /v2/{project_id}/desktop-pool/periodic/change/order](https://support.huaweicloud.com/api-workspace/CreateDesktopPoolChangeOrder.html)                                          | workspace:orders:change                                | - ims:images:list  - bss:order:update                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| [POST /v2/{project_id}/desktop-pool/periodic/inquiry/add-volume](https://support.huaweicloud.com/api-workspace/EstimateDesktopPoolAddVolume.html)                                    | workspace:orders:batchInquiry                          | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [POST /v2/{project_id}/desktop-pool/periodic/inquiry/change-image](https://support.huaweicloud.com/api-workspace/EstimateDesktopPoolChangeImage.html)                                | workspace:orders:batchInquiry                          | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [POST /v2/{project_id}/desktop-pool/periodic/inquiry/extend-volume](https://support.huaweicloud.com/api-workspace/EstimateDesktopPoolExtendVolume.html)                              | workspace:orders:batchInquiry                          | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [POST /v2/{project_id}/desktop-pool/periodic/inquiry/resize](https://support.huaweicloud.com/api-workspace/EstimateDesktopPoolResize.html)                                           | workspace:orders:batchInquiry                          | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [POST /v2/{project_id}/periodic/inquiry/add-resources](https://support.huaweicloud.com/api-workspace/EstimateAddResources.html)                                                      | workspace:orders:batchInquiry                          | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| -                                                                                                                                                                                    | workspace:quotas:check                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:renderDesktops:create                        | - ims:images:list  - ims:images:share  - vpc:networks:get  - vpc:ports:create  - vpc:ports:delete  - vpc:ports:get  - vpc:ports:update  - vpc:securityGroups:get  - vpc:subnets:get  - vpc:vpcs:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| -                                                                                                                                                                                    | workspace:renderDesktops:delete                        | - vpc:ports:get  - vpc:ports:delete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| -                                                                                                                                                                                    | workspace:renderDesktops:list                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:renderDesktops:action                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/scheduled-tasks](https://support.huaweicloud.com/api-workspace/ListScheduledTasks.html)                                                                        | workspace:scheduledTasks:list                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/scheduled-tasks](https://support.huaweicloud.com/api-workspace/CreateScheduledTasks.html)                                                                     | workspace:scheduledTasks:create                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/scheduled-tasks/{task_id}](https://support.huaweicloud.com/api-workspace/ShowScheduledTasks.html)                                                              | workspace:scheduledTasks:get                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/scheduled-tasks/{task_id}](https://support.huaweicloud.com/api-workspace/UpdateScheduledTasks.html)                                                            | workspace:scheduledTasks:update                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/scheduled-tasks/{task_id}](https://support.huaweicloud.com/api-workspace/DeleteScheduledTasks.html)                                                         | workspace:scheduledTasks:delete                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/schedule-task/future-executions](https://support.huaweicloud.com/api-workspace/ListFutureExecutions.html)                                                     | workspace:scheduledTasks:getFuture                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/scheduled-tasks/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteScheduledTasks.html)                                                   | workspace:scheduledTasks:batchDelete                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/scheduled-tasks/{task_id}/records](https://support.huaweicloud.com/api-workspace/ListScheduledTasksRecords.html)                                               | workspace:scheduledTasks:listRecords                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/scheduled-tasks/{task_id}/records/{record_id}](https://support.huaweicloud.com/api-workspace/ListScheduledTasksRecordsDetails.html)                            | workspace:scheduledTasks:getRecord                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/scheduled-tasks/{task_id}/records/export](https://support.huaweicloud.com/api-workspace/ExportScheduledTasksRecords.html)                                     | workspace:scheduledTasks:exportRecords                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:users:subscribeSharer                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktop/sub-resources](https://support.huaweicloud.com/api-workspace/AddDesktopSubResources.html)                                                             | workspace:desktops:addSubResources                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktop/delete-sub-resources](https://support.huaweicloud.com/api-workspace/DeleteDesktopSubResources.html)                                                   | workspace:desktops:deleteSubResources                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:createSnapshots                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:getSnapshots                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:deleteSnapshots                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:restoreBySnapshot                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/statistics](https://support.huaweicloud.com/api-workspace/ListDesktopsStatistics.html)                                                                         | workspace:statistics:listDesktopStatus                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/statistics/unused](https://support.huaweicloud.com/api-workspace/ListUnusedDesktops.html)                                                             | workspace:statistics:getUnused                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/statistics/used](https://support.huaweicloud.com/api-workspace/ListUsedDesktopInfo.html)                                                             | workspace:statistics:getUsed                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:bindingPolicies:export                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/terminals/binding-desktops/config](https://support.huaweicloud.com/api-workspace/ListTerminalsBindingDesktopsConfig.html)                                      | workspace:bindingPolicies:getConfig                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/terminals/binding-desktops/config](https://support.huaweicloud.com/api-workspace/UpdateTerminalsBindingDesktopsConfig.html)                                   | workspace:bindingPolicies:createConfig                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/terminals/binding-desktops](https://support.huaweicloud.com/api-workspace/ListTerminalsBindingDesktops.html)                                                   | workspace:bindingPolicies:get                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/terminals/binding-desktops](https://support.huaweicloud.com/api-workspace/CreateTerminalsBindingDesktops.html)                                                | workspace:bindingPolicies:add                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/terminals/binding-desktops](https://support.huaweicloud.com/api-workspace/UpdateTerminalsBindingDesktops.html)                                                 | workspace:bindingPolicies:update                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/terminals/binding-desktops/batch-delete](https://support.huaweicloud.com/api-workspace/DeleteTerminalsBindingDesktops.html)                                   | workspace:bindingPolicies:delete                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/{desktop_id}/volumes/batch-delete](https://support.huaweicloud.com/api-workspace/DeleteDesktopVolumes.html)                                          | workspace:volumes:delete                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/volumes](https://support.huaweicloud.com/api-workspace/AddVolumes.html)                                                                                       | workspace:volumes:batchAdd                             | - kms:cmk:createGrant  - kms:cmk:listGrants  - kms:cmk:get  - kms:cmk:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| [POST /v2/{project_id}/volumes/expand](https://support.huaweicloud.com/api-workspace/ExpandVolumes.html)                                                                             | workspace:volumes:batchExpand                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:wdh:getType                                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/hosts](https://support.huaweicloud.com/api-workspace/ListHostsDetail.html)                                                                                     | workspace:wdh:get                                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/{desktop_id}/remote-assistance](https://support.huaweicloud.com/api-workspace/ShowDesktopRemoteAssistanceInfo.html)                                   | workspace:desktops:getRemoteAssistance                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/{desktop_id}/remote-assistance](https://support.huaweicloud.com/api-workspace/CreateRemoteAssistance.html)                                           | workspace:desktops:createRemoteAssistance              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/desktops/{desktop_id}/remote-assistance](https://support.huaweicloud.com/api-workspace/CancelRemoteAssistance.html)                                         | workspace:desktops:cancelRemoteAssistance              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/{desktop_id}/volumes](https://support.huaweicloud.com/api-workspace/AddDesktopVolumes.html)                                                          | workspace:volumes:add                                  | - kms:cmk:createGrant  - kms:cmk:listGrants  - kms:cmk:get  - kms:cmk:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| [POST /v2/{project_id}/desktops/{desktop_id}/volumes/{volume_id}/expand](https://support.huaweicloud.com/api-workspace/ExpandDesktopVolume.html)                                     | workspace:volumes:expand                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:volumes:listDssPoolsDetail                   | dss:pools:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [POST /v2/{project_id}/desktops/orders/subscribe](https://support.huaweicloud.com/api-workspace/CreateDesktopOrder.html)                                                             | workspace:orders:createDesktopOrder                    | - kms:cmk:createGrant  - kms:cmk:listGrants  - kms:cmk:get  - kms:cmk:list  - iam:agencies:pass                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [GET /v2/{project_id}/common/timezones](https://support.huaweicloud.com/api-workspace/ListTimeZones.html)                                                                            | workspace:common:listTimezones                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:connections:securityExport                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/images](https://support.huaweicloud.com/api-workspace/ListImages.html)                                                                                         | workspace:images:list                                  | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [POST /v2/{project_id}/policy-groups/import](https://support.huaweicloud.com/api-workspace/ImportPolicyGroups.html)                                                                  | workspace:policyGroups:import                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/access-policy](https://support.huaweicloud.com/api-workspace/CreateAccessPolicy.html)                                                                         | workspace:accessPolicies:create                        | elb:ipgroups:create                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| [GET /v2/{project_id}/access-policy](https://support.huaweicloud.com/api-workspace/ListAccessPolicies.html)                                                                          | workspace:accessPolicies:get                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/access-policy](https://support.huaweicloud.com/api-workspace/BatchDeleteAccessPolicies.html)                                                                | workspace:accessPolicies:delete                        | elb:ipgroups:delete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| [GET /v2/{project_id}/access-policy/{access_policy_id}/objects](https://support.huaweicloud.com/api-workspace/ListAccessPolicyObjects.html)                                          | workspace:accessPolicies:getTarget                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/access-policy/{access_policy_id}/objects](https://support.huaweicloud.com/api-workspace/UpdateAccessPolicyObjects.html)                                        | workspace:accessPolicies:updateTarget                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/products](https://support.huaweicloud.com/api-workspace/ListProducts.html)                                                                                     | workspace:products:listDesktopProducts                 | ecs:cloudServerFlavors:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| [GET /v2/{project_id}/products/sharer](https://support.huaweicloud.com/api-workspace/ListSharerProducts.html)                                                                        | workspace:products:listSharerProducts                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:products:listInternetProducts                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/availability-zones](https://support.huaweicloud.com/api-workspace/ListAvailabilityZones.html)                                                                  | workspace:availabilityZones:list                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/groups/export](https://support.huaweicloud.com/api-workspace/ExportUserGroups.html)                                                                            | workspace:userGroups:export                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:users:export                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:users:import                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:userGroups:exportUsers                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:userGroups:exportUsers                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/users/{user_id}/actions](https://support.huaweicloud.com/api-workspace/ChangeUserStatus.html)                                                                 | workspace:users:operate                                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/users/{user_id}/random-password](https://support.huaweicloud.com/api-workspace/ResetRandomPassword.html)                                                       | workspace:users:randomPassword                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/users/{user_id}/otp-devices](https://support.huaweicloud.com/api-workspace/BatchDeleteOtpDevices.html)                                                      | workspace:users:deleteOtps                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/users/{user_id}/resend-email](https://support.huaweicloud.com/api-workspace/SendEmail.html)                                                                   | workspace:users:resendEmail                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/connections/desktops](https://support.huaweicloud.com/api-workspace/ListLoginRecordsNew.html)                                                                  | workspace:connections:securityList                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/connections/desktops/export](https://support.huaweicloud.com/api-workspace/ExportUserLoginInfoNew.html)                                                        | workspace:connections:securityExport                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/connections/online-users](https://support.huaweicloud.com/api-workspace/ListHistoryOnlineInfoNew.html)                                                         | workspace:connections:listOnlineUsers                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:connections:securityList                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:connections:securityExport                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:connections:listOnlineUsers                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/groups](https://support.huaweicloud.com/api-workspace/ListUserGroups.html)                                                                                     | workspace:userGroups:list                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/groups](https://support.huaweicloud.com/api-workspace/CreateUserGroup.html)                                                                                   | workspace:userGroups:create                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/groups/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteUserGroups.html)                                                                | workspace:userGroups:batchDelete                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/groups/{group_id}](https://support.huaweicloud.com/api-workspace/DeleteUserGroup.html)                                                                      | workspace:userGroups:delete                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/groups/{group_id}](https://support.huaweicloud.com/api-workspace/UpdateUserGroup.html)                                                                         | workspace:userGroups:update                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/groups/{group_id}/actions](https://support.huaweicloud.com/api-workspace/RunActionsOnGroup.html)                                                              | workspace:userGroups:operate                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/groups/{group_id}/users](https://support.huaweicloud.com/api-workspace/ListUsersOfGroup.html)                                                                  | workspace:userGroups:getUsers                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/workspace-sub-jobs](https://support.huaweicloud.com/api-workspace/ListItaSubJobs.html)                                                                         | workspace:jobs:listSubJobs                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/workspace-sub-jobs/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteSubJobs.html)                                                       | workspace:jobs:deleteSubJobRecords                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/ous](https://support.huaweicloud.com/api-workspace/ListOuDetails.html)                                                                                         | workspace:ou:get                                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/ous](https://support.huaweicloud.com/api-workspace/AddOu.html)                                                                                                | workspace:ou:create                                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/ous/{ou_id}](https://support.huaweicloud.com/api-workspace/DeleteOu.html)                                                                                   | workspace:ou:delete                                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/ous/{ou_id}](https://support.huaweicloud.com/api-workspace/UpdateOuInfo.html)                                                                                  | workspace:ou:update                                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/policy-groups](https://support.huaweicloud.com/api-workspace/ListPolicyGroup.html)                                                                             | workspace:policyGroups:list                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/policy-groups](https://support.huaweicloud.com/api-workspace/CreatePolicyGroup.html)                                                                          | workspace:policyGroups:create                          | - workspace:desktopPools:list  - workspace:quotas:get  - workspace:tenants:getLockStatus                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| [DELETE /v2/{project_id}/policy-groups/{policy_group_id}](https://support.huaweicloud.com/api-workspace/DeletePolicyGroup.html)                                                      | workspace:policyGroups:delete                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/policy-groups/{policy_group_id}](https://support.huaweicloud.com/api-workspace/ListPolicyDetailInfoById.html)                                                  | workspace:policyGroups:get                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/policy-groups/{policy_group_id}](https://support.huaweicloud.com/api-workspace/UpdatePolicyGroup.html)                                                         | workspace:policyGroups:update                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/policy-groups/export](https://support.huaweicloud.com/api-workspace/ExportPolicyGroups.html)                                                                  | workspace:policyGroups:export                          | workspace:desktopPools:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| [GET /v2/{project_id}/policy-groups/{policy_group_id}/policies](https://support.huaweicloud.com/api-workspace/ListPoliciesOfPolicyGroup.html)                                        | workspace:policyGroups:listPolicies                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/policy-groups/{policy_group_id}/policies](https://support.huaweicloud.com/api-workspace/UpdatePoliciesOfPolicyGroup.html)                                      | workspace:policyGroups:updatePolicies                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/policy-groups/{policy_group_id}/targets](https://support.huaweicloud.com/api-workspace/ListTargetOfPolicyGroup.html)                                           | workspace:policyGroups:listTargets                     | workspace:desktopPools:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| [PUT /v2/{project_id}/policy-groups/{policy_group_id}/targets](https://support.huaweicloud.com/api-workspace/BatchUpdateTargetOfPolicyGroup.html)                                    | workspace:policyGroups:updateTargets                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/policy-groups/detail](https://support.huaweicloud.com/api-workspace/ListPolicyGroupInfo.html)                                                                  | workspace:policyGroups:listDetail                      | workspace:desktopPools:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| [GET /v2/{project_id}/policy-groups/original-policies](https://support.huaweicloud.com/api-workspace/ListOriginalPolicyInfo.html)                                                    | workspace:policyGroups:getOriginalPolicies             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/users](https://support.huaweicloud.com/api-workspace/ListUsers.html)                                                                                           | workspace:users:list                                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/users](https://support.huaweicloud.com/api-workspace/CreateDesktopUser.html)                                                                                  | workspace:users:create                                 | workspace:quotas:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| [DELETE /v2/{project_id}/users/{user_id}](https://support.huaweicloud.com/api-workspace/DeleteUser.html)                                                                             | workspace:users:delete                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/users/{user_id}](https://support.huaweicloud.com/api-workspace/ListUserDetail.html)                                                                            | workspace:users:get                                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/users/{user_id}](https://support.huaweicloud.com/api-workspace/UpdateUserInfo.html)                                                                            | workspace:users:update                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/users/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteUser.html)                                                                       | workspace:users:batchDelete                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:users:resetPassword                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:users:checkResetPasswordToken                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/users/desktop-users/template](https://support.huaweicloud.com/api-workspace/ExportUserListTemplate.html)                                                       | workspace:users:getTemplate                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:users:checkExist                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/users/{user_id}/otp-devices](https://support.huaweicloud.com/api-workspace/ListOtpDevicesByUserId.html)                                                        | workspace:users:listOtps                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/users/template/download](https://support.huaweicloud.com/api-workspace/ExportUsersTemplate.html)                                                               | workspace:users:getImportTemplate                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:users:export                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/users/batch-create](https://support.huaweicloud.com/api-workspace/BatchCreateUsers.html)                                                                      | workspace:users:batchCreate                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/volume/products](https://support.huaweicloud.com/api-workspace/ListVolumeProductInfo.html)                                                                     | workspace:products:listVolumeProducts                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/products/hour-packages](https://support.huaweicloud.com/api-workspace/ListHourPackagesType.html)                                                               | workspace:products:listHourPackageProducts             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/screen-records](https://support.huaweicloud.com/api-workspace/ListScreenRecords.html)                                                                          | workspace:screenRecord:list                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/screen-records/{record_id}](https://support.huaweicloud.com/api-workspace/ShowScreenRecord.html)                                                               | workspace:screenRecord:get                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:screenRecord:export                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/screen-records/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteScreenRecords.html)                                                     | workspace:screenRecord:batchDelete                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/screen-records/download-address](https://support.huaweicloud.com/api-workspace/ListDownloadAddress.html)                                                      | workspace:screenRecord:listDownloadAddress             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/screen-records/{record_id}/os-operations](https://support.huaweicloud.com/api-workspace/ListDesktopOperations.html)                                            | workspace:screenRecord:listOperations                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/export-tasks](https://support.huaweicloud.com/api-workspace/ListExportTasks.html)                                                                              | workspace:tenants:listExportTasks                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/export-tasks/batch-delete](https://support.huaweicloud.com/api-workspace/DeleteExportTasks.html)                                                              | workspace:tenants:deleteExportTasks                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/export-tasks/{task_id}/download](https://support.huaweicloud.com/api-workspace/DownloadExportFile.html)                                                        | workspace:tenants:exportData                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/alarms](https://support.huaweicloud.com/api-workspace/ListAlarms.html)                                                                                         | workspace:statistics:listAlarm                         | ces:alarmHistory:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| [GET /v2/{project_id}/statistics/alarms](https://support.huaweicloud.com/api-workspace/ListAlarmStatistics.html)                                                                     | workspace:statistics:getAlarm                          | ces:alarmHistory:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| [GET /v2/{project_id}/statistics/growth-rate](https://support.huaweicloud.com/api-workspace/ShowGrowthRate.html)                                                                     | workspace:statistics:getGrowthRate                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/statistics/metrics](https://support.huaweicloud.com/api-workspace/ListMetrics.html)                                                                            | workspace:statistics:getMetric                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/statistics/metrics/trend](https://support.huaweicloud.com/api-workspace/ListMetricsTrend.html)                                                                 | workspace:statistics:getMetricTrend                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/statistics/notify-rules/{rule_id}](https://support.huaweicloud.com/api-workspace/UpdateMetricNotifyRule.html)                                                  | workspace:statistics:updateNotificationRules           | smn:topic:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [DELETE /v2/{project_id}/statistics/notify-rules/{rule_id}](https://support.huaweicloud.com/api-workspace/DeleteMetricNotifyRule.html)                                               | workspace:statistics:deleteNotificationRules           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/statistics/notify-rules](https://support.huaweicloud.com/api-workspace/AddMetricNotifyRule.html)                                                              | workspace:statistics:createNotifyRules                 | smn:topic:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [GET /v2/{project_id}/statistics/notify-rules](https://support.huaweicloud.com/api-workspace/ListMetricNotifyRule.html)                                                              | workspace:statistics:listNotificationRules             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/statistics/notification-records](https://support.huaweicloud.com/api-workspace/ListMetricNotifyRecord.html)                                                    | workspace:statistics:listNotificationRecords           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/statistics/metrics/desktops](https://support.huaweicloud.com/api-workspace/ListDesktopUsageMetric.html)                                                        | workspace:statistics:listDesktopMetrics                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:statistics:exportDesktopMetrics              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/statistics/metrics/users](https://support.huaweicloud.com/api-workspace/ListUserUsageMetric.html)                                                              | workspace:statistics:listUserMetrics                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:statistics:exportUserMetrics                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:statistics:exportDesktopMetrics              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:statistics:exportUserMetrics                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/statistics/metrics/app-user-access](https://support.huaweicloud.com/api-workspace/ListAppUserAccessData.html)                                                  | workspace:statistics:listAppUserAccessData             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/statistics/metrics/app-user-access/export](https://support.huaweicloud.com/api-workspace/ExportAppUserAccessData.html)                                        | workspace:statistics:exportAppUserAccessData           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/statistics/metrics/access-stages](https://support.huaweicloud.com/api-workspace/ShowUserAccessStages.html)                                                     | workspace:statistics:getUserAccessStages               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/session/app-connection/export](https://support.huaweicloud.com/api-workspace/ExportAppConnection.html)                                                        | workspace:session:exportAppConnection                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/session/user-connection/export](https://support.huaweicloud.com/api-workspace/ExportUserConnection.html)                                                      | workspace:session:exportUserConnection                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/session/list-sessions/export](https://support.huaweicloud.com/api-workspace/ExportSessions.html)                                                              | workspace:session:exportSessions                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/user-events](https://support.huaweicloud.com/api-workspace/ListUserEvents.html)                                                                                | workspace:userEvents:list                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:userEvents:export                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/user-events/lts-configurations](https://support.huaweicloud.com/api-workspace/SetUserEventsLtsConfigurations.html)                                            | workspace:userEvents:setLtsConfigurations              | - lts:logGroup:listLogGroup  - lts:logStream:listLogStream  - lts:logStream:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/user-events/lts-configurations](https://support.huaweicloud.com/api-workspace/ListUserEventsLtsConfigurations.html)                                            | workspace:userEvents:listLtsConfigurations             | - lts:logGroup:listLogGroup  - lts:logStream:listLogStream  - lts:logStream:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/buckets/actions/create-credential](https://support.huaweicloud.com/api-workspace/CreateBucketCredential.html)                                      | workspace:appcenter:createBucketCredential             | - obs:bucket:getBucketAcl  - obs:object:putObject  - obs:object:deleteObject                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [POST /v1/{project_id}/app-center/buckets](https://support.huaweicloud.com/api-workspace/CreateAndAuthorizeBucket.html)                                                              | workspace:appcenter:createAndAuthorizeBucket           | - obs:bucket:headBucket  - obs:bucket:putBucketAcl  - obs:bucket:putReplicationConfiguration  - obs:bucket:createBucket  - obs:bucket:putBucketCORS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [GET /v1/{project_id}/app-center/apps](https://support.huaweicloud.com/api-workspace/ListApps.html)                                                                                  | workspace:appcenter:listApps                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/apps](https://support.huaweicloud.com/api-workspace/UploadApp.html)                                                                                | workspace:appcenter:createApp                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-center/apps/{app_id}](https://support.huaweicloud.com/api-workspace/UpdateUploadedApp.html)                                                              | workspace:appcenter:updateApp                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/app-center/apps/{app_id}](https://support.huaweicloud.com/api-workspace/DeleteApp.html)                                                                     | workspace:appcenter:deleteApp                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/apps/{app_id}/actions/auto-install](https://support.huaweicloud.com/api-workspace/InstallApp.html)                                                 | workspace:appcenter:installApp                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-center/apps/{app_id}/authorizations](https://support.huaweicloud.com/api-workspace/ListAppAuthorizations.html)                                             | workspace:appcenter:listAppAuthorizations              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/apps/{app_id}/actions/assign-authorizations](https://support.huaweicloud.com/api-workspace/UpdateAppAuthorizations.html)                           | workspace:appcenter:batchUpdateAppAuthorizations       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/apps/actions/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteApps.html)                                                     | workspace:appcenter:batchDeleteApps                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/apps/actions/batch-disable](https://support.huaweicloud.com/api-workspace/BatchDisableApps.html)                                                   | workspace:appcenter:batchDisableApps                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/apps/actions/batch-enable](https://support.huaweicloud.com/api-workspace/BatchEnableApps.html)                                                     | workspace:appcenter:batchEnableApps                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/apps/actions/batch-assign-authorization](https://support.huaweicloud.com/api-workspace/BatchUpdateAppAuthorizations.html)                          | workspace:appcenter:batchUpdateAppAuthorizations       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/apps/actions/batch-auto-install](https://support.huaweicloud.com/api-workspace/BatchInstallApps.html)                                              | workspace:appcenter:batchInstallApps                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-center/app-catalogs](https://support.huaweicloud.com/api-workspace/ListAppCatalogs.html)                                                                   | workspace:appcenter:listAppCatalogs                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-center/jobs](https://support.huaweicloud.com/api-workspace/ListJobs.html)                                                                                  | workspace:appcenter:listJobs                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/jobs/actions/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteJobs.html)                                                     | workspace:appcenter:batchDeleteJobs                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/jobs/actions/retry](https://support.huaweicloud.com/api-workspace/RetryJobs.html)                                                                  | workspace:appcenter:retryJobs                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/app-rules](https://support.huaweicloud.com/api-workspace/CreateAppRule.html)                                                                       | workspace:appcenter:createAppRule                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-center/app-rules](https://support.huaweicloud.com/api-workspace/ListAppRule.html)                                                                          | workspace:appcenter:listAppRule                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-center/app-rules/{rule_id}](https://support.huaweicloud.com/api-workspace/UpdateAppRule.html)                                                            | workspace:appcenter:updateAppRule                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/app-center/app-rules/{rule_id}](https://support.huaweicloud.com/api-workspace/DeleteAppRule.html)                                                           | workspace:appcenter:deleteAppRule                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/app-rules/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteAppRules.html)                                                    | workspace:appcenter:batchDeleteAppRules                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/app-rules/actions/enable-rule-restriction](https://support.huaweicloud.com/api-workspace/EnableRuleRestriction.html)                               | workspace:appcenter:enableRuleRestriction              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/app-rules/actions/disable-rule-restriction](https://support.huaweicloud.com/api-workspace/DisableRuleRestriction.html)                             | workspace:appcenter:disableRuleRestriction             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/app-restricted-rules](https://support.huaweicloud.com/api-workspace/AddRestrictedRule.html)                                                        | workspace:appcenter:addRestrictedRule                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-center/app-restricted-rules](https://support.huaweicloud.com/api-workspace/ListRestrictedRule.html)                                                        | workspace:appcenter:listRestrictedRule                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/app-restricted-rules/actions/batch-delete](https://support.huaweicloud.com/api-workspace/DeleteRestrictedRule.html)                                | workspace:appcenter:deleteRestrictedRule               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-center/profiles](https://support.huaweicloud.com/api-workspace/UpdateTenantProfile.html)                                                                 | workspace:appcenter:updateTenantProfile                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-center/profiles](https://support.huaweicloud.com/api-workspace/ListTenantProfiles.html)                                                                    | workspace:appcenter:listTenantProfiles                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/scripts](https://support.huaweicloud.com/api-workspace/CreateScript.html)                                                                                     | workspace:scripts:create                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/scripts](https://support.huaweicloud.com/api-workspace/ListScripts.html)                                                                                       | workspace:scripts:list                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/scripts/{script_id}](https://support.huaweicloud.com/api-workspace/ShowScriptDetail.html)                                                                      | workspace:scripts:get                                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/scripts/{script_id}](https://support.huaweicloud.com/api-workspace/UpdateScript.html)                                                                          | workspace:scripts:put                                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/scripts/{script_id}](https://support.huaweicloud.com/api-workspace/DeleteScript.html)                                                                       | workspace:scripts:delete                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/script-executions](https://support.huaweicloud.com/api-workspace/ExecuteScriptOrCommand.html)                                                                 | workspace:scripts:execute                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/script-execution-records/{record_id}](https://support.huaweicloud.com/api-workspace/ShowScriptRecordDetail.html)                                               | workspace:scripts:getRecordDetail                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/script-execution-records](https://support.huaweicloud.com/api-workspace/ListScriptRecords.html)                                                                | workspace:scripts:listRecords                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/script-execution-tasks](https://support.huaweicloud.com/api-workspace/ListScriptTasks.html)                                                                    | workspace:scripts:listTasks                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/script-executions/retry](https://support.huaweicloud.com/api-workspace/RetryScriptExecution.html)                                                             | workspace:scripts:retry                                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/script-executions/stop](https://support.huaweicloud.com/api-workspace/StopScriptExecution.html)                                                               | workspace:scripts:stop                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:scripts:download                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/share-space/configuration](https://support.huaweicloud.com/api-workspace/ShowShareSpaceConfig.html)                                                            | workspace:tenants:getShareSpaceConfig                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/share-space/configuration](https://support.huaweicloud.com/api-workspace/UpdateShareSpaceConfig.html)                                                          | workspace:tenants:updateShareSpaceConfig               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:authConfigs:getStatus                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:privacystatements:sign                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/quotas/detail](https://support.huaweicloud.com/api-workspace/ShowQuotaDetails.html)                                                                            | workspace:quotas:get                                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/sites](https://support.huaweicloud.com/api-workspace/ListSiteConfigs.html)                                                                                     | workspace:sites:get                                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/sites](https://support.huaweicloud.com/api-workspace/AddSite.html)                                                                                            | workspace:sites:add                                    | - eip:bandwidths:create  - eip:publicIps:create  - elb:healthmonitors:create  - elb:healthmonitors:show  - elb:listeners:create  - elb:listeners:update  - elb:listeners:show  - elb:listeners:list  - elb:loadbalancers:create  - elb:loadbalancers:update  - elb:loadbalancers:show  - elb:members:create  - elb:members:list  - elb:members:update  - elb:pools:create  - elb:pools:update  - elb:pools:show  - vpc:ports:create  - vpc:ports:delete  - vpc:securityGroupRules:create  - vpc:securityGroupRules:delete  - vpc:securityGroupRules:get  - vpc:securityGroups:create  - vpc:subnets:get  - vpc:subnets:update  - vpc:vpcs:get  - vpcep:endpoints:create  - vpcep:endpoints:get                                                                                                                                                                                                                                                                       |
| [DELETE /v2/{project_id}/sites/{site_id}](https://support.huaweicloud.com/api-workspace/DeleteSite.html)                                                                             | workspace:sites:delete                                 | - elb:healthmonitors:delete  - elb:healthmonitors:show  - elb:listeners:delete  - elb:listeners:show  - elb:loadbalancers:delete  - elb:loadbalancers:show  - elb:members:delete  - elb:members:list  - elb:pools:delete  - elb:pools:show  - vpc:ports:delete  - vpc:securityGroups:delete  - vpcep:endpoints:delete  - vpcep:endpoints:get  - eip:publicIps:disassociateInstance  - eip:bandwidths:delete  - eip:publicIps:delete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [PUT /v2/{project_id}/sites/{site_id}/access-mode](https://support.huaweicloud.com/api-workspace/UpdateAccessMode.html)                                                              | workspace:sites:updateAccessMode                       | - eip:bandwidths:create  - eip:bandwidths:delete  - eip:publicIps:create  - eip:publicIps:delete  - eip:publicIps:disassociateInstance  - elb:healthmonitors:create  - elb:healthmonitors:delete  - elb:healthmonitors:show  - elb:listeners:create  - elb:listeners:delete  - elb:listeners:update  - elb:listeners:show  - elb:loadbalancers:create  - elb:loadbalancers:delete  - elb:loadbalancers:update  - elb:loadbalancers:show  - elb:members:create  - elb:members:delete  - elb:members:list  - elb:members:update  - elb:pools:create  - elb:pools:delete  - elb:pools:update  - elb:pools:show  - vpc:subnets:get  - vpc:subnets:update  - vpc:vpcs:get  - vpcep:endpoints:create  - vpcep:endpoints:delete  - vpcep:endpoints:get                                                                                              |
| [PUT /v2/{project_id}/sites/{site_id}/subnet-ids](https://support.huaweicloud.com/api-workspace/UpdateSubnetIds.html)                                                                | workspace:sites:updateSubnets                          | - vpc:subnets:get  - vpc:subnets:update  - vpc:vpcs:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| -                                                                                                                                                                                    | workspace:tenants:getLockStatus                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:tenants:unlock                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/workspaces/enterprise-ids/check](https://support.huaweicloud.com/api-workspace/CheckEnterpriseId.html)                                                        | workspace:tenants:checkEnterpriseIds                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/workspaces/enterprise-id](https://support.huaweicloud.com/api-workspace/UpdateEnterpriseId.html)                                                               | workspace:tenants:updateEnterpriseId                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/bandwidths](https://support.huaweicloud.com/api-workspace/ApplySubnetBandwidth.html)                                                                          | workspace:bandwidth:create                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/bandwidths](https://support.huaweicloud.com/api-workspace/ListSubnetBandwidths.html)                                                                           | workspace:bandwidth:list                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/bandwidths/{bandwidth_id}/update](https://support.huaweicloud.com/api-workspace/UpdateSubnetBandwidth.html)                                                   | workspace:bandwidth:update                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/bandwidths/{bandwidth_id}](https://support.huaweicloud.com/api-workspace/DeleteSubnetBandwidth.html)                                                        | workspace:bandwidth:delete                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/bandwidths/{bandwidth_id}/control-list](https://support.huaweicloud.com/api-workspace/ShowSubnetBandwidthControlList.html)                                     | workspace:bandwidth:getControlConfig                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/bandwidths/{bandwidth_id}/control-list](https://support.huaweicloud.com/api-workspace/UpdateSubnetBandwidthControlList.html)                                   | workspace:bandwidth:updateControlConfig                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/bandwidths/{bandwidth_id}/periodic/change/order](https://support.huaweicloud.com/api-workspace/CreateSubnetBandwidthChangeOrder.html)                         | workspace:bandwidth:createChangeOrder                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:bandwidth:create                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:bandwidth:list                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:bandwidth:delete                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/snapshots/batch-create](https://support.huaweicloud.com/api-workspace/BatchCreateDesktopSnapshot.html)                                                        | workspace:desktops:batchCreateSnapshots                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/snapshots/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteDesktopSnapshot.html)                                                        | workspace:desktops:batchDeleteSnapshots                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/snapshots/batch-restore](https://support.huaweicloud.com/api-workspace/BatchRestoreDesktopSnapshot.html)                                                      | workspace:desktops:batchRestoreSnapshots               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/snapshots](https://support.huaweicloud.com/api-workspace/ListDesktopSnapshot.html)                                                                             | workspace:desktops:listSnapshots                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:verifyDesktopName                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/subnets/{subnet_id}/available-ip](https://support.huaweicloud.com/api-workspace/ShowAvailableIp.html)                                                          | workspace:networks:getAvailableIp                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:getAdStatus                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:networks:checkIpIfExist                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/check-images](https://support.huaweicloud.com/api-workspace/CheckDesktopImages.html)                                                                 | workspace:images:checkIfExist                          | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [GET /v2/{project_id}/hosts/{host_id}/servers](https://support.huaweicloud.com/api-workspace/ListServersByHostId.html)                                                               | workspace:wdh:listDesktops                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/hosts](https://support.huaweicloud.com/api-workspace/UpdateHosts.html)                                                                                         | workspace:wdh:update                                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/terminals/binding-desktops/template](https://support.huaweicloud.com/api-workspace/ExportTerminalsBindingDesktopsTemplate.html)                                | workspace:bindingPolicies:getTemplate                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:bindingPolicies:import                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:bindingPolicies:export                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/statistics/run-state](https://support.huaweicloud.com/api-workspace/ListRunState.html)                                                                | workspace:statistics:getRunState                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/statistics/login-state](https://support.huaweicloud.com/api-workspace/ListLoginState.html)                                                            | workspace:statistics:getLoginState                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/subnets/using-subnets](https://support.huaweicloud.com/api-workspace/ShowUsingSubnets.html)                                                                    | workspace:networks:getUsingSubnets                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/ports](https://support.huaweicloud.com/api-workspace/ListPorts.html)                                                                                           | workspace:networks:listPorts                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:renderDesktops:createConsole                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:renderDesktops:resize                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:exclusiveHosts:resizeLites                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:get                                 | - vpc:ports:get  - vpc:ports:list  - vpc:securityGroups:get  - eip:publicIps:list  - nat:snatRules:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktop-monitor/{desktop_id}](https://support.huaweicloud.com/api-workspace/ShowDesktopMonitorData.html)                                                       | workspace:desktops:getMonitor                          | ces:metricData:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| -                                                                                                                                                                                    | workspace:desktops:export                              | - vpc:ports:get  - vpc:ports:list  - vpc:securityGroups:get  - eip:publicIps:list  - nat:snatRules:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/{desktop_id}/detach-info](https://support.huaweicloud.com/api-workspace/ListDesktopDetachInfo.html)                                                   | workspace:desktops:listDetachInfo                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/{desktop_id}/sysprep](https://support.huaweicloud.com/api-workspace/ShowSysprepInfo.html)                                                             | workspace:desktops:getSysprepVersion                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/internet](https://support.huaweicloud.com/api-workspace/ApplyInternet.html)                                                                                   | workspace:networks:createNat                           | - vpc:ports:delete  - vpc:ports:get  - vpc:networks:get  - eip:publicIps:create  - eip:publicIps:update  - eip:publicIps:delete  - nat:snatRules:list  - nat:snatRules:create  - nat:natGateways:list  - nat:natGateways:create                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| [GET /v2/{project_id}/internet](https://support.huaweicloud.com/api-workspace/ListInternet.html)                                                                                     | workspace:networks:listNats                            | - vpc:subnets:get  - vpc:vpcs:get  - nat:snatRules:list  - nat:natGateways:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| -                                                                                                                                                                                    | workspace:quotas:check                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/subnets](https://support.huaweicloud.com/api-workspace/ListSubnets.html)                                                                                       | workspace:networks:listSubnets                         | - vpc:subnets:list  - vpc:subnets:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| [GET /v2/{project_id}/vpcs](https://support.huaweicloud.com/api-workspace/ListVpcInfo.html)                                                                                          | workspace:networks:listVpcs                            | vpc:vpcs:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [POST /v2/{project_id}/policy-groups/policy-template](https://support.huaweicloud.com/api-workspace/CreatePolicyTemplate.html)                                                       | workspace:policyGroups:createTemplate                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:policyGroups:listTemplate                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:policyGroups:updateTemplate                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/security-groups](https://support.huaweicloud.com/api-workspace/ListSecurityGroups.html)                                                                        | workspace:networks:listSecurityGroups                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/availability-zones/summary](https://support.huaweicloud.com/api-workspace/ListAzs.html)                                                                        | workspace:availabilityZones:getSummary                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/availability-zones/detail](https://support.huaweicloud.com/api-workspace/ShowAzDetails.html)                                                                   | workspace:availabilityZones:get                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/users/desktop-users/action/import](https://support.huaweicloud.com/api-workspace/ImportUserList.html)                                                         | workspace:users:importUser                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:users:uploadTemplate                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/access-policy/{access_policy_id}](https://support.huaweicloud.com/api-workspace/UpdateAccessPolicy.html)                                                       | workspace:accessPolicies:update                        | - elb:ipgroups:delete  - elb:ipgroups:create  - elb:ipgroups:update                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| -                                                                                                                                                                                    | workspace:desktops:verifySource                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/networks](https://support.huaweicloud.com/api-workspace/ShowDesktopNetworks.html)                                                                     | workspace:desktops:listDesktopNetworks                 | - vpc:vpcs:get  - vpc:subnets:get  - vpc:networks:get  - vpc:ports:get  - vpc:securityGroups:get  - eip:publicIps:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| [POST /v2/{project_id}/desktops/networks/batch-change](https://support.huaweicloud.com/api-workspace/BatchChangeDesktopNetwork.html)                                                 | workspace:desktops:batchChangeNetwork                  | - vpc:vpcs:get  - vpc:subnets:get  - vpc:networks:get  - vpc:ports:get  - vpc:ports:create  - vpc:ports:update  - vpc:ports:delete  - vpc:securityGroups:get  - eip:publicIps:list  - eip:publicIps:associateInstance  - eip:publicIps:disassociateInstance                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [GET /v2/{project_id}/workspace-jobs/{job_id}](https://support.huaweicloud.com/api-workspace/ShowJob.html)                                                                           | workspace:jobs:get                                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/ip/import](https://support.huaweicloud.com/api-workspace/ImportIp.html)                                                                                       | workspace:accessPolicies:importIp                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/ip/template/download](https://support.huaweicloud.com/api-workspace/ExportIpTemplate.html)                                                                     | workspace:accessPolicies:getIpImportTemplate           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/wks-edge-sites](https://support.huaweicloud.com/api-workspace/ListWksEdgeSites.html)                                                                           | workspace:sites:listEdgeSites                          | - ies:edgeSite:list  - ies:edgeSite:getMetricData                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [POST /v2/{project_id}/check-edge-site-resources](https://support.huaweicloud.com/api-workspace/CheckEdgeSiteResources.html)                                                         | workspace:sites:checkEdgeSiteResources                 | - ies:edgeSite:list  - ies:edgeSite:getMetricData                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [GET /v2/{project_id}/ad-ous](https://support.huaweicloud.com/api-workspace/ListAdOus.html)                                                                                          | workspace:ou:listAdOus                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/ou-users](https://support.huaweicloud.com/api-workspace/ListAdOuUsers.html)                                                                                    | workspace:ou:listOuUsers                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:ou:importUsersByOU                           | workspace:quotas:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| [GET /v2/{project_id}/connect-desktops](https://support.huaweicloud.com/api-workspace/ListDesktopsConnectStatus.html)                                                                | workspace:desktops:listWithConnectStatus               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/access-config/address-backup](https://support.huaweicloud.com/api-workspace/UpdateAccessAddressBackupConfig.html)                                             | workspace:tenants:updateAccessAddressBackupConfig      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/access-config/address-backup](https://support.huaweicloud.com/api-workspace/ListAccessAddressBackupConfig.html)                                                | workspace:tenants:listAccessAddressBackupConfig        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/change-user-privilege-group](https://support.huaweicloud.com/api-workspace/ChangeUserPrivilegeGroup.html)                                            | workspace:desktops:changeUserPrivilegeGroup            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/volumes/batch-modify-qos](https://support.huaweicloud.com/api-workspace/BatchModifyQosVolumes.html)                                                            | workspace:volumes:modifyQos                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-center/app-rules/actions/get-rule-restriction](https://support.huaweicloud.com/api-workspace/ShowRuleRestriction.html)                                     | workspace:appcenter:getRuleRestriction                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/app-rules/actions/set-rule-restriction](https://support.huaweicloud.com/api-workspace/SetRuleRestriction.html)                                     | workspace:appcenter:setRuleRestriction                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:tenants:getDomains                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:tenants:addDomain                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:tenants:updateDomain                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/resource-packages/order](https://support.huaweicloud.com/api-workspace/CreateResourcePackagesOrder.html)                                                      | workspace:orders:createResourcePackagesOrder           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/products/resource-packages](https://support.huaweicloud.com/api-workspace/ListResourcePackages.html)                                                           | workspace:products:listResourcePackages                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/hibernate-type](https://support.huaweicloud.com/api-workspace/ShowHibernateType.html)                                                                          | workspace:desktops:getHibernateType                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/certmanager/private-certificate-authorities](https://support.huaweicloud.com/api-workspace/ListCerts.html)                                                     | workspace:ca:list                                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/certmanager/private-certificate-authorities](https://support.huaweicloud.com/api-workspace/CreateCert.html)                                                   | workspace:ca:create                                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/certmanager/private-certificate-authorities/{cert_id}](https://support.huaweicloud.com/api-workspace/ShowCertDetail.html)                                      | workspace:ca:get                                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/certmanager/private-certificate-authorities/{cert_id}](https://support.huaweicloud.com/api-workspace/DeleteCert.html)                                       | workspace:ca:delete                                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/certmanager/private-certificate-authorities/{cert_id}/status/{status}](https://support.huaweicloud.com/api-workspace/SetCertStatus.html)                      | workspace:ca:setStatus                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/certmanager/private-certificate-authorities/{cert_id}/export](https://support.huaweicloud.com/api-workspace/ExportCertPemFile.html)                           | workspace:ca:export                                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/certmanager/private-certificate-authorities/{cert_id}/crl](https://support.huaweicloud.com/api-workspace/ExportCertCrlFile.html)                              | workspace:ca:exportCrl                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/certmanager/private-certificate-authorities/csr](https://support.huaweicloud.com/api-workspace/ExportCertCsrFile.html)                                        | workspace:ca:exportCsr                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/certmanager/private-certificate-authorities/import](https://support.huaweicloud.com/api-workspace/ImportCert.html)                                            | workspace:ca:import                                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/script-executions/by-desktop-tag](https://support.huaweicloud.com/api-workspace/ExecuteScriptByDesktopTag.html)                                               | workspace:scripts:executeByDesktopTag                  | workspace:scripts:execute                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [GET /v2/{project_id}/auth-config/saml2/metadata](https://support.huaweicloud.com/api-workspace/DownloadMetadata.html)                                                               | workspace:authConfig:getSaml2Metadata                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/auth-config/validate-config](https://support.huaweicloud.com/api-workspace/ValidateConfig.html)                                                               | workspace:authConfig:validate                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktop-pools/statistics/by-users](https://support.huaweicloud.com/api-workspace/ListDesktopPoolsByUsers.html)                                                 | workspace:desktopPools:listByUsers                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:users:revokeCert                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/assist-auth-config/apply-objects](https://support.huaweicloud.com/api-workspace/ShowAssistAuthConfigApplyObjects.html)                                         | workspace:assistAuthConfigs:getApplyObjects            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/assist-auth-config/apply-objects](https://support.huaweicloud.com/api-workspace/UpdateAssistAuthConfigApplyObjects.html)                                      | workspace:assistAuthConfigs:updateApplyObjects         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktop-pools/{pool_id}/inconsistent-statics](https://support.huaweicloud.com/api-workspace/ListInconsistentStatics.html)                                      | workspace:desktopPools:getStatisticsByInconsistent     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-groups](https://support.huaweicloud.com/api-workspace/ListAppGroup.html)                                                                                   | workspace:appGroup:list                                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups](https://support.huaweicloud.com/api-workspace/CreateAppGroup.html)                                                                                | workspace:appGroup:create                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/app-groups/{app_group_id}](https://support.huaweicloud.com/api-workspace/DeleteAppGroup.html)                                                               | workspace:appGroup:delete                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-groups/{app_group_id}](https://support.huaweicloud.com/api-workspace/ShowAppGroupDetail.html)                                                              | workspace:appGroup:get                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-groups/{app_group_id}](https://support.huaweicloud.com/api-workspace/UpdateAppGroup.html)                                                                | workspace:appGroup:update                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-groups/{app_group_id}/apps](https://support.huaweicloud.com/api-workspace/ListPublishedApp.html)                                                           | workspace:app:listPublishedApp                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/{app_group_id}/apps](https://support.huaweicloud.com/api-workspace/PublishApp.html)                                                                | workspace:app:publish                                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-groups/{app_group_id}/apps/{app_id}](https://support.huaweicloud.com/api-workspace/ShowAppDetail.html)                                                     | workspace:app:get                                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-groups/{app_group_id}/apps/{app_id}](https://support.huaweicloud.com/api-workspace/UpdateApp.html)                                                       | workspace:app:update                                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/app-groups/{app_group_id}/apps/{app_id}/icon](https://support.huaweicloud.com/api-workspace/DeleteAppIcon.html)                                             | workspace:app:deleteIcon                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/{app_group_id}/apps/{app_id}/icon](https://support.huaweicloud.com/api-workspace/UploadAppIcon.html)                                               | workspace:app:uploadIcon                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/{app_group_id}/apps/actions/check](https://support.huaweicloud.com/api-workspace/CheckPublishApp.html)                                             | workspace:app:check                                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/{app_group_id}/apps/actions/disable](https://support.huaweicloud.com/api-workspace/BatchDisableApp.html)                                           | workspace:app:batchDisable                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/{app_group_id}/apps/actions/enable](https://support.huaweicloud.com/api-workspace/BatchEnableApp.html)                                             | workspace:app:batchEnable                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/{app_group_id}/apps/batch-unpublish](https://support.huaweicloud.com/api-workspace/UnpublishApp.html)                                              | workspace:app:unpublish                                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-groups/{app_group_id}/publishable-app](https://support.huaweicloud.com/api-workspace/ShowPublishableApp.html)                                              | workspace:appGroup:listPublishableApp                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/actions/batch-delete-authorization](https://support.huaweicloud.com/api-workspace/BatchDeleteAppGroupAuthorization.html)                           | workspace:appGroup:batchDeleteAuthorization            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/actions/disassociate-app-group](https://support.huaweicloud.com/api-workspace/DisassociateAppGroup.html)                                           | workspace:appGroup:disassociate                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-groups/actions/list-authorizations](https://support.huaweicloud.com/api-workspace/ListAppGroupAuthorization.html)                                          | workspace:appGroup:listAuthorization                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/authorizations](https://support.huaweicloud.com/api-workspace/AddAppGroupAuthorization.html)                                                       | workspace:appGroup:addAuthorization                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteAppGroup.html)                                                              | workspace:appGroup:batchDelete                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/rules/validate](https://support.huaweicloud.com/api-workspace/CheckAppGroup.html)                                                                  | workspace:appGroup:check                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-server-groups](https://support.huaweicloud.com/api-workspace/ListServerGroups.html)                                                                        | workspace:serverGroup:list                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-server-groups](https://support.huaweicloud.com/api-workspace/CreateServerGroup.html)                                                                      | workspace:serverGroup:create                           | - ims:images:list  - vpc:ports:get  - vpc:subnets:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [DELETE /v1/{project_id}/app-server-groups/{server_group_id}](https://support.huaweicloud.com/api-workspace/DeleteServerGroups.html)                                                 | workspace:serverGroup:delete                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-server-groups/{server_group_id}](https://support.huaweicloud.com/api-workspace/ShowServerGroup.html)                                                       | workspace:serverGroup:get                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-server-groups/{server_group_id}](https://support.huaweicloud.com/api-workspace/UpdateServerGroup.html)                                                   | workspace:serverGroup:update                           | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [GET /v1/{project_id}/app-server-groups/{server_group_id}/state](https://support.huaweicloud.com/api-workspace/ShowServerGroupState.html)                                            | workspace:serverGroup:getServerState                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-server-groups/actions/list](https://support.huaweicloud.com/api-workspace/ListTenantServerGroups.html)                                                     | workspace:serverGroup:listDetail                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-server-groups/resources/restrict](https://support.huaweicloud.com/api-workspace/ShowServerGroupRestrict.html)                                              | workspace:serverGroup:getRestrict                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-server-groups/rules/validate](https://support.huaweicloud.com/api-workspace/ValidateServerGroup.html)                                                     | workspace:serverGroup:validate                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/server-group/{server_group_id}/tags/create](https://support.huaweicloud.com/api-workspace/CreateServerGroupTags.html)                                         | workspace:serverGroup:tagResource                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/server-group/{server_group_id}/tags/delete](https://support.huaweicloud.com/api-workspace/DeleteServerGroupTags.html)                                       | workspace:serverGroup:unTagResource                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/server-group/{server_group_id}/tags](https://support.huaweicloud.com/api-workspace/ShowServerGroupTag.html)                                                    | workspace:serverGroup:listTagsForResource              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/server-group/tags](https://support.huaweicloud.com/api-workspace/ListServerGroupTag.html)                                                                      | workspace:serverGroup:listTags                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/server-group/tags/batch-create](https://support.huaweicloud.com/api-workspace/BatchCreateServerGroupTags.html)                                                | workspace:serverGroup:batchCreateTags                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/server-group/tags/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteServerGroupTags.html)                                              | workspace:serverGroup:batchDeleteTags                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-servers](https://support.huaweicloud.com/api-workspace/ListServers.html)                                                                                   | workspace:server:list                                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/app-servers/{server_id}](https://support.huaweicloud.com/api-workspace/DeleteServer.html)                                                                   | workspace:server:delete                                | - vpc:ports:delete  - vpc:ports:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [GET /v1/{project_id}/app-servers/{server_id}](https://support.huaweicloud.com/api-workspace/ShowServer.html)                                                                        | workspace:server:get                                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-servers/{server_id}](https://support.huaweicloud.com/api-workspace/UpdateServer.html)                                                                    | workspace:server:update                                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-servers/{server_id}/actions/change-image](https://support.huaweicloud.com/api-workspace/ChangeServerImage.html)                                           | workspace:server:changeImage                           | - ims:images:list  - vpc:ports:get  - vpc:subnets:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [POST /v1/{project_id}/app-servers/{server_id}/actions/reinstall](https://support.huaweicloud.com/api-workspace/ReinstallServer.html)                                                | workspace:server:reinstall                             | - ims:images:list  - vpc:ports:get  - vpc:subnets:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [GET /v1/{project_id}/app-servers/{server_id}/actions/vnc](https://support.huaweicloud.com/api-workspace/ShowServerVnc.html)                                                         | workspace:server:getVncUrl                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-servers/access-agent/actions/show-latest-version](https://support.huaweicloud.com/api-workspace/ListAccessAgentLatestVersion.html)                         | workspace:accessAgent:list                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-servers/access-agent/actions/upgrade](https://support.huaweicloud.com/api-workspace/BatchUpgradeHdaVersion.html)                                         | workspace:accessAgent:batchUpgrade                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-servers/access-agent/latest-version](https://support.huaweicloud.com/api-workspace/ShowAccessAgentLatestVersion.html)                                      | workspace:accessAgent:listLatestVersion                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-servers/access-agent/list](https://support.huaweicloud.com/api-workspace/ListServerHdaDetails.html)                                                        | workspace:server:listAccessAgentDetails                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-servers/access-agent/upgrade-flag](https://support.huaweicloud.com/api-workspace/ShowHdaUpgradeFlag.html)                                                  | workspace:accessAgent:getUpgradeFlag                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:accessAgent:updateUpgradeFlag                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-servers/access-agent/upgrade-record](https://support.huaweicloud.com/api-workspace/ListServerHdaUpgradeRecords.html)                                       | workspace:accessAgent:listUpgradeRecords               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-servers/actions/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteServer.html)                                                       | workspace:server:batchDelete                           | - vpc:ports:delete  - vpc:ports:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [PATCH /v1/{project_id}/app-servers/actions/batch-maint](https://support.huaweicloud.com/api-workspace/BatchChangeServerMaintainMode.html)                                           | workspace:server:batchChangeMaintainMode               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-servers/actions/batch-reboot](https://support.huaweicloud.com/api-workspace/BatchRebootServer.html)                                                      | workspace:server:batchReboot                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-servers/actions/batch-rejoin-domain](https://support.huaweicloud.com/api-workspace/BatchRejoinDomain.html)                                               | workspace:server:batchRejoinDomain                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-servers/actions/batch-start](https://support.huaweicloud.com/api-workspace/BatchStartServer.html)                                                        | workspace:server:batchStart                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-servers/actions/batch-stop](https://support.huaweicloud.com/api-workspace/BatchStopServer.html)                                                          | workspace:server:batchStop                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-servers/actions/batch-update-tsvi](https://support.huaweicloud.com/api-workspace/BatchUpdateTsvi.html)                                                   | workspace:server:batchUpdateTsvi                       | - vpc:subnets:get  - vpc:ports:update                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| [POST /v1/{project_id}/app-servers/actions/create](https://support.huaweicloud.com/api-workspace/CreateAppServers.html)                                                              | workspace:server:create                                | - ims:images:list  - ims:images:updateMemberStatus  - ims:images:share  - ims:images:get  - vpc:securityGroups:get  - vpc:securityGroupRules:get  - vpc:networks:get  - vpc:subnets:get  - vpc:ports:create  - vpc:ports:get  - vpc:ports:delete  - vpc:vpcs:get  - dss:pools:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| [PATCH /v1/{project_id}/app-servers/hosts/batch-migrate](https://support.huaweicloud.com/api-workspace/BatchMigrateHostsServer.html)                                                 | workspace:server:batchMigrateHosts                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-servers/metric-data/{server_id}](https://support.huaweicloud.com/api-workspace/ShowServerMetricData.html)                                                  | workspace:server:getMetricData                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-server-sub-jobs](https://support.huaweicloud.com/api-workspace/ListSubJobs.html)                                                                           | workspace:jobs:listSubJobs                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-server-sub-jobs/actions/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteAppSubJobs.html)                                           | workspace:jobs:batchDeleteSubJobs                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-server-sub-jobs/actions/count](https://support.huaweicloud.com/api-workspace/CountSubJobs.html)                                                            | workspace:jobs:countSubJobs                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-warehouse/action/authorize](https://support.huaweicloud.com/api-workspace/AuthorizeObs.html)                                                              | workspace:appWarehouse:authorizeObs                    | - obs:bucket:getBucketAcl  - obs:object:putObject  - obs:object:deleteObject                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [POST /v1/{project_id}/app-warehouse/actions/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteWarehouseApp.html)                                               | workspace:appWarehouse:batchDeleteApp                  | - obs:bucket:headBucket  - obs:object:deleteObject                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| [GET /v1/{project_id}/app-warehouse/apps](https://support.huaweicloud.com/api-workspace/ListWarehouseApps.html)                                                                      | workspace:appWarehouse:ListWarehouseApps               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-warehouse/apps](https://support.huaweicloud.com/api-workspace/CreateWarehouseApp.html)                                                                    | workspace:appWarehouse:createApp                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/app-warehouse/apps/{id}](https://support.huaweicloud.com/api-workspace/DeleteWarehouseApp.html)                                                             | workspace:appWarehouse:deleteApp                       | - obs:bucket:headBucket  - obs:object:deleteObject                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| [POST /v1/{project_id}/app-warehouse/apps/icon](https://support.huaweicloud.com/api-workspace/UploadWarehouseAppIcon.html)                                                           | workspace:appWarehouse:uploadAppIcon                   | obs:object:putObject                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| [POST /v1/{project_id}/app-warehouse/bucket-and-acl/create](https://support.huaweicloud.com/api-workspace/CreateBucketOrAcl.html)                                                    | workspace:appWarehouse:createBucketOrAcl               | - obs:bucket:getBucketAcl  - obs:bucket:headBucket  - obs:bucket:putBucketAcl  - obs:bucket:putReplicationConfiguration  - obs:bucket:createBucket  - obs:bucket:putBucketCORS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| [GET /v1/{project_id}/check/quota](https://support.huaweicloud.com/api-workspace/CheckQuota.html)                                                                                    | workspace:quotas:get                                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/image-server-jobs](https://support.huaweicloud.com/api-workspace/ListImageJobs.html)                                                                           | workspace:images:listImageJobs                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/image-server-jobs/{job_id}](https://support.huaweicloud.com/api-workspace/ShowImageJob.html)                                                                   | workspace:images:getImageJob                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/image-servers](https://support.huaweicloud.com/api-workspace/ListImageServers.html)                                                                            | workspace:imageServer:list                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/image-servers](https://support.huaweicloud.com/api-workspace/CreateImageServer.html)                                                                          | workspace:imageServer:create                           | - ims:images:list  - vpc:ports:get  - vpc:subnets:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [GET /v1/{project_id}/image-servers/{server_id}](https://support.huaweicloud.com/api-workspace/ShowImageServer.html)                                                                 | workspace:imageServer:get                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/image-servers/{server_id}](https://support.huaweicloud.com/api-workspace/UpdateImageServer.html)                                                             | workspace:imageServer:update                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/image-servers/{server_id}/actions/attach-app](https://support.huaweicloud.com/api-workspace/AttachImageServerApp.html)                                        | workspace:imageServer:attachApp                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/image-servers/{server_id}/actions/latest-attached-app](https://support.huaweicloud.com/api-workspace/ListLatestAttachedServerApp.html)                         | workspace:imageServer:listLatestAttachedApp            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/image-servers/{server_id}/actions/recreate-image](https://support.huaweicloud.com/api-workspace/RecreateServerImage.html)                                     | workspace:imageServer:recreate                         | - vpc:ports:get  - vpc:subnets:get  - ims:quotas:get  - ims:images:get  - ims:images:list  - ims:images:setTags  - ims:images:setOrDeleteTags  - ims:images:updateMemberStatus  - ims:images:copyInRegion  - ims:serverImages:create                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| [PATCH /v1/{project_id}/image-servers/actions/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteImageServer.html)                                               | workspace:imageServer:batchDelete                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/image-server-sub-jobs](https://support.huaweicloud.com/api-workspace/ListImageSubJobs.html)                                                                    | workspace:imageServer:listImageSubJobs                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/image-server-sub-jobs/actions/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteImageSubJobs.html)                                      | workspace:imageServer:batchDeleteImageSubJobs          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/image-server-sub-jobs/actions/count](https://support.huaweicloud.com/api-workspace/CountImageSubJobs.html)                                                     | workspace:imageServer:countImageSubJobs                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/job/{job_id}](https://support.huaweicloud.com/api-workspace/ShowJobDetail.html)                                                                                | workspace:jobs:get                                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/mails](https://support.huaweicloud.com/api-workspace/ListAuthorizationMailRecord.html)                                                                         | workspace:appGroup:listMailRecord                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/mails/actions/send](https://support.huaweicloud.com/api-workspace/SendAuthorizationMail.html)                                                                 | workspace:appGroup:resendMail                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/mails/actions/send-by-authorization](https://support.huaweicloud.com/api-workspace/SendAuthorizedMail.html)                                                   | workspace:appGroup:resendMail                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/persistent-storages](https://support.huaweicloud.com/api-workspace/ListPersistentStorage.html)                                                                 | workspace:storage:listPersistentStorage                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/persistent-storages](https://support.huaweicloud.com/api-workspace/CreatePersistentStorage.html)                                                              | workspace:storage:createPersistentStorage              | - obs:bucket:headBucket  - obs:bucket:putBucketPolicy  - obs:bucket:putBucketAcl  - obs:bucket:putBucketCORS  - obs:bucket:listBucket                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [DELETE /v1/{project_id}/persistent-storages/{storage_id}](https://support.huaweicloud.com/api-workspace/DeletePersistentStorage.html)                                               | workspace:storage:deletePersistentStorage              | - obs:object:getObject  - obs:object:deleteObject                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [POST /v1/{project_id}/persistent-storages/{storage_id}/actions/assign-folder](https://support.huaweicloud.com/api-workspace/UpdateUserFolderAssignment.html)                        | workspace:storage:updateUserFolderAssignment           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/persistent-storages/{storage_id}/actions/assign-share-folder](https://support.huaweicloud.com/api-workspace/UpdateShareFolderAssignment.html)                 | workspace:storage:updateShareFolderAssignment          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/persistent-storages/{storage_id}/actions/create-share-folder](https://support.huaweicloud.com/api-workspace/CreateShareFolder.html)                           | workspace:storage:createShareFolder                    | - obs:object:getObject  - obs:object:putObject                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| [POST /v1/{project_id}/persistent-storages/{storage_id}/actions/delete-storage-claim](https://support.huaweicloud.com/api-workspace/DeleteStorageClaim.html)                         | workspace:storage:deleteStorageClaim                   | obs:object:deleteObject                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [POST /v1/{project_id}/persistent-storages/{storage_id}/actions/delete-user-attachment](https://support.huaweicloud.com/api-workspace/DeleteUserStorageAttachment.html)              | workspace:storage:deleteUserStorageAttachment          | obs:object:deleteObject                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [POST /v1/{project_id}/persistent-storages/actions/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeletePersistentStorage.html)                                    | workspace:storage:batchDeletePersistentStorage         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/persistent-storages/actions/list-attachments](https://support.huaweicloud.com/api-workspace/ListStorageAssignment.html)                                        | workspace:storage:listStorageAssignment                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/persistent-storages/actions/list-share-folders](https://support.huaweicloud.com/api-workspace/ListShareFolder.html)                                            | workspace:storage:listShareFolder                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/policy-groups/{policy_group_id}](https://support.huaweicloud.com/api-workspace/ShowPolicyGroup.html)                                                           | workspace:policyGroups:get                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/policy-groups/{policy_group_id}/policy](https://support.huaweicloud.com/api-workspace/ListPolicyOfPolicyGroup.html)                                            | workspace:policyGroups:listPolicies                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/policy-groups/{policy_group_id}/target](https://support.huaweicloud.com/api-workspace/ListTargetsOfPolicyGroup.html)                                           | workspace:policyGroups:listTargets                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/policy-groups/show/detail](https://support.huaweicloud.com/api-workspace/ListPolicyGroupDetailInfo.html)                                                       | workspace:policyGroups:listDetail                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/policy-templates](https://support.huaweicloud.com/api-workspace/ListPolicyTemplate.html)                                                                       | workspace:policyGroups:listTemplate                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/policy-templates/{policy_template_id}](https://support.huaweicloud.com/api-workspace/DeletePolicyTemplate.html)                                             | workspace:policyGroups:deleteTemplate                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/policy-templates/{policy_template_id}](https://support.huaweicloud.com/api-workspace/UpdatePolicyTemplate.html)                                              | workspace:policyGroups:updateTemplate                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:privacystatements:get                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/scaling-policy](https://support.huaweicloud.com/api-workspace/DeleteScalingPolicy.html)                                                                     | workspace:scalingPolicy:delete                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/scaling-policy](https://support.huaweicloud.com/api-workspace/ShowScalingPolicy.html)                                                                          | workspace:scalingPolicy:list                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v1/{project_id}/scaling-policy](https://support.huaweicloud.com/api-workspace/CreateOrUpdateScalingPolicy.html)                                                                | workspace:scalingPolicy:create                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/schedule-task](https://support.huaweicloud.com/api-workspace/ListScheduleTasks.html)                                                                           | workspace:scheduledTasks:list                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/schedule-task](https://support.huaweicloud.com/api-workspace/CreateScheduleTask.html)                                                                         | workspace:scheduledTasks:create                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/schedule-task/{execute_history_id}/execute-detail](https://support.huaweicloud.com/api-workspace/ListTaskExecuteDetail.html)                                   | workspace:scheduledTasks:getRecord                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/schedule-task/{task_id}](https://support.huaweicloud.com/api-workspace/DeleteScheduleTask.html)                                                             | workspace:scheduledTasks:delete                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/schedule-task/{task_id}](https://support.huaweicloud.com/api-workspace/ShowScheduleTask.html)                                                                  | workspace:scheduledTasks:get                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/schedule-task/{task_id}](https://support.huaweicloud.com/api-workspace/UpdateScheduleTask.html)                                                              | workspace:scheduledTasks:update                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/schedule-task/{task_id}/execute-history](https://support.huaweicloud.com/api-workspace/ListTaskExecuteHistory.html)                                            | workspace:scheduledTasks:listRecords                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/schedule-task/actions/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteScheduleTask.html)                                               | workspace:scheduledTasks:batchDelete                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/session/app-connection](https://support.huaweicloud.com/api-workspace/ListAppConnection.html)                                                                 | workspace:session:listAppConnection                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/session/logoff](https://support.huaweicloud.com/api-workspace/LogoffUserSession.html)                                                                         | workspace:session:logoffUserSession                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/session/user-connection](https://support.huaweicloud.com/api-workspace/ListUserConnection.html)                                                               | workspace:session:listUserConnection                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/session/user-session-info](https://support.huaweicloud.com/api-workspace/ListSessionByUserName.html)                                                           | workspace:session:listSessionByUserName                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v1/{project_id}/storages-policy/actions/create-statements](https://support.huaweicloud.com/api-workspace/CreateOrUpdateStoragePolicyStatement.html)                            | workspace:storagePolicy:create                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/storages-policy/actions/list-statements](https://support.huaweicloud.com/api-workspace/ListStoragePolicyStatement.html)                                        | workspace:storagePolicy:list                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:users:list                                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/persistent-storages/actions/list-sfs-storages](https://support.huaweicloud.com/api-workspace/ListSfs3Storage.html)                                                          | workspace:storage:listSfs3Storage                      | - obs:bucket:listBucket  - obs:bucket:getBucketStorage  - obs:bucket:listAllMyBuckets                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| -                                                                                                                                                                                    | workspace:baseResource:list                            | ecs:availabilityZones:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| [POST /v1/{project_id}/bundles/batch-query-config-info](https://support.huaweicloud.com/api-workspace/ListCorpConfigInfo.html)                                                       | workspace:tenants:listConfigInfo                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/product](https://support.huaweicloud.com/api-workspace/ListProduct.html)                                                                                       | workspace:baseResource:list                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/session-type](https://support.huaweicloud.com/api-workspace/ShowSessionTypes.html)                                                                            | workspace:baseResource:list                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/tenant/action/active](https://support.huaweicloud.com/api-workspace/InitializeTenant.html)                                                                    | workspace:tenants:active                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/tenant/profile](https://support.huaweicloud.com/api-workspace/ListTenantProfile.html)                                                                          | workspace:tenants:listTenantProfile                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/volume-type](https://support.huaweicloud.com/api-workspace/ListVolumeType.html)                                                                                | workspace:baseResource:list                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:server:listServerMetricData                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/session/list-sessions](https://support.huaweicloud.com/api-workspace/ListSessions.html)                                                                        | workspace:session:listSessions                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-warehouse/apps/{id}](https://support.huaweicloud.com/api-workspace/UpdateWarehouseApp.html)                                                              | workspace:appWarehouse:updateApp                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-servers/actions/batch-change-image](https://support.huaweicloud.com/api-workspace/BatchChangeServerImage.html)                                            | workspace:server:batchChangeImage                      | - ims:images:list  - vpc:ports:get  - vpc:subnets:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [POST /v1/{project_id}/app-servers/actions/batch-reinstall](https://support.huaweicloud.com/api-workspace/BatchReinstallServer.html)                                                 | workspace:server:batchReinstall                        | - ims:images:list  - vpc:ports:get  - vpc:subnets:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [POST /v1/{project_id}/app-groups/{app_group_id}/apps/pre-boot-policy](https://support.huaweicloud.com/api-workspace/UpdatePreBootPolicy.html)                                       | workspace:app:updatePreBootPolicy                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-warehouse/bucket](https://support.huaweicloud.com/api-workspace/BindAppWarehouseBucket.html)                                                              | workspace:appWarehouse:bindBucket                      | - obs:bucket:getBucketAcl  - obs:bucket:headBucket  - obs:bucket:putBucketAcl  - obs:bucket:putReplicationConfiguration  - obs:bucket:createBucket  - obs:bucket:putBucketCORS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| [GET /v1/{project_id}/app-warehouse/bucket](https://support.huaweicloud.com/api-workspace/ShowAppWarehouseBucket.html)                                                               | workspace:appWarehouse:getBucket                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/cloud-storages/actions/list-project-configs](https://support.huaweicloud.com/api-workspace/ListProjectConfigs.html)                                            | workspace:cloudStorage:listConfig                      | sfs3:projectConfig:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [GET /v1/{project_id}/cloud-storages/actions/project-config/{cloud_storage_id}](https://support.huaweicloud.com/api-workspace/ShowProjectConfig.html)                                | workspace:cloudStorage:getConfig                       | sfs3:projectConfig:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| [POST /v1/{project_id}/cloud-storages](https://support.huaweicloud.com/api-workspace/CreateCloudStorage.html)                                                                        | workspace:cloudStorage:bind                            | sfs3:projectConfig:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| [GET /v1/{project_id}/cloud-storages](https://support.huaweicloud.com/api-workspace/ListCloudStorage.html)                                                                           | workspace:cloudStorage:list                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/cloud-storages/{storage_id}](https://support.huaweicloud.com/api-workspace/DeleteCloudStorage.html)                                                         | workspace:cloudStorage:unbind                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/cloud-storages/actions/batch-delete-cloud-storages](https://support.huaweicloud.com/api-workspace/BatchDeleteCloudStorage.html)                               | workspace:cloudStorage:batchDeleteFolder               | - sfs3:fileSystem:deleteFileSystem  - sfs3:file:delete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| [POST /v1/{project_id}/cloud-storages/{storage_id}/actions/create-folder](https://support.huaweicloud.com/api-workspace/CreateUserFolderAssignment.html)                             | workspace:cloudStorage:createFolder                    | - sfs3:fileSystem:createFileSystem  - sfs3:fileSystem:putACL  - sfs3:fileSystem:putCORS  - sfs3:fileSystem:putQuota  - sfs3:file:put                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [PATCH /v1/{project_id}/cloud-storages/{storage_id}/actions/update-folder/{cloud_assignment_id}](https://support.huaweicloud.com/api-workspace/UpdateCloudUserFolderAssignment.html) | workspace:cloudStorage:updateFolder                    | sfs3:fileSystem:putQuota                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| [POST /v1/{project_id}/cloud-storages/{storage_id}/actions/delete-folder](https://support.huaweicloud.com/api-workspace/DeleteCloudStorageAttachment.html)                           | workspace:cloudStorage:deleteFolder                    | - sfs3:fileSystem:deleteFileSystem  - sfs3:file:delete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| [GET /v1/{project_id}/cloud-storages/actions/list-folders](https://support.huaweicloud.com/api-workspace/ListCloudStorageAssignment.html)                                            | workspace:cloudStorage:listFolder                      | - sfs3:fileSystem:getFileSystem  - sfs3:fileSystem:listFiles                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| -                                                                                                                                                                                    | workspace:cloudStorage:resetUserProfile                | - sfs3:file:head  - sfs3:file:put  - sfs3:file:delete  - sfs3:fileSystem:listFiles  - sfs3:file:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| -                                                                                                                                                                                    | workspace:cloudStorage:listFiles                       | sfs3:fileSystem:listFiles                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| -                                                                                                                                                                                    | workspace:cloudStorage:transferFile                    | - sfs3:fileSystem:createFileSystem  - sfs3:fileSystem:putACL  - sfs3:fileSystem:putCORS  - sfs3:fileSystem:putQuota  - sfs3:file:put  - sfs3:file:head  - sfs3:file:delete  - sfs3:fileSystem:listFiles  - sfs3:file:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| -                                                                                                                                                                                    | workspace:cloudStorage:preTransferFile                 | - sfs3:file:put  - sfs3:file:head  - sfs3:fileSystem:listFiles                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| [POST /v1/{project_id}/cloud-storages/{storage_id}/actions/change-cluster](https://support.huaweicloud.com/api-workspace/ChangeCluster.html)                                         | workspace:cloudStorage:changeCluster                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:hotspotSessionConfig:create                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:hotspotSessionConfig:list                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:hotspotSessionConfig:update                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:hotspotSessionConfig:listNonMigrationUsers   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:hotspotSessionConfig:updateNonMigrationUsers | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/domain-controllers/validation](https://support.huaweicloud.com/api-workspace/ValidateDomainController.html)                                                   | workspace:tenants:validateDomains                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/check-cidr](https://support.huaweicloud.com/api-workspace/CheckCidr.html)                                                                                     | workspace:networks:checkCidr                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/users/notification-records](https://support.huaweicloud.com/api-workspace/ListNotificationRecords.html)                                                        | workspace:users:listNotificationRecords                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:images:deleteImageServer                     | - ecs:cloudServers:deleteServers  - ecs:cloudServers:showServer  - workspace:images:retryImportJob                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| -                                                                                                                                                                                    | workspace:images:generate                              | - ecs:cloudServers:create  - ecs:cloudServers:createServers  - ecs:cloudServers:showServer  - ecs:cloudServers:deleteServers  - ecs:servers:delete  - ecs:servers:create  - ims:serverImages:create  - ims:images:deleteImage  - ims:images:getJob  - ims:images:list  - ims:images:updateImage  - ims:images:create  - ims:serverImages:create  - ims:cloudServerImages:create  - eps:enterpriseProjects:delete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| -                                                                                                                                                                                    | workspace:images:get                                   | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| -                                                                                                                                                                                    | workspace:images:getImportJobDetail                    | ecs:cloudServers:showServer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| -                                                                                                                                                                                    | workspace:images:import                                | - vpcep:endpoints:get  - vpcep:endpoints:delete  - vpcep:endpoints:create  - vpcep:endpoints:list  - vpcep:endpointServices:describe  - ims:serverImages:create  - ims:images:deleteImage  - ims:images:getJob  - ims:images:list  - ims:images:import  - ims:images:create  - ims:serverImages:create  - ims:cloudServerImages:create  - ims:cloudImages:deleteImage  - ecs:servers:delete  - ecs:cloudServers:create  - ecs:cloudServers:createServers  - ecs:cloudServers:delete  - ecs:cloudServers:deleteServers  - ecs:cloudServers:showServer  - ecs:cloudServerQuotas:get  - eps:enterpriseProjects:list  - eps:enterpriseProjects:create  - iam:agencies:pass  - vpc:subnets:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| -                                                                                                                                                                                    | workspace:images:reportProgress                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:images:retryImportJob                        | - vpcep:endpoints:get  - vpcep:endpoints:delete  - vpcep:endpoints:create  - vpcep:endpoints:list  - vpcep:endpointServices:describe  - ims:images:create  - ims:images:deleteImage  - ims:images:getJob  - ims:images:list  - ims:images:updateImage  - ims:images:import  - ims:serverImages:create  - ims:cloudServerImages:create  - ims:cloudImages:deleteImage  - ecs:servers:delete  - ecs:servers:create  - ecs:cloudServers:create  - ecs:cloudServers:createServers  - ecs:cloudServers:delete  - ecs:cloudServers:deleteServers  - ecs:cloudServers:showServer  - ecs:cloudServerQuotas:get  - eps:enterpriseProjects:list  - eps:enterpriseProjects:create  - eps:enterpriseProjects:delete                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:images:update                                | - ims:images:list  - ims:images:get  - ims:images:setTags  - ims:images:setOrDeleteTags  - ims:images:updateImage  - ims:images:deleteTags                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| [GET /v3/{project_id}/domains/sync-external-user](https://support.huaweicloud.com/api-workspace/SyncExternalUser.html)                                                               | workspace:authConfigs:syncExternalUser                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/scheduled-tasks/life-cycle-type/configurations](https://support.huaweicloud.com/api-workspace/ListLifeCycleTypeConfigurations.html)                            | workspace:scheduledTasks:listLifeCycleConfigurations   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/screen-records/traffic-limit/configurations](https://support.huaweicloud.com/api-workspace/UpdateScreenRecordsTrafficLimitConfig.html)                        | workspace:screenRecord:configTrafficLimit              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/screen-records/traffic-limit/configurations](https://support.huaweicloud.com/api-workspace/ListScreenRecordsTrafficLimitConfig.html)                           | workspace:screenRecord:listTrafficLimitConfigurations  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:screenRecord:update                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/sites/{site_id}/dc-vnc](https://support.huaweicloud.com/api-workspace/UpdateDcVnc.html)                                                                        | workspace:sites:updateDcVnc                            | - vpcep:endpoints:create  - vpcep:endpoints:delete  - vpcep:endpoints:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| [DELETE /v3/{project_id}/domains](https://support.huaweicloud.com/api-workspace/CloseDomainNew.html)                                                                                 | workspace:tenants:closeDomain                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/users/ai-assistant/statistics/usage-frequency](https://support.huaweicloud.com/api-workspace/ShowAiAssistantUsageFrequency.html)                                            | workspace:users:getAiAssistantUsageFrequency           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/users/ai-assistant/subscribe](https://support.huaweicloud.com/api-workspace/ListSubscribeAiAssistantUsers.html)                                                             | workspace:users:listSubscribeAiAssistantUsers          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/users/ai-assistant/subscribe](https://support.huaweicloud.com/api-workspace/SubscribeAiAssistant.html)                                                                     | workspace:users:subscribeAiAssistant                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/batch-rejoin-domain/check](https://support.huaweicloud.com/api-workspace/BatchCheckDesktopRejoinDomain.html)                                         | workspace:desktops:batchCheckRejoinDomain              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/batch-rejoin-domain](https://support.huaweicloud.com/api-workspace/BatchUpdateDesktopDomain.html)                                                    | workspace:desktops:batchRejoinDomain                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/hosts/export](https://support.huaweicloud.com/api-workspace/ExportHostsDetail.html)                                                                            | workspace:wdh:export                                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/{project_id}/groups/export](https://support.huaweicloud.com/api-workspace/ExportUserGroupsNew.html)                                                                        | workspace:userGroups:export                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /{project_id}/upgrade-strategies](https://support.huaweicloud.com/api-workspace/ListTenantUpgradeStrategies.html)                                                               | workspace:upgradeStrategy:list                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /{project_id}/upgrade-strategies/export](https://support.huaweicloud.com/api-workspace/ExportTenantUpgradeStrategies.html)                                                      | workspace:upgradeStrategy:export                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /{project_id}/upgrade-strategy/{strategy_id}/apply-objects](https://support.huaweicloud.com/api-workspace/ListApplyObjects.html)                                                | workspace:upgradeStrategy:listApplyObjects             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /{project_id}/upgrade-strategy/{strategy_id}/apply-objects](https://support.huaweicloud.com/api-workspace/UpdateStrategyApplyObjects.html)                                     | workspace:upgradeStrategy:updateApplyObjects           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /{project_id}/upgrade-strategy](https://support.huaweicloud.com/api-workspace/CreateTenantUpgradeStrategy.html)                                                                | workspace:upgradeStrategy:create                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /{project_id}/upgrade-strategy/batch-delete](https://support.huaweicloud.com/api-workspace/DeleteTenantUpgradeStrategy.html)                                                   | workspace:upgradeStrategy:batchDelete                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /{project_id}/upgrade-strategy/{strategy_id}](https://support.huaweicloud.com/api-workspace/UpdateTenantUpgradeStrategy.html)                                                   | workspace:upgradeStrategy:update                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /{project_id}/upgrade-tasks](https://support.huaweicloud.com/api-workspace/ListUpgradeTasks.html)                                                                               | workspace:upgradeTask:list                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /{project_id}/upgrade-task/{task_id}/apply-objects](https://support.huaweicloud.com/api-workspace/ListTaskApplyObjects.html)                                                    | workspace:upgradeTask:listApplyObjects                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /{project_id}/upgrade-task](https://support.huaweicloud.com/api-workspace/CreateUpgradeScheduleTask.html)                                                                      | workspace:upgradeTask:create                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /{project_id}/upgrade-task/batch-delete](https://support.huaweicloud.com/api-workspace/DeleteUpgradeTask.html)                                                                 | workspace:upgradeTask:batchDelete                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /{project_id}/upgrade-task/{task_id}](https://support.huaweicloud.com/api-workspace/ShowUpgradeTaskDetail.html)                                                                 | workspace:upgradeTask:get                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /{project_id}/upgrade-task/{task_id}](https://support.huaweicloud.com/api-workspace/UpdateUpgradeTask.html)                                                                     | workspace:upgradeTask:update                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /{project_id}/upgrade-task/execute](https://support.huaweicloud.com/api-workspace/ExecuteTriggerUpgrade.html)                                                                  | workspace:upgradeTask:execute                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /{project_id}/version-config/{version_config_id}](https://support.huaweicloud.com/api-workspace/ShowTenantVersionConfig.html)                                                   | workspace:versionConfig:get                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /{project_id}/version-config](https://support.huaweicloud.com/api-workspace/ListTenantVersionConfig.html)                                                                       | workspace:versionConfig:list                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:upgradeRecord:list                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:upgradeRecordDetail:listLatest               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:upgradeRecordDetail:exportLatest             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:upgradeRecordDetail:listHistory              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:upgradeRecordDetail:exportHistory            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/statistics/by-version](https://support.huaweicloud.com/api-workspace/ListDesktopStatisticsByVersion.html)                                             | workspace:desktops:listVersionStatistics               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/list-by-version](https://support.huaweicloud.com/api-workspace/ListDesktopVersion.html)                                                               | workspace:desktops:listByVersion                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/list-by-version/export](https://support.huaweicloud.com/api-workspace/ExportDesktopVersionList.html)                                                  | workspace:desktops:exportListByVersion                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/instances](https://support.huaweicloud.com/api-workspace/ListAgentInstances.html)                                                                                 | workspace:agentInstance:list                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/instances/statistics](https://support.huaweicloud.com/api-workspace/ListInstanceStatistics.html)                                                                  | workspace:agentInstance:list                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/ai-agents/im-channels](https://support.huaweicloud.com/api-workspace/SaveImChannels.html)                                                                                  | workspace:imChannel:create                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v3/ai-agents/{id}/im-channels/{platform}](https://support.huaweicloud.com/api-workspace/DeleteImChannel.html)                                                               | workspace:imChannel:delete                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/instances/{instance_id}/model-groups](https://support.huaweicloud.com/api-workspace/ListInstanceModelGroups.html)                                                 | workspace:agentInstance:list                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/ai-agents/model-configs/apply](https://support.huaweicloud.com/api-workspace/ApplyModelConfig.html)                                                                        | workspace:modelConfig:addAuthorization                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v3/ai-agents/model-configs/apply](https://support.huaweicloud.com/api-workspace/RemoveModelConfig.html)                                                                     | workspace:modelConfig:removeAuthorization              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/ai-agents/model-groups](https://support.huaweicloud.com/api-workspace/CreateModelGroup.html)                                                                               | workspace:modelGroup:create                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/model-groups](https://support.huaweicloud.com/api-workspace/ListModelGroups.html)                                                                                 | workspace:modelGroup:list                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/model-groups/{group_id}](https://support.huaweicloud.com/api-workspace/ShowModelGroup.html)                                                                       | workspace:modelGroup:get                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v3/ai-agents/model-groups/{group_id}](https://support.huaweicloud.com/api-workspace/UpdateModelGroup.html)                                                                     | workspace:modelGroup:update                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v3/ai-agents/model-groups/{group_id}](https://support.huaweicloud.com/api-workspace/DeleteModelGroup.html)                                                                  | workspace:modelGroup:delete                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/ai-agents/model-groups/{group_id}/providers/batch](https://support.huaweicloud.com/api-workspace/BatchBindProviders.html)                                                  | workspace:modelGroup:bind                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/model-groups/{group_id}/resources](https://support.huaweicloud.com/api-workspace/ListModelGroupResources.html)                                                    | workspace:modelGroup:list                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/model-groups/{group_id}/providers](https://support.huaweicloud.com/api-workspace/ListModelGroupProviders.html)                                                    | workspace:modelGroup:list                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/ai-agents/model-groups/{group_id}/providers/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteProviders.html)                                         | workspace:modelGroup:delete                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/model-provider-templates](https://support.huaweicloud.com/api-workspace/ListProviderTemplates.html)                                                               | workspace:modelProvider:list                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/ai-agents/model-providers/verify](https://support.huaweicloud.com/api-workspace/VerifyProvider.html)                                                                       | workspace:modelProvider:verify                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/ai-agents/model-providers/remote-models/query](https://support.huaweicloud.com/api-workspace/ListRemoteProviderModels.html)                                                | workspace:modelProvider:list                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/ai-agents/model-providers](https://support.huaweicloud.com/api-workspace/CreateProvider.html)                                                                              | workspace:modelProvider:create                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/model-providers](https://support.huaweicloud.com/api-workspace/ListProviders.html)                                                                                | workspace:modelProvider:list                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/model-providers/{provider_id}](https://support.huaweicloud.com/api-workspace/ShowProvider.html)                                                                   | workspace:modelProvider:get                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v3/ai-agents/model-providers/{provider_id}](https://support.huaweicloud.com/api-workspace/UpdateProvider.html)                                                                 | workspace:modelProvider:update                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v3/ai-agents/model-providers/{provider_id}](https://support.huaweicloud.com/api-workspace/DeleteProvider.html)                                                              | workspace:modelProvider:delete                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/ai-agents/model-providers/{provider_id}/models/batch](https://support.huaweicloud.com/api-workspace/BatchCreateModel.html)                                                 | workspace:modelProvider:addModel                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/ai-agents/model-providers/{provider_id}/models/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteModel.html)                                          | workspace:modelProvider:deleteModel                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/model-providers/{provider_id}/models](https://support.huaweicloud.com/api-workspace/ListModels.html)                                                              | workspace:modelProvider:listModel                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/model-providers/{provider_id}/models/{model_id}](https://support.huaweicloud.com/api-workspace/ShowModel.html)                                                    | workspace:modelProvider:getModel                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v3/ai-agents/model-providers/{provider_id}/models/{model_id}](https://support.huaweicloud.com/api-workspace/UpdateModel.html)                                                  | workspace:modelProvider:updateModel                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/sites/{site_id}/reset-auth-config](https://support.huaweicloud.com/api-workspace/ResetSiteAuthConfig.html)                                                    | workspace:site:resetSiteAuthConfig                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/{id}/im-channels](https://support.huaweicloud.com/api-workspace/ListImChannels.html)                                                                              | workspace:imChannel:list                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/auth-config/method-config](https://support.huaweicloud.com/api-workspace/ShowAuthConfig.html)                                                                  | workspace:authConfigs:get                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/auth-config/method-config](https://support.huaweicloud.com/api-workspace/UpdateAuthMethodConfig.html)                                                          | workspace:authConfigs:update                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/assist-auth-config/method-config](https://support.huaweicloud.com/api-workspace/ShowAssistAuthConfig.html)                                                     | workspace:assistAuthConfigs:get                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/assist-auth-config/method-config](https://support.huaweicloud.com/api-workspace/UpdateAssistAuthMethodConfig.html)                                             | workspace:assistAuthConfigs:update                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/workspace-jobs/{job_id}/actions](https://support.huaweicloud.com/api-workspace/RunActionsOnWorkspaceJob.html)                                                 | workspace:jobs:retry                                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/quotas](https://support.huaweicloud.com/api-workspace/ShowQuotas.html)                                                                                         | workspace:quotas:get                                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:tenants:getRoles                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/tenant-configs](https://support.huaweicloud.com/api-workspace/ListTenantConfigs.html)                                                                          | workspace:tenants:ListConfig                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/tenant-configs](https://support.huaweicloud.com/api-workspace/UpdateTenantConfig.html)                                                                         | workspace:tenants:updateConfig                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/nat-mapping-configs](https://support.huaweicloud.com/api-workspace/ListNatMappingConfigs.html)                                                                 | workspace:natMappings:getConfig                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/nat-mapping-configs](https://support.huaweicloud.com/api-workspace/UpdateNatMappingConfigs.html)                                                               | workspace:natMappings:updateConfig                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/workspaces](https://support.huaweicloud.com/api-workspace/ListWorkspaces.html)                                                                                 | workspace:tenants:get                                  | - vpc:vpcs:get  - vpc:subnets:get  - vpc:securityGroups:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [POST /v2/{project_id}/workspaces](https://support.huaweicloud.com/api-workspace/ApplyWorkspace.html)                                                                                | workspace:tenants:open                                 | - eip:bandwidths:create  - eip:publicIps:create  - elb:availability-zones:list  - elb:healthmonitors:create  - elb:healthmonitors:show  - elb:listeners:create  - elb:listeners:update  - elb:listeners:show  - elb:listeners:list  - elb:loadbalancers:create  - elb:loadbalancers:update  - elb:loadbalancers:show  - elb:members:create  - elb:members:list  - elb:members:update  - elb:pools:create  - elb:pools:update  - elb:pools:show  - vpc:ports:create  - vpc:ports:delete  - vpc:securityGroupRules:create  - vpc:securityGroupRules:delete  - vpc:securityGroupRules:get  - vpc:securityGroups:create  - vpc:subnets:get  - vpc:subnets:update  - vpc:vpcs:get  - vpcep:endpoints:create  - vpcep:endpoints:get                                                                                                                                                                            |
| [DELETE /v2/{project_id}/workspaces](https://support.huaweicloud.com/api-workspace/CancelWorkspace.html)                                                                             | workspace:tenants:delete                               | - elb:healthmonitors:delete  - elb:healthmonitors:show  - elb:listeners:delete  - elb:listeners:show  - elb:loadbalancers:delete  - elb:loadbalancers:show  - elb:members:delete  - elb:members:list  - elb:pools:delete  - elb:pools:show  - vpc:ports:delete  - vpc:securityGroups:delete  - vpcep:endpoints:delete  - vpcep:endpoints:get  - eip:publicIps:disassociateInstance  - eip:bandwidths:delete  - eip:publicIps:delete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [PUT /v2/{project_id}/workspaces](https://support.huaweicloud.com/api-workspace/UpdateWorkspace.html)                                                                                | workspace:tenants:update                               | - eip:bandwidths:create  - eip:bandwidths:delete  - eip:publicIps:create  - eip:publicIps:delete  - eip:publicIps:disassociateInstance  - elb:availability-zones:list  - elb:healthmonitors:create  - elb:healthmonitors:delete  - elb:healthmonitors:show  - elb:listeners:create  - elb:listeners:delete  - elb:listeners:update  - elb:listeners:show  - elb:loadbalancers:create  - elb:loadbalancers:delete  - elb:loadbalancers:update  - elb:loadbalancers:show  - elb:members:create  - elb:members:delete  - elb:members:list  - elb:members:update  - elb:pools:create  - elb:pools:delete  - elb:pools:update  - elb:pools:show  - vpc:subnets:get  - vpc:subnets:update  - vpc:vpcs:get  - vpcep:endpoints:create  - vpcep:endpoints:delete  - vpcep:endpoints:get   |
| [GET /v2/{project_id}/workspaces/lock-status](https://support.huaweicloud.com/api-workspace/ShowWorkspaceLock.html)                                                                  | workspace:tenants:getLockStatus                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/workspaces/lock-status](https://support.huaweicloud.com/api-workspace/UnlockWorkspace.html)                                                                    | workspace:tenants:unlock                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/agencies](https://support.huaweicloud.com/api-workspace/CreateAgencies.html)                                                                                  | workspace:agencies:create                              | - iam:agencies:listV5  - iam:agencies:getV5  - iam:agencies:createServiceLinkedAgencyV5  - iam:agencies:create  - iam:agencies:listRolesOnProject  - iam:agencies:grantRoleOnProject  - iam:roles:get  - iam:roles:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| [GET /v2/{project_id}/agencies](https://support.huaweicloud.com/api-workspace/ListAgencies.html)                                                                                     | workspace:agencies:get                                 | - iam:agencies:listV5  - iam:agencies:getV5  - iam:agencies:listRolesOnProject  - iam:roles:get  - iam:roles:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| -                                                                                                                                                                                    | workspace:desktops:commitAiAccelerateJob               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:createAiAccelerateJob               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:getAiAccelerateJob                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/sysprep](https://support.huaweicloud.com/api-workspace/CheckSysprepInfo.html)                                                                                 | workspace:desktops:getSysPrepInfo                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:checkBatchChangeImage               | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [GET /v2/{project_id}/desktop-name-policies](https://support.huaweicloud.com/api-workspace/ListDesktopNamePolicy.html)                                                               | workspace:tenants:listDesktopNamePolicies              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktop-name-policies](https://support.huaweicloud.com/api-workspace/CreateDesktopNamePolicy.html)                                                            | workspace:tenants:createDesktopNamePolicy              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/desktop-name-policies/{policy_id}](https://support.huaweicloud.com/api-workspace/UpdateDesktopNamePolicy.html)                                                 | workspace:tenants:updateDesktopNamePolicy              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktop-name-policies/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteDesktopNamePolicy.html)                                          | workspace:tenants:batchDeleteDesktopNamePolicies       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktop-pools](https://support.huaweicloud.com/api-workspace/CreateDesktopPool.html)                                                                          | workspace:desktopPools:create                          | - ims:images:get  - ims:images:list  - ims:images:share  - ims:images:updateMemberStatus  - ims:images:deleteMember  - ims:images:addMember  - vpc:networks:get  - vpc:ports:create  - vpc:ports:delete  - vpc:ports:get  - vpc:ports:update  - vpc:securityGroups:get  - vpc:subnets:get  - vpc:vpcs:get  - dss:pools:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [GET /v2/{project_id}/desktop-pools](https://support.huaweicloud.com/api-workspace/ListDesktopPools.html)                                                                            | workspace:desktopPools:list                            | - ims:images:list  - workspace:sites:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [PUT /v2/{project_id}/desktop-pools/{pool_id}](https://support.huaweicloud.com/api-workspace/UpdateDesktopPool.html)                                                                 | workspace:desktopPools:update                          | - vpc:vpcs:get  - vpc:subnets:get  - vpc:networks:get  - vpc:securityGroups:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [DELETE /v2/{project_id}/desktop-pools/{pool_id}](https://support.huaweicloud.com/api-workspace/DeleteDesktopPool.html)                                                              | workspace:desktopPools:delete                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktop-pools/{pool_id}](https://support.huaweicloud.com/api-workspace/ShowDesktopPoolDetail.html)                                                             | workspace:desktopPools:get                             | - ims:images:list  - vpc:securityGroups:get  - vpc:vpcs:get  - vpc:subnets:get  - vpc:networks:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| [POST /v2/{project_id}/desktop-pools/{pool_id}/expand](https://support.huaweicloud.com/api-workspace/ExpandDesktopPool.html)                                                         | workspace:desktopPools:expand                          | - ims:images:get  - ims:images:list  - ims:images:share  - ims:images:updateMemberStatus  - ims:images:deleteMember  - ims:images:addMember  - vpc:networks:get  - vpc:ports:create  - vpc:ports:delete  - vpc:ports:get  - vpc:ports:update  - vpc:securityGroups:get  - vpc:subnets:get  - vpc:vpcs:get  - dss:pools:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [POST /v2/{project_id}/desktop-pools/{pool_id}/resize](https://support.huaweicloud.com/api-workspace/ResizeDesktopPool.html)                                                         | workspace:desktopPools:resize                          | - vpc:subnets:get  - ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| [POST /v2/{project_id}/desktop-pools/{pool_id}/rebuild](https://support.huaweicloud.com/api-workspace/RebuildDesktopPool.html)                                                       | workspace:desktopPools:rebuild                         | - vpc:ports:get  - ims:images:get  - ims:images:list  - ims:images:share  - ims:images:updateMemberStatus  - ims:images:deleteMember  - ims:images:addMember                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [POST /v2/{project_id}/desktop-pools/{pool_id}/volumes/batch-add](https://support.huaweicloud.com/api-workspace/AddDesktopPoolVolumes.html)                                          | workspace:desktopPools:batchAddVolumes                 | - kms:cmk:createGrant  - kms:cmk:listGrants  - kms:cmk:get  - kms:cmk:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| [POST /v2/{project_id}/desktop-pools/{pool_id}/volumes/batch-delete](https://support.huaweicloud.com/api-workspace/DeleteDesktopPoolVolumes.html)                                    | workspace:desktopPools:batchDeleteVolumes              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktop-pools/{pool_id}/volumes/batch-expand](https://support.huaweicloud.com/api-workspace/ExpandDesktopPoolVolumes.html)                                    | workspace:desktopPools:batchExpandVolumes              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktop-pools/{pool_id}/action](https://support.huaweicloud.com/api-workspace/ExecuteDesktopPoolAction.html)                                                  | workspace:desktopPools:operate                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktop-pools/{pool_id}/users](https://support.huaweicloud.com/api-workspace/ListDesktopPoolAuthorizedObjects.html)                                            | workspace:desktopPools:listUsers                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktop-pools/{pool_id}/users](https://support.huaweicloud.com/api-workspace/CreateDesktopPoolAuthorizedObjects.html)                                         | workspace:desktopPools:authorizeUsers                  | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [GET /v2/{project_id}/desktop-pools/{pool_id}/desktops](https://support.huaweicloud.com/api-workspace/ListPoolDesktopsDetail.html)                                                   | workspace:desktopPools:listDesktops                    | - vpc:ports:get  - vpc:ports:list  - vpc:securityGroups:get  - eip:publicIps:list  - nat:snatRules:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktop-pools/script-execution-tasks/detail](https://support.huaweicloud.com/api-workspace/ShowDesktopPoolsScriptExecTasks.html)                               | workspace:desktopPools:listScriptTasks                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktop-pools/{pool_id}/script-executions](https://support.huaweicloud.com/api-workspace/ExecuteDesktopPoolScript.html)                                       | workspace:desktopPools:executeScripts                  | workspace:scripts:execute                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [POST /v2/{project_id}/desktop-pools/{pool_id}/notifications](https://support.huaweicloud.com/api-workspace/SendDesktopPoolNotifications.html)                                       | workspace:desktopPools:sendNotifications               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:export                              | - vpc:ports:get  - vpc:ports:list  - vpc:securityGroups:get  - eip:publicIps:list  - nat:snatRules:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops](https://support.huaweicloud.com/api-workspace/CreateDesktop.html)                                                                                   | workspace:desktops:create                              | - ims:images:get  - ims:images:list  - ims:images:share  - ims:images:updateMemberStatus  - ims:images:deleteMember  - ims:images:addMember  - vpc:networks:get  - vpc:ports:create  - vpc:ports:delete  - vpc:ports:get  - vpc:ports:update  - eip:publicIps:get  - eip:publicIps:list  - eip:publicIps:create  - eip:publicIps:associateInstance  - eip:publicIps:delete  - eip:publicIps:createTags  - vpc:quotas:list  - vpc:securityGroups:get  - vpc:subnets:get  - vpc:vpcs:get  - dss:pools:list  - kms:cmk:createGrant  - kms:cmk:listGrants  - kms:cmk:get  - kms:cmk:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| [GET /v2/{project_id}/desktops](https://support.huaweicloud.com/api-workspace/ListDesktops.html)                                                                                     | workspace:desktops:list                                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/desktops/{desktop_id}](https://support.huaweicloud.com/api-workspace/UpdateDesktop.html)                                                                       | workspace:desktops:update                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/desktops/{desktop_id}](https://support.huaweicloud.com/api-workspace/DeleteDesktop.html)                                                                    | workspace:desktops:delete                              | - vpc:ports:get  - vpc:ports:delete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [GET /v2/{project_id}/desktops/{desktop_id}](https://support.huaweicloud.com/api-workspace/ShowDesktopDetail.html)                                                                   | workspace:desktops:get                                 | - vpc:ports:get  - vpc:ports:list  - vpc:securityGroups:get  - eip:publicIps:list  - nat:snatRules:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteDesktops.html)                                                                | workspace:desktops:batchDelete                         | - vpc:ports:get  - vpc:ports:delete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [POST /v2/{project_id}/desktops/logoff](https://support.huaweicloud.com/api-workspace/BatchLogoffDesktops.html)                                                                      | workspace:desktops:logoff                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/detail](https://support.huaweicloud.com/api-workspace/ListDesktopsDetail.html)                                                                        | workspace:desktops:listDetail                          | - vpc:ports:get  - vpc:ports:list  - vpc:securityGroups:get  - eip:publicIps:list  - nat:snatRules:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/action](https://support.huaweicloud.com/api-workspace/BatchRunDesktops.html)                                                                         | workspace:desktops:operate                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/resize](https://support.huaweicloud.com/api-workspace/ResizeDesktop.html)                                                                            | workspace:desktops:resize                              | - vpc:subnets:get  - ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| [GET /v2/{project_id}/connections/status](https://support.huaweicloud.com/api-workspace/ListInstancesStatus.html)                                                                    | workspace:desktops:getConnectStatus                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:ListStatus                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/rebuild](https://support.huaweicloud.com/api-workspace/BatchRebuildDesktopsSystemDisk.html)                                                          | workspace:desktops:rebuild                             | - vpc:ports:get  - ims:images:get  - ims:images:list  - ims:images:share  - ims:images:updateMemberStatus  - ims:images:deleteMember  - ims:images:addMember                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [GET /v2/{project_id}/desktops/{desktop_id}/actions](https://support.huaweicloud.com/api-workspace/ListDesktopActions.html)                                                          | workspace:desktops:getActions                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/{desktop_id}/remote-consoles](https://support.huaweicloud.com/api-workspace/ShowRemoteConsoleAddress.html)                                            | workspace:desktops:createConsole                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/desktops/sids](https://support.huaweicloud.com/api-workspace/UpdateDesktopSids.html)                                                                           | workspace:desktops:updateSids                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/{desktop_id}/rejoin-domain](https://support.huaweicloud.com/api-workspace/RegisterDomain.html)                                                       | workspace:desktops:rejoinDomain                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/desktop-to-image](https://support.huaweicloud.com/api-workspace/ChangeDesktopToImage.html)                                                           | workspace:desktops:createImage                         | - ims:quotas:get  - ims:images:get  - ims:images:list  - ims:images:setTags  - ims:images:setOrDeleteTags  - ims:images:updateMemberStatus  - ims:images:copyInRegion  - ims:serverImages:create                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [POST /v2/{project_id}/desktops/batch-detach](https://support.huaweicloud.com/api-workspace/BatchDetachInstances.html)                                                               | workspace:desktops:batchDetach                         | vpc:ports:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [POST /v2/{project_id}/desktops/detach](https://support.huaweicloud.com/api-workspace/DetachInstances.html)                                                                          | workspace:desktops:detach                              | vpc:ports:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [POST /v2/{project_id}/desktops/attach](https://support.huaweicloud.com/api-workspace/AttachInstances.html)                                                                          | workspace:desktops:attach                              | - vpc:ports:get  - ims:images:get  - ims:images:list  - ims:images:share  - ims:images:updateMemberStatus  - ims:images:deleteMember  - ims:images:addMember                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [GET /v2/{project_id}/desktops/{desktop_id}/networks](https://support.huaweicloud.com/api-workspace/ShowDesktopNetwork.html)                                                         | workspace:desktops:getNetwork                          | - vpc:vpcs:get  - vpc:networks:get  - vpc:subnets:get  - vpc:ports:get  - vpc:securityGroups:get  - eip:publicIps:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| [PUT /v2/{project_id}/desktops/{desktop_id}/networks](https://support.huaweicloud.com/api-workspace/ChangeDesktopNetwork.html)                                                       | workspace:desktops:changeNetwork                       | - vpc:vpcs:get  - vpc:subnets:get  - vpc:networks:get  - vpc:ports:get  - vpc:ports:create  - vpc:ports:update  - vpc:ports:delete  - vpc:securityGroups:get  - eip:publicIps:list  - eip:publicIps:associateInstance  - eip:publicIps:disassociateInstance                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| -                                                                                                                                                                                    | workspace:exclusiveHosts:listDesktops                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:listAll                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktopAssociate:listDiscoverVmInfo          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktopAssociate:startTask                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktopAssociate:switchScanTask              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktopAssociate:getScanTaskSwitch           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/desktops/maintenance-mode](https://support.huaweicloud.com/api-workspace/SetMaintenanceMode.html)                                                              | workspace:desktops:setMaintenanceMode                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/pre-batch-attach](https://support.huaweicloud.com/api-workspace/BatchAssociateInstances.html)                                                        | workspace:desktops:prepAttachUsers                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/batch-attach](https://support.huaweicloud.com/api-workspace/BatchAttachInstances.html)                                                               | workspace:desktops:batchAttachUsers                    | - vpc:ports:get  - ims:images:get  - ims:images:list  - ims:images:share  - ims:images:updateMemberStatus  - ims:images:deleteMember  - ims:images:addMember                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [PUT /v2/{project_id}/desktops/change-username](https://support.huaweicloud.com/api-workspace/UpdateDesktopUsername.html)                                                            | workspace:desktops:changeUsername                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/notifications](https://support.huaweicloud.com/api-workspace/SendNotifications.html)                                                                 | workspace:desktops:sendNotifications                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:migrate                             | - vpc:networks:get  - vpc:subnets:get  - vpc:ports:create  - vpc:ports:delete  - vpc:ports:update  - vpc:ports:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| [GET /v2/{project_id}/desktops/agents](https://support.huaweicloud.com/api-workspace/ListAgentsInstallCondition.html)                                                                | workspace:desktops:listAgents                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/agents](https://support.huaweicloud.com/api-workspace/BatchInstallAgent.html)                                                                        | workspace:desktops:batchInstallAgents                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/{desktop_id}/tags](https://support.huaweicloud.com/api-workspace/ShowTagByDesktopId.html)                                                             | workspace:desktops:listTags                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/{desktop_id}/tags](https://support.huaweicloud.com/api-workspace/CreateTag.html)                                                                     | workspace:desktops:tag                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/desktops/{desktop_id}/tags/{key}](https://support.huaweicloud.com/api-workspace/DeleteTag.html)                                                             | workspace:desktops:untag                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/tags](https://support.huaweicloud.com/api-workspace/ListProjectTags.html)                                                                             | workspace:desktops:listProjectTags                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/{desktop_id}/tags/action](https://support.huaweicloud.com/api-workspace/BatchChangeTags.html)                                                        | workspace:desktops:operateTags                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/resource_instances/action](https://support.huaweicloud.com/api-workspace/ListDesktopByTags.html)                                                     | workspace:desktops:listByTags                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/batch-tags](https://support.huaweicloud.com/api-workspace/BatchAddDesktopsTags.html)                                                                 | workspace:desktops:tag                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/desktops/batch-tags](https://support.huaweicloud.com/api-workspace/BatchDeleteDesktopsTags.html)                                                            | workspace:desktops:untag                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:exclusiveHosts:create                        | - vpc:networks:get  - vpc:ports:create  - vpc:ports:delete  - vpc:ports:get  - vpc:ports:update  - vpc:subnets:get  - vpc:vpcs:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| -                                                                                                                                                                                    | workspace:exclusiveHosts:list                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:exclusiveHosts:check                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:exclusiveHosts:get                           | - nat:snatRules:list  - eip:publicIps:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| -                                                                                                                                                                                    | workspace:exclusiveHosts:update                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:exclusiveHosts:delete                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/market-images](https://support.huaweicloud.com/api-workspace/ListMarketImages.html)                                                                            | workspace:mkp:listImages                               | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| -                                                                                                                                                                                    | workspace:mkp:listCommodityInfos                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:mkp:createOrder                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:mkp:listListProductReserve                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:mkp:listCommodityDetails                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:mkp:listRelationCommodityDetails             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:mkp:listCommodityAgreements                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/eips](https://support.huaweicloud.com/api-workspace/ListDesktopsEips.html)                                                                                     | workspace:networks:listEips                            | - eip:publicIps:list  - eip:bandwidths:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/eips](https://support.huaweicloud.com/api-workspace/ApplyDesktopsInternet.html)                                                                               | workspace:networks:createEips                          | - vpc:quotas:list  - eip:publicIps:create  - eip:publicIps:associateInstance                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [POST /v2/{project_id}/eips/binding](https://support.huaweicloud.com/api-workspace/AssociateDesktopsEip.html)                                                                        | workspace:networks:bindEips                            | - eip:publicIps:associateInstance  - eip:publicIps:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| [POST /v2/{project_id}/eips/unbinding](https://support.huaweicloud.com/api-workspace/BatchDisassociateDesktopsEip.html)                                                              | workspace:networks:unbindEips                          | - eip:publicIps:list  - eip:publicIps:disassociateInstance                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| -                                                                                                                                                                                    | workspace:networks:getEipQuota                         | vpc:quotas:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [GET /v2/{project_id}/nat-gateways](https://support.huaweicloud.com/api-workspace/ListNatGateways.html)                                                                              | workspace:networks:ListNatGateways                     | - vpc:subnets:get  - vpc:vpcs:get  - nat:snatRules:list  - nat:natGateways:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [POST /v1/{project_id}/bundles/subscribe/order](https://support.huaweicloud.com/api-workspace/CreateOrder.html)                                                                      | workspace:orders:create                                | - ims:images:list  - vpc:vpcs:get  - vpc:networks:get  - vpc:subnets:get  - vpc:ports:get  - bss:order:update  - kms:cmk:createGrant  - kms:cmk:listGrants  - kms:cmk:get  - kms:cmk:list  - iam:agencies:pass                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| [POST /v2/{project_id}/periodic/{desktop_id}/change/order](https://support.huaweicloud.com/api-workspace/CreateChangeOrder.html)                                                     | workspace:orders:change                                | - ims:images:list  - bss:order:update                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| [POST /v2/{project_id}/periodic/change/batch-order](https://support.huaweicloud.com/api-workspace/CreateDesktopBatchOrder.html)                                                      | workspace:orders:change                                | - ims:images:list  - bss:order:update                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| [POST /v2/{project_id}/periodic/inquiry/change-image](https://support.huaweicloud.com/api-workspace/EstimateChangeImages.html)                                                       | workspace:orders:batchInquiry                          | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [POST /v2/{project_id}/desktop-pool/periodic/change/order](https://support.huaweicloud.com/api-workspace/CreateDesktopPoolChangeOrder.html)                                          | workspace:orders:change                                | - ims:images:list  - bss:order:update                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| [POST /v2/{project_id}/desktop-pool/periodic/inquiry/add-volume](https://support.huaweicloud.com/api-workspace/EstimateDesktopPoolAddVolume.html)                                    | workspace:orders:batchInquiry                          | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [POST /v2/{project_id}/desktop-pool/periodic/inquiry/change-image](https://support.huaweicloud.com/api-workspace/EstimateDesktopPoolChangeImage.html)                                | workspace:orders:batchInquiry                          | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [POST /v2/{project_id}/desktop-pool/periodic/inquiry/extend-volume](https://support.huaweicloud.com/api-workspace/EstimateDesktopPoolExtendVolume.html)                              | workspace:orders:batchInquiry                          | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [POST /v2/{project_id}/desktop-pool/periodic/inquiry/resize](https://support.huaweicloud.com/api-workspace/EstimateDesktopPoolResize.html)                                           | workspace:orders:batchInquiry                          | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [POST /v2/{project_id}/periodic/inquiry/add-resources](https://support.huaweicloud.com/api-workspace/EstimateAddResources.html)                                                      | workspace:orders:batchInquiry                          | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| -                                                                                                                                                                                    | workspace:quotas:check                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:renderDesktops:create                        | - ims:images:list  - ims:images:share  - vpc:networks:get  - vpc:ports:create  - vpc:ports:delete  - vpc:ports:get  - vpc:ports:update  - vpc:securityGroups:get  - vpc:subnets:get  - vpc:vpcs:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| -                                                                                                                                                                                    | workspace:renderDesktops:delete                        | - vpc:ports:get  - vpc:ports:delete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| -                                                                                                                                                                                    | workspace:renderDesktops:list                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:renderDesktops:action                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/scheduled-tasks](https://support.huaweicloud.com/api-workspace/ListScheduledTasks.html)                                                                        | workspace:scheduledTasks:list                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/scheduled-tasks](https://support.huaweicloud.com/api-workspace/CreateScheduledTasks.html)                                                                     | workspace:scheduledTasks:create                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/scheduled-tasks/{task_id}](https://support.huaweicloud.com/api-workspace/ShowScheduledTasks.html)                                                              | workspace:scheduledTasks:get                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/scheduled-tasks/{task_id}](https://support.huaweicloud.com/api-workspace/UpdateScheduledTasks.html)                                                            | workspace:scheduledTasks:update                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/scheduled-tasks/{task_id}](https://support.huaweicloud.com/api-workspace/DeleteScheduledTasks.html)                                                         | workspace:scheduledTasks:delete                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/schedule-task/future-executions](https://support.huaweicloud.com/api-workspace/ListFutureExecutions.html)                                                     | workspace:scheduledTasks:getFuture                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/scheduled-tasks/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteScheduledTasks.html)                                                   | workspace:scheduledTasks:batchDelete                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/scheduled-tasks/{task_id}/records](https://support.huaweicloud.com/api-workspace/ListScheduledTasksRecords.html)                                               | workspace:scheduledTasks:listRecords                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/scheduled-tasks/{task_id}/records/{record_id}](https://support.huaweicloud.com/api-workspace/ListScheduledTasksRecordsDetails.html)                            | workspace:scheduledTasks:getRecord                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/scheduled-tasks/{task_id}/records/export](https://support.huaweicloud.com/api-workspace/ExportScheduledTasksRecords.html)                                     | workspace:scheduledTasks:exportRecords                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:users:subscribeSharer                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktop/sub-resources](https://support.huaweicloud.com/api-workspace/AddDesktopSubResources.html)                                                             | workspace:desktops:addSubResources                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktop/delete-sub-resources](https://support.huaweicloud.com/api-workspace/DeleteDesktopSubResources.html)                                                   | workspace:desktops:deleteSubResources                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:createSnapshots                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:getSnapshots                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:deleteSnapshots                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:restoreBySnapshot                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/statistics](https://support.huaweicloud.com/api-workspace/ListDesktopsStatistics.html)                                                                         | workspace:statistics:listDesktopStatus                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/statistics/unused](https://support.huaweicloud.com/api-workspace/ListUnusedDesktops.html)                                                             | workspace:statistics:getUnused                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/statistics/used](https://support.huaweicloud.com/api-workspace/ListUsedDesktopInfo.html)                                                             | workspace:statistics:getUsed                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:bindingPolicies:export                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/terminals/binding-desktops/config](https://support.huaweicloud.com/api-workspace/ListTerminalsBindingDesktopsConfig.html)                                      | workspace:bindingPolicies:getConfig                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/terminals/binding-desktops/config](https://support.huaweicloud.com/api-workspace/UpdateTerminalsBindingDesktopsConfig.html)                                   | workspace:bindingPolicies:createConfig                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/terminals/binding-desktops](https://support.huaweicloud.com/api-workspace/ListTerminalsBindingDesktops.html)                                                   | workspace:bindingPolicies:get                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/terminals/binding-desktops](https://support.huaweicloud.com/api-workspace/CreateTerminalsBindingDesktops.html)                                                | workspace:bindingPolicies:add                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/terminals/binding-desktops](https://support.huaweicloud.com/api-workspace/UpdateTerminalsBindingDesktops.html)                                                 | workspace:bindingPolicies:update                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/terminals/binding-desktops/batch-delete](https://support.huaweicloud.com/api-workspace/DeleteTerminalsBindingDesktops.html)                                   | workspace:bindingPolicies:delete                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/{desktop_id}/volumes/batch-delete](https://support.huaweicloud.com/api-workspace/DeleteDesktopVolumes.html)                                          | workspace:volumes:delete                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/volumes](https://support.huaweicloud.com/api-workspace/AddVolumes.html)                                                                                       | workspace:volumes:batchAdd                             | - kms:cmk:createGrant  - kms:cmk:listGrants  - kms:cmk:get  - kms:cmk:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| [POST /v2/{project_id}/volumes/expand](https://support.huaweicloud.com/api-workspace/ExpandVolumes.html)                                                                             | workspace:volumes:batchExpand                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:wdh:getType                                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/hosts](https://support.huaweicloud.com/api-workspace/ListHostsDetail.html)                                                                                     | workspace:wdh:get                                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/{desktop_id}/remote-assistance](https://support.huaweicloud.com/api-workspace/ShowDesktopRemoteAssistanceInfo.html)                                   | workspace:desktops:getRemoteAssistance                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/{desktop_id}/remote-assistance](https://support.huaweicloud.com/api-workspace/CreateRemoteAssistance.html)                                           | workspace:desktops:createRemoteAssistance              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/desktops/{desktop_id}/remote-assistance](https://support.huaweicloud.com/api-workspace/CancelRemoteAssistance.html)                                         | workspace:desktops:cancelRemoteAssistance              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/{desktop_id}/volumes](https://support.huaweicloud.com/api-workspace/AddDesktopVolumes.html)                                                          | workspace:volumes:add                                  | - kms:cmk:createGrant  - kms:cmk:listGrants  - kms:cmk:get  - kms:cmk:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| [POST /v2/{project_id}/desktops/{desktop_id}/volumes/{volume_id}/expand](https://support.huaweicloud.com/api-workspace/ExpandDesktopVolume.html)                                     | workspace:volumes:expand                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:volumes:listDssPoolsDetail                   | dss:pools:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [POST /v2/{project_id}/desktops/orders/subscribe](https://support.huaweicloud.com/api-workspace/CreateDesktopOrder.html)                                                             | workspace:orders:createDesktopOrder                    | - kms:cmk:createGrant  - kms:cmk:listGrants  - kms:cmk:get  - kms:cmk:list  - iam:agencies:pass                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [GET /v2/{project_id}/common/timezones](https://support.huaweicloud.com/api-workspace/ListTimeZones.html)                                                                            | workspace:common:listTimezones                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:connections:securityExport                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/images](https://support.huaweicloud.com/api-workspace/ListImages.html)                                                                                         | workspace:images:list                                  | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [POST /v2/{project_id}/policy-groups/import](https://support.huaweicloud.com/api-workspace/ImportPolicyGroups.html)                                                                  | workspace:policyGroups:import                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/access-policy](https://support.huaweicloud.com/api-workspace/CreateAccessPolicy.html)                                                                         | workspace:accessPolicies:create                        | elb:ipgroups:create                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| [GET /v2/{project_id}/access-policy](https://support.huaweicloud.com/api-workspace/ListAccessPolicies.html)                                                                          | workspace:accessPolicies:get                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/access-policy](https://support.huaweicloud.com/api-workspace/BatchDeleteAccessPolicies.html)                                                                | workspace:accessPolicies:delete                        | elb:ipgroups:delete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| [GET /v2/{project_id}/access-policy/{access_policy_id}/objects](https://support.huaweicloud.com/api-workspace/ListAccessPolicyObjects.html)                                          | workspace:accessPolicies:getTarget                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/access-policy/{access_policy_id}/objects](https://support.huaweicloud.com/api-workspace/UpdateAccessPolicyObjects.html)                                        | workspace:accessPolicies:updateTarget                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/products](https://support.huaweicloud.com/api-workspace/ListProducts.html)                                                                                     | workspace:products:listDesktopProducts                 | ecs:cloudServerFlavors:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| [GET /v2/{project_id}/products/sharer](https://support.huaweicloud.com/api-workspace/ListSharerProducts.html)                                                                        | workspace:products:listSharerProducts                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:products:listInternetProducts                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/availability-zones](https://support.huaweicloud.com/api-workspace/ListAvailabilityZones.html)                                                                  | workspace:availabilityZones:list                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/groups/export](https://support.huaweicloud.com/api-workspace/ExportUserGroups.html)                                                                            | workspace:userGroups:export                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:users:export                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:users:import                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:userGroups:exportUsers                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:userGroups:exportUsers                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/users/{user_id}/actions](https://support.huaweicloud.com/api-workspace/ChangeUserStatus.html)                                                                 | workspace:users:operate                                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/users/{user_id}/random-password](https://support.huaweicloud.com/api-workspace/ResetRandomPassword.html)                                                       | workspace:users:randomPassword                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/users/{user_id}/otp-devices](https://support.huaweicloud.com/api-workspace/BatchDeleteOtpDevices.html)                                                      | workspace:users:deleteOtps                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/users/{user_id}/resend-email](https://support.huaweicloud.com/api-workspace/SendEmail.html)                                                                   | workspace:users:resendEmail                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/connections/desktops](https://support.huaweicloud.com/api-workspace/ListLoginRecordsNew.html)                                                                  | workspace:connections:securityList                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/connections/desktops/export](https://support.huaweicloud.com/api-workspace/ExportUserLoginInfoNew.html)                                                        | workspace:connections:securityExport                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/connections/online-users](https://support.huaweicloud.com/api-workspace/ListHistoryOnlineInfoNew.html)                                                         | workspace:connections:listOnlineUsers                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:connections:securityList                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:connections:securityExport                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:connections:listOnlineUsers                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/groups](https://support.huaweicloud.com/api-workspace/ListUserGroups.html)                                                                                     | workspace:userGroups:list                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/groups](https://support.huaweicloud.com/api-workspace/CreateUserGroup.html)                                                                                   | workspace:userGroups:create                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/groups/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteUserGroups.html)                                                                | workspace:userGroups:batchDelete                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/groups/{group_id}](https://support.huaweicloud.com/api-workspace/DeleteUserGroup.html)                                                                      | workspace:userGroups:delete                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/groups/{group_id}](https://support.huaweicloud.com/api-workspace/UpdateUserGroup.html)                                                                         | workspace:userGroups:update                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/groups/{group_id}/actions](https://support.huaweicloud.com/api-workspace/RunActionsOnGroup.html)                                                              | workspace:userGroups:operate                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/groups/{group_id}/users](https://support.huaweicloud.com/api-workspace/ListUsersOfGroup.html)                                                                  | workspace:userGroups:getUsers                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/workspace-sub-jobs](https://support.huaweicloud.com/api-workspace/ListItaSubJobs.html)                                                                         | workspace:jobs:listSubJobs                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/workspace-sub-jobs/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteSubJobs.html)                                                       | workspace:jobs:deleteSubJobRecords                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/ous](https://support.huaweicloud.com/api-workspace/ListOuDetails.html)                                                                                         | workspace:ou:get                                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/ous](https://support.huaweicloud.com/api-workspace/AddOu.html)                                                                                                | workspace:ou:create                                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/ous/{ou_id}](https://support.huaweicloud.com/api-workspace/DeleteOu.html)                                                                                   | workspace:ou:delete                                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/ous/{ou_id}](https://support.huaweicloud.com/api-workspace/UpdateOuInfo.html)                                                                                  | workspace:ou:update                                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/policy-groups](https://support.huaweicloud.com/api-workspace/ListPolicyGroup.html)                                                                             | workspace:policyGroups:list                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/policy-groups](https://support.huaweicloud.com/api-workspace/CreatePolicyGroup.html)                                                                          | workspace:policyGroups:create                          | - workspace:desktopPools:list  - workspace:quotas:get  - workspace:tenants:getLockStatus                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| [DELETE /v2/{project_id}/policy-groups/{policy_group_id}](https://support.huaweicloud.com/api-workspace/DeletePolicyGroup.html)                                                      | workspace:policyGroups:delete                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/policy-groups/{policy_group_id}](https://support.huaweicloud.com/api-workspace/ListPolicyDetailInfoById.html)                                                  | workspace:policyGroups:get                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/policy-groups/{policy_group_id}](https://support.huaweicloud.com/api-workspace/UpdatePolicyGroup.html)                                                         | workspace:policyGroups:update                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/policy-groups/export](https://support.huaweicloud.com/api-workspace/ExportPolicyGroups.html)                                                                  | workspace:policyGroups:export                          | workspace:desktopPools:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| [GET /v2/{project_id}/policy-groups/{policy_group_id}/policies](https://support.huaweicloud.com/api-workspace/ListPoliciesOfPolicyGroup.html)                                        | workspace:policyGroups:listPolicies                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/policy-groups/{policy_group_id}/policies](https://support.huaweicloud.com/api-workspace/UpdatePoliciesOfPolicyGroup.html)                                      | workspace:policyGroups:updatePolicies                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/policy-groups/{policy_group_id}/targets](https://support.huaweicloud.com/api-workspace/ListTargetOfPolicyGroup.html)                                           | workspace:policyGroups:listTargets                     | workspace:desktopPools:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| [PUT /v2/{project_id}/policy-groups/{policy_group_id}/targets](https://support.huaweicloud.com/api-workspace/BatchUpdateTargetOfPolicyGroup.html)                                    | workspace:policyGroups:updateTargets                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/policy-groups/detail](https://support.huaweicloud.com/api-workspace/ListPolicyGroupInfo.html)                                                                  | workspace:policyGroups:listDetail                      | workspace:desktopPools:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| [GET /v2/{project_id}/policy-groups/original-policies](https://support.huaweicloud.com/api-workspace/ListOriginalPolicyInfo.html)                                                    | workspace:policyGroups:getOriginalPolicies             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/users](https://support.huaweicloud.com/api-workspace/ListUsers.html)                                                                                           | workspace:users:list                                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/users](https://support.huaweicloud.com/api-workspace/CreateDesktopUser.html)                                                                                  | workspace:users:create                                 | workspace:quotas:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| [DELETE /v2/{project_id}/users/{user_id}](https://support.huaweicloud.com/api-workspace/DeleteUser.html)                                                                             | workspace:users:delete                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/users/{user_id}](https://support.huaweicloud.com/api-workspace/ListUserDetail.html)                                                                            | workspace:users:get                                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/users/{user_id}](https://support.huaweicloud.com/api-workspace/UpdateUserInfo.html)                                                                            | workspace:users:update                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/users/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteUser.html)                                                                       | workspace:users:batchDelete                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:users:resetPassword                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:users:checkResetPasswordToken                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/users/desktop-users/template](https://support.huaweicloud.com/api-workspace/ExportUserListTemplate.html)                                                       | workspace:users:getTemplate                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:users:checkExist                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/users/{user_id}/otp-devices](https://support.huaweicloud.com/api-workspace/ListOtpDevicesByUserId.html)                                                        | workspace:users:listOtps                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/users/template/download](https://support.huaweicloud.com/api-workspace/ExportUsersTemplate.html)                                                               | workspace:users:getImportTemplate                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:users:export                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/users/batch-create](https://support.huaweicloud.com/api-workspace/BatchCreateUsers.html)                                                                      | workspace:users:batchCreate                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/volume/products](https://support.huaweicloud.com/api-workspace/ListVolumeProductInfo.html)                                                                     | workspace:products:listVolumeProducts                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/products/hour-packages](https://support.huaweicloud.com/api-workspace/ListHourPackagesType.html)                                                               | workspace:products:listHourPackageProducts             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/screen-records](https://support.huaweicloud.com/api-workspace/ListScreenRecords.html)                                                                          | workspace:screenRecord:list                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/screen-records/{record_id}](https://support.huaweicloud.com/api-workspace/ShowScreenRecord.html)                                                               | workspace:screenRecord:get                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:screenRecord:export                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/screen-records/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteScreenRecords.html)                                                     | workspace:screenRecord:batchDelete                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/screen-records/download-address](https://support.huaweicloud.com/api-workspace/ListDownloadAddress.html)                                                      | workspace:screenRecord:listDownloadAddress             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/screen-records/{record_id}/os-operations](https://support.huaweicloud.com/api-workspace/ListDesktopOperations.html)                                            | workspace:screenRecord:listOperations                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/export-tasks](https://support.huaweicloud.com/api-workspace/ListExportTasks.html)                                                                              | workspace:tenants:listExportTasks                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/export-tasks/batch-delete](https://support.huaweicloud.com/api-workspace/DeleteExportTasks.html)                                                              | workspace:tenants:deleteExportTasks                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/export-tasks/{task_id}/download](https://support.huaweicloud.com/api-workspace/DownloadExportFile.html)                                                        | workspace:tenants:exportData                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/alarms](https://support.huaweicloud.com/api-workspace/ListAlarms.html)                                                                                         | workspace:statistics:listAlarm                         | ces:alarmHistory:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| [GET /v2/{project_id}/statistics/alarms](https://support.huaweicloud.com/api-workspace/ListAlarmStatistics.html)                                                                     | workspace:statistics:getAlarm                          | ces:alarmHistory:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| [GET /v2/{project_id}/statistics/growth-rate](https://support.huaweicloud.com/api-workspace/ShowGrowthRate.html)                                                                     | workspace:statistics:getGrowthRate                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/statistics/metrics](https://support.huaweicloud.com/api-workspace/ListMetrics.html)                                                                            | workspace:statistics:getMetric                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/statistics/metrics/trend](https://support.huaweicloud.com/api-workspace/ListMetricsTrend.html)                                                                 | workspace:statistics:getMetricTrend                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/statistics/notify-rules/{rule_id}](https://support.huaweicloud.com/api-workspace/UpdateMetricNotifyRule.html)                                                  | workspace:statistics:updateNotificationRules           | smn:topic:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [DELETE /v2/{project_id}/statistics/notify-rules/{rule_id}](https://support.huaweicloud.com/api-workspace/DeleteMetricNotifyRule.html)                                               | workspace:statistics:deleteNotificationRules           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/statistics/notify-rules](https://support.huaweicloud.com/api-workspace/AddMetricNotifyRule.html)                                                              | workspace:statistics:createNotifyRules                 | smn:topic:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [GET /v2/{project_id}/statistics/notify-rules](https://support.huaweicloud.com/api-workspace/ListMetricNotifyRule.html)                                                              | workspace:statistics:listNotificationRules             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/statistics/notification-records](https://support.huaweicloud.com/api-workspace/ListMetricNotifyRecord.html)                                                    | workspace:statistics:listNotificationRecords           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/statistics/metrics/desktops](https://support.huaweicloud.com/api-workspace/ListDesktopUsageMetric.html)                                                        | workspace:statistics:listDesktopMetrics                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:statistics:exportDesktopMetrics              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/statistics/metrics/users](https://support.huaweicloud.com/api-workspace/ListUserUsageMetric.html)                                                              | workspace:statistics:listUserMetrics                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:statistics:exportUserMetrics                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:statistics:exportDesktopMetrics              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:statistics:exportUserMetrics                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/statistics/metrics/app-user-access](https://support.huaweicloud.com/api-workspace/ListAppUserAccessData.html)                                                  | workspace:statistics:listAppUserAccessData             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/statistics/metrics/app-user-access/export](https://support.huaweicloud.com/api-workspace/ExportAppUserAccessData.html)                                        | workspace:statistics:exportAppUserAccessData           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/statistics/metrics/access-stages](https://support.huaweicloud.com/api-workspace/ShowUserAccessStages.html)                                                     | workspace:statistics:getUserAccessStages               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/session/app-connection/export](https://support.huaweicloud.com/api-workspace/ExportAppConnection.html)                                                        | workspace:session:exportAppConnection                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/session/user-connection/export](https://support.huaweicloud.com/api-workspace/ExportUserConnection.html)                                                      | workspace:session:exportUserConnection                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/session/list-sessions/export](https://support.huaweicloud.com/api-workspace/ExportSessions.html)                                                              | workspace:session:exportSessions                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/user-events](https://support.huaweicloud.com/api-workspace/ListUserEvents.html)                                                                                | workspace:userEvents:list                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:userEvents:export                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/user-events/lts-configurations](https://support.huaweicloud.com/api-workspace/SetUserEventsLtsConfigurations.html)                                            | workspace:userEvents:setLtsConfigurations              | - lts:logGroup:listLogGroup  - lts:logStream:listLogStream  - lts:logStream:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/user-events/lts-configurations](https://support.huaweicloud.com/api-workspace/ListUserEventsLtsConfigurations.html)                                            | workspace:userEvents:listLtsConfigurations             | - lts:logGroup:listLogGroup  - lts:logStream:listLogStream  - lts:logStream:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/buckets/actions/create-credential](https://support.huaweicloud.com/api-workspace/CreateBucketCredential.html)                                      | workspace:appcenter:createBucketCredential             | - obs:bucket:getBucketAcl  - obs:object:putObject  - obs:object:deleteObject                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [POST /v1/{project_id}/app-center/buckets](https://support.huaweicloud.com/api-workspace/CreateAndAuthorizeBucket.html)                                                              | workspace:appcenter:createAndAuthorizeBucket           | - obs:bucket:headBucket  - obs:bucket:putBucketAcl  - obs:bucket:putReplicationConfiguration  - obs:bucket:createBucket  - obs:bucket:putBucketCORS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [GET /v1/{project_id}/app-center/apps](https://support.huaweicloud.com/api-workspace/ListApps.html)                                                                                  | workspace:appcenter:listApps                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/apps](https://support.huaweicloud.com/api-workspace/UploadApp.html)                                                                                | workspace:appcenter:createApp                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-center/apps/{app_id}](https://support.huaweicloud.com/api-workspace/UpdateUploadedApp.html)                                                              | workspace:appcenter:updateApp                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/app-center/apps/{app_id}](https://support.huaweicloud.com/api-workspace/DeleteApp.html)                                                                     | workspace:appcenter:deleteApp                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/apps/{app_id}/actions/auto-install](https://support.huaweicloud.com/api-workspace/InstallApp.html)                                                 | workspace:appcenter:installApp                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-center/apps/{app_id}/authorizations](https://support.huaweicloud.com/api-workspace/ListAppAuthorizations.html)                                             | workspace:appcenter:listAppAuthorizations              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/apps/{app_id}/actions/assign-authorizations](https://support.huaweicloud.com/api-workspace/UpdateAppAuthorizations.html)                           | workspace:appcenter:batchUpdateAppAuthorizations       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/apps/actions/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteApps.html)                                                     | workspace:appcenter:batchDeleteApps                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/apps/actions/batch-disable](https://support.huaweicloud.com/api-workspace/BatchDisableApps.html)                                                   | workspace:appcenter:batchDisableApps                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/apps/actions/batch-enable](https://support.huaweicloud.com/api-workspace/BatchEnableApps.html)                                                     | workspace:appcenter:batchEnableApps                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/apps/actions/batch-assign-authorization](https://support.huaweicloud.com/api-workspace/BatchUpdateAppAuthorizations.html)                          | workspace:appcenter:batchUpdateAppAuthorizations       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/apps/actions/batch-auto-install](https://support.huaweicloud.com/api-workspace/BatchInstallApps.html)                                              | workspace:appcenter:batchInstallApps                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-center/app-catalogs](https://support.huaweicloud.com/api-workspace/ListAppCatalogs.html)                                                                   | workspace:appcenter:listAppCatalogs                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-center/jobs](https://support.huaweicloud.com/api-workspace/ListJobs.html)                                                                                  | workspace:appcenter:listJobs                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/jobs/actions/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteJobs.html)                                                     | workspace:appcenter:batchDeleteJobs                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/jobs/actions/retry](https://support.huaweicloud.com/api-workspace/RetryJobs.html)                                                                  | workspace:appcenter:retryJobs                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/app-rules](https://support.huaweicloud.com/api-workspace/CreateAppRule.html)                                                                       | workspace:appcenter:createAppRule                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-center/app-rules](https://support.huaweicloud.com/api-workspace/ListAppRule.html)                                                                          | workspace:appcenter:listAppRule                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-center/app-rules/{rule_id}](https://support.huaweicloud.com/api-workspace/UpdateAppRule.html)                                                            | workspace:appcenter:updateAppRule                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/app-center/app-rules/{rule_id}](https://support.huaweicloud.com/api-workspace/DeleteAppRule.html)                                                           | workspace:appcenter:deleteAppRule                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/app-rules/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteAppRules.html)                                                    | workspace:appcenter:batchDeleteAppRules                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/app-rules/actions/enable-rule-restriction](https://support.huaweicloud.com/api-workspace/EnableRuleRestriction.html)                               | workspace:appcenter:enableRuleRestriction              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/app-rules/actions/disable-rule-restriction](https://support.huaweicloud.com/api-workspace/DisableRuleRestriction.html)                             | workspace:appcenter:disableRuleRestriction             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/app-restricted-rules](https://support.huaweicloud.com/api-workspace/AddRestrictedRule.html)                                                        | workspace:appcenter:addRestrictedRule                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-center/app-restricted-rules](https://support.huaweicloud.com/api-workspace/ListRestrictedRule.html)                                                        | workspace:appcenter:listRestrictedRule                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/app-restricted-rules/actions/batch-delete](https://support.huaweicloud.com/api-workspace/DeleteRestrictedRule.html)                                | workspace:appcenter:deleteRestrictedRule               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-center/profiles](https://support.huaweicloud.com/api-workspace/UpdateTenantProfile.html)                                                                 | workspace:appcenter:updateTenantProfile                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-center/profiles](https://support.huaweicloud.com/api-workspace/ListTenantProfiles.html)                                                                    | workspace:appcenter:listTenantProfiles                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/scripts](https://support.huaweicloud.com/api-workspace/CreateScript.html)                                                                                     | workspace:scripts:create                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/scripts](https://support.huaweicloud.com/api-workspace/ListScripts.html)                                                                                       | workspace:scripts:list                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/scripts/{script_id}](https://support.huaweicloud.com/api-workspace/ShowScriptDetail.html)                                                                      | workspace:scripts:get                                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/scripts/{script_id}](https://support.huaweicloud.com/api-workspace/UpdateScript.html)                                                                          | workspace:scripts:put                                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/scripts/{script_id}](https://support.huaweicloud.com/api-workspace/DeleteScript.html)                                                                       | workspace:scripts:delete                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/script-executions](https://support.huaweicloud.com/api-workspace/ExecuteScriptOrCommand.html)                                                                 | workspace:scripts:execute                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/script-execution-records/{record_id}](https://support.huaweicloud.com/api-workspace/ShowScriptRecordDetail.html)                                               | workspace:scripts:getRecordDetail                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/script-execution-records](https://support.huaweicloud.com/api-workspace/ListScriptRecords.html)                                                                | workspace:scripts:listRecords                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/script-execution-tasks](https://support.huaweicloud.com/api-workspace/ListScriptTasks.html)                                                                    | workspace:scripts:listTasks                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/script-executions/retry](https://support.huaweicloud.com/api-workspace/RetryScriptExecution.html)                                                             | workspace:scripts:retry                                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/script-executions/stop](https://support.huaweicloud.com/api-workspace/StopScriptExecution.html)                                                               | workspace:scripts:stop                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:scripts:download                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/share-space/configuration](https://support.huaweicloud.com/api-workspace/ShowShareSpaceConfig.html)                                                            | workspace:tenants:getShareSpaceConfig                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/share-space/configuration](https://support.huaweicloud.com/api-workspace/UpdateShareSpaceConfig.html)                                                          | workspace:tenants:updateShareSpaceConfig               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:authConfigs:getStatus                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:privacystatements:sign                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/quotas/detail](https://support.huaweicloud.com/api-workspace/ShowQuotaDetails.html)                                                                            | workspace:quotas:get                                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/sites](https://support.huaweicloud.com/api-workspace/ListSiteConfigs.html)                                                                                     | workspace:sites:get                                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/sites](https://support.huaweicloud.com/api-workspace/AddSite.html)                                                                                            | workspace:sites:add                                    | - eip:bandwidths:create  - eip:publicIps:create  - elb:healthmonitors:create  - elb:healthmonitors:show  - elb:listeners:create  - elb:listeners:update  - elb:listeners:show  - elb:listeners:list  - elb:loadbalancers:create  - elb:loadbalancers:update  - elb:loadbalancers:show  - elb:members:create  - elb:members:list  - elb:members:update  - elb:pools:create  - elb:pools:update  - elb:pools:show  - vpc:ports:create  - vpc:ports:delete  - vpc:securityGroupRules:create  - vpc:securityGroupRules:delete  - vpc:securityGroupRules:get  - vpc:securityGroups:create  - vpc:subnets:get  - vpc:subnets:update  - vpc:vpcs:get  - vpcep:endpoints:create  - vpcep:endpoints:get                                                                                                                                                                                                                                                                       |
| [DELETE /v2/{project_id}/sites/{site_id}](https://support.huaweicloud.com/api-workspace/DeleteSite.html)                                                                             | workspace:sites:delete                                 | - elb:healthmonitors:delete  - elb:healthmonitors:show  - elb:listeners:delete  - elb:listeners:show  - elb:loadbalancers:delete  - elb:loadbalancers:show  - elb:members:delete  - elb:members:list  - elb:pools:delete  - elb:pools:show  - vpc:ports:delete  - vpc:securityGroups:delete  - vpcep:endpoints:delete  - vpcep:endpoints:get  - eip:publicIps:disassociateInstance  - eip:bandwidths:delete  - eip:publicIps:delete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [PUT /v2/{project_id}/sites/{site_id}/access-mode](https://support.huaweicloud.com/api-workspace/UpdateAccessMode.html)                                                              | workspace:sites:updateAccessMode                       | - eip:bandwidths:create  - eip:bandwidths:delete  - eip:publicIps:create  - eip:publicIps:delete  - eip:publicIps:disassociateInstance  - elb:healthmonitors:create  - elb:healthmonitors:delete  - elb:healthmonitors:show  - elb:listeners:create  - elb:listeners:delete  - elb:listeners:update  - elb:listeners:show  - elb:loadbalancers:create  - elb:loadbalancers:delete  - elb:loadbalancers:update  - elb:loadbalancers:show  - elb:members:create  - elb:members:delete  - elb:members:list  - elb:members:update  - elb:pools:create  - elb:pools:delete  - elb:pools:update  - elb:pools:show  - vpc:subnets:get  - vpc:subnets:update  - vpc:vpcs:get  - vpcep:endpoints:create  - vpcep:endpoints:delete  - vpcep:endpoints:get                                                                                              |
| [PUT /v2/{project_id}/sites/{site_id}/subnet-ids](https://support.huaweicloud.com/api-workspace/UpdateSubnetIds.html)                                                                | workspace:sites:updateSubnets                          | - vpc:subnets:get  - vpc:subnets:update  - vpc:vpcs:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| -                                                                                                                                                                                    | workspace:tenants:getLockStatus                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:tenants:unlock                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/workspaces/enterprise-ids/check](https://support.huaweicloud.com/api-workspace/CheckEnterpriseId.html)                                                        | workspace:tenants:checkEnterpriseIds                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/workspaces/enterprise-id](https://support.huaweicloud.com/api-workspace/UpdateEnterpriseId.html)                                                               | workspace:tenants:updateEnterpriseId                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/bandwidths](https://support.huaweicloud.com/api-workspace/ApplySubnetBandwidth.html)                                                                          | workspace:bandwidth:create                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/bandwidths](https://support.huaweicloud.com/api-workspace/ListSubnetBandwidths.html)                                                                           | workspace:bandwidth:list                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/bandwidths/{bandwidth_id}/update](https://support.huaweicloud.com/api-workspace/UpdateSubnetBandwidth.html)                                                   | workspace:bandwidth:update                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/bandwidths/{bandwidth_id}](https://support.huaweicloud.com/api-workspace/DeleteSubnetBandwidth.html)                                                        | workspace:bandwidth:delete                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/bandwidths/{bandwidth_id}/control-list](https://support.huaweicloud.com/api-workspace/ShowSubnetBandwidthControlList.html)                                     | workspace:bandwidth:getControlConfig                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/bandwidths/{bandwidth_id}/control-list](https://support.huaweicloud.com/api-workspace/UpdateSubnetBandwidthControlList.html)                                   | workspace:bandwidth:updateControlConfig                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/bandwidths/{bandwidth_id}/periodic/change/order](https://support.huaweicloud.com/api-workspace/CreateSubnetBandwidthChangeOrder.html)                         | workspace:bandwidth:createChangeOrder                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:bandwidth:create                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:bandwidth:list                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:bandwidth:delete                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/snapshots/batch-create](https://support.huaweicloud.com/api-workspace/BatchCreateDesktopSnapshot.html)                                                        | workspace:desktops:batchCreateSnapshots                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/snapshots/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteDesktopSnapshot.html)                                                        | workspace:desktops:batchDeleteSnapshots                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/snapshots/batch-restore](https://support.huaweicloud.com/api-workspace/BatchRestoreDesktopSnapshot.html)                                                      | workspace:desktops:batchRestoreSnapshots               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/snapshots](https://support.huaweicloud.com/api-workspace/ListDesktopSnapshot.html)                                                                             | workspace:desktops:listSnapshots                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:verifyDesktopName                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/subnets/{subnet_id}/available-ip](https://support.huaweicloud.com/api-workspace/ShowAvailableIp.html)                                                          | workspace:networks:getAvailableIp                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:getAdStatus                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:networks:checkIpIfExist                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/check-images](https://support.huaweicloud.com/api-workspace/CheckDesktopImages.html)                                                                 | workspace:images:checkIfExist                          | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [GET /v2/{project_id}/hosts/{host_id}/servers](https://support.huaweicloud.com/api-workspace/ListServersByHostId.html)                                                               | workspace:wdh:listDesktops                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/hosts](https://support.huaweicloud.com/api-workspace/UpdateHosts.html)                                                                                         | workspace:wdh:update                                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/terminals/binding-desktops/template](https://support.huaweicloud.com/api-workspace/ExportTerminalsBindingDesktopsTemplate.html)                                | workspace:bindingPolicies:getTemplate                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:bindingPolicies:import                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:bindingPolicies:export                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/statistics/run-state](https://support.huaweicloud.com/api-workspace/ListRunState.html)                                                                | workspace:statistics:getRunState                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/statistics/login-state](https://support.huaweicloud.com/api-workspace/ListLoginState.html)                                                            | workspace:statistics:getLoginState                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/subnets/using-subnets](https://support.huaweicloud.com/api-workspace/ShowUsingSubnets.html)                                                                    | workspace:networks:getUsingSubnets                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/ports](https://support.huaweicloud.com/api-workspace/ListPorts.html)                                                                                           | workspace:networks:listPorts                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:renderDesktops:createConsole                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:renderDesktops:resize                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:exclusiveHosts:resizeLites                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:desktops:get                                 | - vpc:ports:get  - vpc:ports:list  - vpc:securityGroups:get  - eip:publicIps:list  - nat:snatRules:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktop-monitor/{desktop_id}](https://support.huaweicloud.com/api-workspace/ShowDesktopMonitorData.html)                                                       | workspace:desktops:getMonitor                          | ces:metricData:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| -                                                                                                                                                                                    | workspace:desktops:export                              | - vpc:ports:get  - vpc:ports:list  - vpc:securityGroups:get  - eip:publicIps:list  - nat:snatRules:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/{desktop_id}/detach-info](https://support.huaweicloud.com/api-workspace/ListDesktopDetachInfo.html)                                                   | workspace:desktops:listDetachInfo                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/{desktop_id}/sysprep](https://support.huaweicloud.com/api-workspace/ShowSysprepInfo.html)                                                             | workspace:desktops:getSysprepVersion                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/internet](https://support.huaweicloud.com/api-workspace/ApplyInternet.html)                                                                                   | workspace:networks:createNat                           | - vpc:ports:delete  - vpc:ports:get  - vpc:networks:get  - eip:publicIps:create  - eip:publicIps:update  - eip:publicIps:delete  - nat:snatRules:list  - nat:snatRules:create  - nat:natGateways:list  - nat:natGateways:create                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| [GET /v2/{project_id}/internet](https://support.huaweicloud.com/api-workspace/ListInternet.html)                                                                                     | workspace:networks:listNats                            | - vpc:subnets:get  - vpc:vpcs:get  - nat:snatRules:list  - nat:natGateways:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| -                                                                                                                                                                                    | workspace:quotas:check                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/subnets](https://support.huaweicloud.com/api-workspace/ListSubnets.html)                                                                                       | workspace:networks:listSubnets                         | - vpc:subnets:list  - vpc:subnets:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| [GET /v2/{project_id}/vpcs](https://support.huaweicloud.com/api-workspace/ListVpcInfo.html)                                                                                          | workspace:networks:listVpcs                            | vpc:vpcs:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [POST /v2/{project_id}/policy-groups/policy-template](https://support.huaweicloud.com/api-workspace/CreatePolicyTemplate.html)                                                       | workspace:policyGroups:createTemplate                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:policyGroups:listTemplate                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:policyGroups:updateTemplate                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/security-groups](https://support.huaweicloud.com/api-workspace/ListSecurityGroups.html)                                                                        | workspace:networks:listSecurityGroups                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/availability-zones/summary](https://support.huaweicloud.com/api-workspace/ListAzs.html)                                                                        | workspace:availabilityZones:getSummary                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/availability-zones/detail](https://support.huaweicloud.com/api-workspace/ShowAzDetails.html)                                                                   | workspace:availabilityZones:get                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/users/desktop-users/action/import](https://support.huaweicloud.com/api-workspace/ImportUserList.html)                                                         | workspace:users:importUser                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:users:uploadTemplate                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/access-policy/{access_policy_id}](https://support.huaweicloud.com/api-workspace/UpdateAccessPolicy.html)                                                       | workspace:accessPolicies:update                        | - elb:ipgroups:delete  - elb:ipgroups:create  - elb:ipgroups:update                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| -                                                                                                                                                                                    | workspace:desktops:verifySource                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/networks](https://support.huaweicloud.com/api-workspace/ShowDesktopNetworks.html)                                                                     | workspace:desktops:listDesktopNetworks                 | - vpc:vpcs:get  - vpc:subnets:get  - vpc:networks:get  - vpc:ports:get  - vpc:securityGroups:get  - eip:publicIps:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| [POST /v2/{project_id}/desktops/networks/batch-change](https://support.huaweicloud.com/api-workspace/BatchChangeDesktopNetwork.html)                                                 | workspace:desktops:batchChangeNetwork                  | - vpc:vpcs:get  - vpc:subnets:get  - vpc:networks:get  - vpc:ports:get  - vpc:ports:create  - vpc:ports:update  - vpc:ports:delete  - vpc:securityGroups:get  - eip:publicIps:list  - eip:publicIps:associateInstance  - eip:publicIps:disassociateInstance                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| [GET /v2/{project_id}/workspace-jobs/{job_id}](https://support.huaweicloud.com/api-workspace/ShowJob.html)                                                                           | workspace:jobs:get                                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/ip/import](https://support.huaweicloud.com/api-workspace/ImportIp.html)                                                                                       | workspace:accessPolicies:importIp                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/ip/template/download](https://support.huaweicloud.com/api-workspace/ExportIpTemplate.html)                                                                     | workspace:accessPolicies:getIpImportTemplate           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/wks-edge-sites](https://support.huaweicloud.com/api-workspace/ListWksEdgeSites.html)                                                                           | workspace:sites:listEdgeSites                          | - ies:edgeSite:list  - ies:edgeSite:getMetricData                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [POST /v2/{project_id}/check-edge-site-resources](https://support.huaweicloud.com/api-workspace/CheckEdgeSiteResources.html)                                                         | workspace:sites:checkEdgeSiteResources                 | - ies:edgeSite:list  - ies:edgeSite:getMetricData                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [GET /v2/{project_id}/ad-ous](https://support.huaweicloud.com/api-workspace/ListAdOus.html)                                                                                          | workspace:ou:listAdOus                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/ou-users](https://support.huaweicloud.com/api-workspace/ListAdOuUsers.html)                                                                                    | workspace:ou:listOuUsers                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:ou:importUsersByOU                           | workspace:quotas:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| [GET /v2/{project_id}/connect-desktops](https://support.huaweicloud.com/api-workspace/ListDesktopsConnectStatus.html)                                                                | workspace:desktops:listWithConnectStatus               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/access-config/address-backup](https://support.huaweicloud.com/api-workspace/UpdateAccessAddressBackupConfig.html)                                             | workspace:tenants:updateAccessAddressBackupConfig      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/access-config/address-backup](https://support.huaweicloud.com/api-workspace/ListAccessAddressBackupConfig.html)                                                | workspace:tenants:listAccessAddressBackupConfig        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/change-user-privilege-group](https://support.huaweicloud.com/api-workspace/ChangeUserPrivilegeGroup.html)                                            | workspace:desktops:changeUserPrivilegeGroup            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/volumes/batch-modify-qos](https://support.huaweicloud.com/api-workspace/BatchModifyQosVolumes.html)                                                            | workspace:volumes:modifyQos                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-center/app-rules/actions/get-rule-restriction](https://support.huaweicloud.com/api-workspace/ShowRuleRestriction.html)                                     | workspace:appcenter:getRuleRestriction                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-center/app-rules/actions/set-rule-restriction](https://support.huaweicloud.com/api-workspace/SetRuleRestriction.html)                                     | workspace:appcenter:setRuleRestriction                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:tenants:getDomains                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:tenants:addDomain                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:tenants:updateDomain                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/resource-packages/order](https://support.huaweicloud.com/api-workspace/CreateResourcePackagesOrder.html)                                                      | workspace:orders:createResourcePackagesOrder           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/products/resource-packages](https://support.huaweicloud.com/api-workspace/ListResourcePackages.html)                                                           | workspace:products:listResourcePackages                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/hibernate-type](https://support.huaweicloud.com/api-workspace/ShowHibernateType.html)                                                                          | workspace:desktops:getHibernateType                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/certmanager/private-certificate-authorities](https://support.huaweicloud.com/api-workspace/ListCerts.html)                                                     | workspace:ca:list                                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/certmanager/private-certificate-authorities](https://support.huaweicloud.com/api-workspace/CreateCert.html)                                                   | workspace:ca:create                                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/certmanager/private-certificate-authorities/{cert_id}](https://support.huaweicloud.com/api-workspace/ShowCertDetail.html)                                      | workspace:ca:get                                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v2/{project_id}/certmanager/private-certificate-authorities/{cert_id}](https://support.huaweicloud.com/api-workspace/DeleteCert.html)                                       | workspace:ca:delete                                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/certmanager/private-certificate-authorities/{cert_id}/status/{status}](https://support.huaweicloud.com/api-workspace/SetCertStatus.html)                      | workspace:ca:setStatus                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/certmanager/private-certificate-authorities/{cert_id}/export](https://support.huaweicloud.com/api-workspace/ExportCertPemFile.html)                           | workspace:ca:export                                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/certmanager/private-certificate-authorities/{cert_id}/crl](https://support.huaweicloud.com/api-workspace/ExportCertCrlFile.html)                              | workspace:ca:exportCrl                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/certmanager/private-certificate-authorities/csr](https://support.huaweicloud.com/api-workspace/ExportCertCsrFile.html)                                        | workspace:ca:exportCsr                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/certmanager/private-certificate-authorities/import](https://support.huaweicloud.com/api-workspace/ImportCert.html)                                            | workspace:ca:import                                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/script-executions/by-desktop-tag](https://support.huaweicloud.com/api-workspace/ExecuteScriptByDesktopTag.html)                                               | workspace:scripts:executeByDesktopTag                  | workspace:scripts:execute                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [GET /v2/{project_id}/auth-config/saml2/metadata](https://support.huaweicloud.com/api-workspace/DownloadMetadata.html)                                                               | workspace:authConfig:getSaml2Metadata                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/auth-config/validate-config](https://support.huaweicloud.com/api-workspace/ValidateConfig.html)                                                               | workspace:authConfig:validate                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktop-pools/statistics/by-users](https://support.huaweicloud.com/api-workspace/ListDesktopPoolsByUsers.html)                                                 | workspace:desktopPools:listByUsers                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:users:revokeCert                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/assist-auth-config/apply-objects](https://support.huaweicloud.com/api-workspace/ShowAssistAuthConfigApplyObjects.html)                                         | workspace:assistAuthConfigs:getApplyObjects            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/assist-auth-config/apply-objects](https://support.huaweicloud.com/api-workspace/UpdateAssistAuthConfigApplyObjects.html)                                      | workspace:assistAuthConfigs:updateApplyObjects         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktop-pools/{pool_id}/inconsistent-statics](https://support.huaweicloud.com/api-workspace/ListInconsistentStatics.html)                                      | workspace:desktopPools:getStatisticsByInconsistent     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-groups](https://support.huaweicloud.com/api-workspace/ListAppGroup.html)                                                                                   | workspace:appGroup:list                                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups](https://support.huaweicloud.com/api-workspace/CreateAppGroup.html)                                                                                | workspace:appGroup:create                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/app-groups/{app_group_id}](https://support.huaweicloud.com/api-workspace/DeleteAppGroup.html)                                                               | workspace:appGroup:delete                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-groups/{app_group_id}](https://support.huaweicloud.com/api-workspace/ShowAppGroupDetail.html)                                                              | workspace:appGroup:get                                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-groups/{app_group_id}](https://support.huaweicloud.com/api-workspace/UpdateAppGroup.html)                                                                | workspace:appGroup:update                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-groups/{app_group_id}/apps](https://support.huaweicloud.com/api-workspace/ListPublishedApp.html)                                                           | workspace:app:listPublishedApp                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/{app_group_id}/apps](https://support.huaweicloud.com/api-workspace/PublishApp.html)                                                                | workspace:app:publish                                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-groups/{app_group_id}/apps/{app_id}](https://support.huaweicloud.com/api-workspace/ShowAppDetail.html)                                                     | workspace:app:get                                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-groups/{app_group_id}/apps/{app_id}](https://support.huaweicloud.com/api-workspace/UpdateApp.html)                                                       | workspace:app:update                                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/app-groups/{app_group_id}/apps/{app_id}/icon](https://support.huaweicloud.com/api-workspace/DeleteAppIcon.html)                                             | workspace:app:deleteIcon                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/{app_group_id}/apps/{app_id}/icon](https://support.huaweicloud.com/api-workspace/UploadAppIcon.html)                                               | workspace:app:uploadIcon                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/{app_group_id}/apps/actions/check](https://support.huaweicloud.com/api-workspace/CheckPublishApp.html)                                             | workspace:app:check                                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/{app_group_id}/apps/actions/disable](https://support.huaweicloud.com/api-workspace/BatchDisableApp.html)                                           | workspace:app:batchDisable                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/{app_group_id}/apps/actions/enable](https://support.huaweicloud.com/api-workspace/BatchEnableApp.html)                                             | workspace:app:batchEnable                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/{app_group_id}/apps/batch-unpublish](https://support.huaweicloud.com/api-workspace/UnpublishApp.html)                                              | workspace:app:unpublish                                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-groups/{app_group_id}/publishable-app](https://support.huaweicloud.com/api-workspace/ShowPublishableApp.html)                                              | workspace:appGroup:listPublishableApp                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/actions/batch-delete-authorization](https://support.huaweicloud.com/api-workspace/BatchDeleteAppGroupAuthorization.html)                           | workspace:appGroup:batchDeleteAuthorization            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/actions/disassociate-app-group](https://support.huaweicloud.com/api-workspace/DisassociateAppGroup.html)                                           | workspace:appGroup:disassociate                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-groups/actions/list-authorizations](https://support.huaweicloud.com/api-workspace/ListAppGroupAuthorization.html)                                          | workspace:appGroup:listAuthorization                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/authorizations](https://support.huaweicloud.com/api-workspace/AddAppGroupAuthorization.html)                                                       | workspace:appGroup:addAuthorization                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteAppGroup.html)                                                              | workspace:appGroup:batchDelete                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-groups/rules/validate](https://support.huaweicloud.com/api-workspace/CheckAppGroup.html)                                                                  | workspace:appGroup:check                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-server-groups](https://support.huaweicloud.com/api-workspace/ListServerGroups.html)                                                                        | workspace:serverGroup:list                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-server-groups](https://support.huaweicloud.com/api-workspace/CreateServerGroup.html)                                                                      | workspace:serverGroup:create                           | - ims:images:list  - vpc:ports:get  - vpc:subnets:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [DELETE /v1/{project_id}/app-server-groups/{server_group_id}](https://support.huaweicloud.com/api-workspace/DeleteServerGroups.html)                                                 | workspace:serverGroup:delete                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-server-groups/{server_group_id}](https://support.huaweicloud.com/api-workspace/ShowServerGroup.html)                                                       | workspace:serverGroup:get                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-server-groups/{server_group_id}](https://support.huaweicloud.com/api-workspace/UpdateServerGroup.html)                                                   | workspace:serverGroup:update                           | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [GET /v1/{project_id}/app-server-groups/{server_group_id}/state](https://support.huaweicloud.com/api-workspace/ShowServerGroupState.html)                                            | workspace:serverGroup:getServerState                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-server-groups/actions/list](https://support.huaweicloud.com/api-workspace/ListTenantServerGroups.html)                                                     | workspace:serverGroup:listDetail                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-server-groups/resources/restrict](https://support.huaweicloud.com/api-workspace/ShowServerGroupRestrict.html)                                              | workspace:serverGroup:getRestrict                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-server-groups/rules/validate](https://support.huaweicloud.com/api-workspace/ValidateServerGroup.html)                                                     | workspace:serverGroup:validate                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/server-group/{server_group_id}/tags/create](https://support.huaweicloud.com/api-workspace/CreateServerGroupTags.html)                                         | workspace:serverGroup:tagResource                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/server-group/{server_group_id}/tags/delete](https://support.huaweicloud.com/api-workspace/DeleteServerGroupTags.html)                                       | workspace:serverGroup:unTagResource                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/server-group/{server_group_id}/tags](https://support.huaweicloud.com/api-workspace/ShowServerGroupTag.html)                                                    | workspace:serverGroup:listTagsForResource              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/server-group/tags](https://support.huaweicloud.com/api-workspace/ListServerGroupTag.html)                                                                      | workspace:serverGroup:listTags                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/server-group/tags/batch-create](https://support.huaweicloud.com/api-workspace/BatchCreateServerGroupTags.html)                                                | workspace:serverGroup:batchCreateTags                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/server-group/tags/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteServerGroupTags.html)                                              | workspace:serverGroup:batchDeleteTags                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-servers](https://support.huaweicloud.com/api-workspace/ListServers.html)                                                                                   | workspace:server:list                                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/app-servers/{server_id}](https://support.huaweicloud.com/api-workspace/DeleteServer.html)                                                                   | workspace:server:delete                                | - vpc:ports:delete  - vpc:ports:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [GET /v1/{project_id}/app-servers/{server_id}](https://support.huaweicloud.com/api-workspace/ShowServer.html)                                                                        | workspace:server:get                                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-servers/{server_id}](https://support.huaweicloud.com/api-workspace/UpdateServer.html)                                                                    | workspace:server:update                                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-servers/{server_id}/actions/change-image](https://support.huaweicloud.com/api-workspace/ChangeServerImage.html)                                           | workspace:server:changeImage                           | - ims:images:list  - vpc:ports:get  - vpc:subnets:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [POST /v1/{project_id}/app-servers/{server_id}/actions/reinstall](https://support.huaweicloud.com/api-workspace/ReinstallServer.html)                                                | workspace:server:reinstall                             | - ims:images:list  - vpc:ports:get  - vpc:subnets:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [GET /v1/{project_id}/app-servers/{server_id}/actions/vnc](https://support.huaweicloud.com/api-workspace/ShowServerVnc.html)                                                         | workspace:server:getVncUrl                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-servers/access-agent/actions/show-latest-version](https://support.huaweicloud.com/api-workspace/ListAccessAgentLatestVersion.html)                         | workspace:accessAgent:list                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-servers/access-agent/actions/upgrade](https://support.huaweicloud.com/api-workspace/BatchUpgradeHdaVersion.html)                                         | workspace:accessAgent:batchUpgrade                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-servers/access-agent/latest-version](https://support.huaweicloud.com/api-workspace/ShowAccessAgentLatestVersion.html)                                      | workspace:accessAgent:listLatestVersion                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-servers/access-agent/list](https://support.huaweicloud.com/api-workspace/ListServerHdaDetails.html)                                                        | workspace:server:listAccessAgentDetails                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-servers/access-agent/upgrade-flag](https://support.huaweicloud.com/api-workspace/ShowHdaUpgradeFlag.html)                                                  | workspace:accessAgent:getUpgradeFlag                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:accessAgent:updateUpgradeFlag                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-servers/access-agent/upgrade-record](https://support.huaweicloud.com/api-workspace/ListServerHdaUpgradeRecords.html)                                       | workspace:accessAgent:listUpgradeRecords               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-servers/actions/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteServer.html)                                                       | workspace:server:batchDelete                           | - vpc:ports:delete  - vpc:ports:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| [PATCH /v1/{project_id}/app-servers/actions/batch-maint](https://support.huaweicloud.com/api-workspace/BatchChangeServerMaintainMode.html)                                           | workspace:server:batchChangeMaintainMode               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-servers/actions/batch-reboot](https://support.huaweicloud.com/api-workspace/BatchRebootServer.html)                                                      | workspace:server:batchReboot                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-servers/actions/batch-rejoin-domain](https://support.huaweicloud.com/api-workspace/BatchRejoinDomain.html)                                               | workspace:server:batchRejoinDomain                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-servers/actions/batch-start](https://support.huaweicloud.com/api-workspace/BatchStartServer.html)                                                        | workspace:server:batchStart                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-servers/actions/batch-stop](https://support.huaweicloud.com/api-workspace/BatchStopServer.html)                                                          | workspace:server:batchStop                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-servers/actions/batch-update-tsvi](https://support.huaweicloud.com/api-workspace/BatchUpdateTsvi.html)                                                   | workspace:server:batchUpdateTsvi                       | - vpc:subnets:get  - vpc:ports:update                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| [POST /v1/{project_id}/app-servers/actions/create](https://support.huaweicloud.com/api-workspace/CreateAppServers.html)                                                              | workspace:server:create                                | - ims:images:list  - ims:images:updateMemberStatus  - ims:images:share  - ims:images:get  - vpc:securityGroups:get  - vpc:securityGroupRules:get  - vpc:networks:get  - vpc:subnets:get  - vpc:ports:create  - vpc:ports:get  - vpc:ports:delete  - vpc:vpcs:get  - dss:pools:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| [PATCH /v1/{project_id}/app-servers/hosts/batch-migrate](https://support.huaweicloud.com/api-workspace/BatchMigrateHostsServer.html)                                                 | workspace:server:batchMigrateHosts                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-servers/metric-data/{server_id}](https://support.huaweicloud.com/api-workspace/ShowServerMetricData.html)                                                  | workspace:server:getMetricData                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-server-sub-jobs](https://support.huaweicloud.com/api-workspace/ListSubJobs.html)                                                                           | workspace:jobs:listSubJobs                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-server-sub-jobs/actions/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteAppSubJobs.html)                                           | workspace:jobs:batchDeleteSubJobs                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/app-server-sub-jobs/actions/count](https://support.huaweicloud.com/api-workspace/CountSubJobs.html)                                                            | workspace:jobs:countSubJobs                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-warehouse/action/authorize](https://support.huaweicloud.com/api-workspace/AuthorizeObs.html)                                                              | workspace:appWarehouse:authorizeObs                    | - obs:bucket:getBucketAcl  - obs:object:putObject  - obs:object:deleteObject                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [POST /v1/{project_id}/app-warehouse/actions/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteWarehouseApp.html)                                               | workspace:appWarehouse:batchDeleteApp                  | - obs:bucket:headBucket  - obs:object:deleteObject                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| [GET /v1/{project_id}/app-warehouse/apps](https://support.huaweicloud.com/api-workspace/ListWarehouseApps.html)                                                                      | workspace:appWarehouse:ListWarehouseApps               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-warehouse/apps](https://support.huaweicloud.com/api-workspace/CreateWarehouseApp.html)                                                                    | workspace:appWarehouse:createApp                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/app-warehouse/apps/{id}](https://support.huaweicloud.com/api-workspace/DeleteWarehouseApp.html)                                                             | workspace:appWarehouse:deleteApp                       | - obs:bucket:headBucket  - obs:object:deleteObject                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| [POST /v1/{project_id}/app-warehouse/apps/icon](https://support.huaweicloud.com/api-workspace/UploadWarehouseAppIcon.html)                                                           | workspace:appWarehouse:uploadAppIcon                   | obs:object:putObject                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| [POST /v1/{project_id}/app-warehouse/bucket-and-acl/create](https://support.huaweicloud.com/api-workspace/CreateBucketOrAcl.html)                                                    | workspace:appWarehouse:createBucketOrAcl               | - obs:bucket:getBucketAcl  - obs:bucket:headBucket  - obs:bucket:putBucketAcl  - obs:bucket:putReplicationConfiguration  - obs:bucket:createBucket  - obs:bucket:putBucketCORS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| [GET /v1/{project_id}/check/quota](https://support.huaweicloud.com/api-workspace/CheckQuota.html)                                                                                    | workspace:quotas:get                                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/image-server-jobs](https://support.huaweicloud.com/api-workspace/ListImageJobs.html)                                                                           | workspace:images:listImageJobs                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/image-server-jobs/{job_id}](https://support.huaweicloud.com/api-workspace/ShowImageJob.html)                                                                   | workspace:images:getImageJob                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/image-servers](https://support.huaweicloud.com/api-workspace/ListImageServers.html)                                                                            | workspace:imageServer:list                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/image-servers](https://support.huaweicloud.com/api-workspace/CreateImageServer.html)                                                                          | workspace:imageServer:create                           | - ims:images:list  - vpc:ports:get  - vpc:subnets:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [GET /v1/{project_id}/image-servers/{server_id}](https://support.huaweicloud.com/api-workspace/ShowImageServer.html)                                                                 | workspace:imageServer:get                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/image-servers/{server_id}](https://support.huaweicloud.com/api-workspace/UpdateImageServer.html)                                                             | workspace:imageServer:update                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/image-servers/{server_id}/actions/attach-app](https://support.huaweicloud.com/api-workspace/AttachImageServerApp.html)                                        | workspace:imageServer:attachApp                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/image-servers/{server_id}/actions/latest-attached-app](https://support.huaweicloud.com/api-workspace/ListLatestAttachedServerApp.html)                         | workspace:imageServer:listLatestAttachedApp            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/image-servers/{server_id}/actions/recreate-image](https://support.huaweicloud.com/api-workspace/RecreateServerImage.html)                                     | workspace:imageServer:recreate                         | - vpc:ports:get  - vpc:subnets:get  - ims:quotas:get  - ims:images:get  - ims:images:list  - ims:images:setTags  - ims:images:setOrDeleteTags  - ims:images:updateMemberStatus  - ims:images:copyInRegion  - ims:serverImages:create                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| [PATCH /v1/{project_id}/image-servers/actions/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteImageServer.html)                                               | workspace:imageServer:batchDelete                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/image-server-sub-jobs](https://support.huaweicloud.com/api-workspace/ListImageSubJobs.html)                                                                    | workspace:imageServer:listImageSubJobs                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/image-server-sub-jobs/actions/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteImageSubJobs.html)                                      | workspace:imageServer:batchDeleteImageSubJobs          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/image-server-sub-jobs/actions/count](https://support.huaweicloud.com/api-workspace/CountImageSubJobs.html)                                                     | workspace:imageServer:countImageSubJobs                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/job/{job_id}](https://support.huaweicloud.com/api-workspace/ShowJobDetail.html)                                                                                | workspace:jobs:get                                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/mails](https://support.huaweicloud.com/api-workspace/ListAuthorizationMailRecord.html)                                                                         | workspace:appGroup:listMailRecord                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/mails/actions/send](https://support.huaweicloud.com/api-workspace/SendAuthorizationMail.html)                                                                 | workspace:appGroup:resendMail                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/mails/actions/send-by-authorization](https://support.huaweicloud.com/api-workspace/SendAuthorizedMail.html)                                                   | workspace:appGroup:resendMail                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/persistent-storages](https://support.huaweicloud.com/api-workspace/ListPersistentStorage.html)                                                                 | workspace:storage:listPersistentStorage                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/persistent-storages](https://support.huaweicloud.com/api-workspace/CreatePersistentStorage.html)                                                              | workspace:storage:createPersistentStorage              | - obs:bucket:headBucket  - obs:bucket:putBucketPolicy  - obs:bucket:putBucketAcl  - obs:bucket:putBucketCORS  - obs:bucket:listBucket                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [DELETE /v1/{project_id}/persistent-storages/{storage_id}](https://support.huaweicloud.com/api-workspace/DeletePersistentStorage.html)                                               | workspace:storage:deletePersistentStorage              | - obs:object:getObject  - obs:object:deleteObject                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [POST /v1/{project_id}/persistent-storages/{storage_id}/actions/assign-folder](https://support.huaweicloud.com/api-workspace/UpdateUserFolderAssignment.html)                        | workspace:storage:updateUserFolderAssignment           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/persistent-storages/{storage_id}/actions/assign-share-folder](https://support.huaweicloud.com/api-workspace/UpdateShareFolderAssignment.html)                 | workspace:storage:updateShareFolderAssignment          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/persistent-storages/{storage_id}/actions/create-share-folder](https://support.huaweicloud.com/api-workspace/CreateShareFolder.html)                           | workspace:storage:createShareFolder                    | - obs:object:getObject  - obs:object:putObject                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| [POST /v1/{project_id}/persistent-storages/{storage_id}/actions/delete-storage-claim](https://support.huaweicloud.com/api-workspace/DeleteStorageClaim.html)                         | workspace:storage:deleteStorageClaim                   | obs:object:deleteObject                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [POST /v1/{project_id}/persistent-storages/{storage_id}/actions/delete-user-attachment](https://support.huaweicloud.com/api-workspace/DeleteUserStorageAttachment.html)              | workspace:storage:deleteUserStorageAttachment          | obs:object:deleteObject                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [POST /v1/{project_id}/persistent-storages/actions/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeletePersistentStorage.html)                                    | workspace:storage:batchDeletePersistentStorage         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/persistent-storages/actions/list-attachments](https://support.huaweicloud.com/api-workspace/ListStorageAssignment.html)                                        | workspace:storage:listStorageAssignment                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/persistent-storages/actions/list-share-folders](https://support.huaweicloud.com/api-workspace/ListShareFolder.html)                                            | workspace:storage:listShareFolder                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/policy-groups/{policy_group_id}](https://support.huaweicloud.com/api-workspace/ShowPolicyGroup.html)                                                           | workspace:policyGroups:get                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/policy-groups/{policy_group_id}/policy](https://support.huaweicloud.com/api-workspace/ListPolicyOfPolicyGroup.html)                                            | workspace:policyGroups:listPolicies                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/policy-groups/{policy_group_id}/target](https://support.huaweicloud.com/api-workspace/ListTargetsOfPolicyGroup.html)                                           | workspace:policyGroups:listTargets                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/policy-groups/show/detail](https://support.huaweicloud.com/api-workspace/ListPolicyGroupDetailInfo.html)                                                       | workspace:policyGroups:listDetail                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/policy-templates](https://support.huaweicloud.com/api-workspace/ListPolicyTemplate.html)                                                                       | workspace:policyGroups:listTemplate                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/policy-templates/{policy_template_id}](https://support.huaweicloud.com/api-workspace/DeletePolicyTemplate.html)                                             | workspace:policyGroups:deleteTemplate                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/policy-templates/{policy_template_id}](https://support.huaweicloud.com/api-workspace/UpdatePolicyTemplate.html)                                              | workspace:policyGroups:updateTemplate                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:privacystatements:get                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/scaling-policy](https://support.huaweicloud.com/api-workspace/DeleteScalingPolicy.html)                                                                     | workspace:scalingPolicy:delete                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/scaling-policy](https://support.huaweicloud.com/api-workspace/ShowScalingPolicy.html)                                                                          | workspace:scalingPolicy:list                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v1/{project_id}/scaling-policy](https://support.huaweicloud.com/api-workspace/CreateOrUpdateScalingPolicy.html)                                                                | workspace:scalingPolicy:create                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/schedule-task](https://support.huaweicloud.com/api-workspace/ListScheduleTasks.html)                                                                           | workspace:scheduledTasks:list                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/schedule-task](https://support.huaweicloud.com/api-workspace/CreateScheduleTask.html)                                                                         | workspace:scheduledTasks:create                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/schedule-task/{execute_history_id}/execute-detail](https://support.huaweicloud.com/api-workspace/ListTaskExecuteDetail.html)                                   | workspace:scheduledTasks:getRecord                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/schedule-task/{task_id}](https://support.huaweicloud.com/api-workspace/DeleteScheduleTask.html)                                                             | workspace:scheduledTasks:delete                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/schedule-task/{task_id}](https://support.huaweicloud.com/api-workspace/ShowScheduleTask.html)                                                                  | workspace:scheduledTasks:get                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/schedule-task/{task_id}](https://support.huaweicloud.com/api-workspace/UpdateScheduleTask.html)                                                              | workspace:scheduledTasks:update                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/schedule-task/{task_id}/execute-history](https://support.huaweicloud.com/api-workspace/ListTaskExecuteHistory.html)                                            | workspace:scheduledTasks:listRecords                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/schedule-task/actions/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteScheduleTask.html)                                               | workspace:scheduledTasks:batchDelete                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/session/app-connection](https://support.huaweicloud.com/api-workspace/ListAppConnection.html)                                                                 | workspace:session:listAppConnection                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/session/logoff](https://support.huaweicloud.com/api-workspace/LogoffUserSession.html)                                                                         | workspace:session:logoffUserSession                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/session/user-connection](https://support.huaweicloud.com/api-workspace/ListUserConnection.html)                                                               | workspace:session:listUserConnection                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/session/user-session-info](https://support.huaweicloud.com/api-workspace/ListSessionByUserName.html)                                                           | workspace:session:listSessionByUserName                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v1/{project_id}/storages-policy/actions/create-statements](https://support.huaweicloud.com/api-workspace/CreateOrUpdateStoragePolicyStatement.html)                            | workspace:storagePolicy:create                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/storages-policy/actions/list-statements](https://support.huaweicloud.com/api-workspace/ListStoragePolicyStatement.html)                                        | workspace:storagePolicy:list                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:users:list                                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/persistent-storages/actions/list-sfs-storages](https://support.huaweicloud.com/api-workspace/ListSfs3Storage.html)                                                          | workspace:storage:listSfs3Storage                      | - obs:bucket:listBucket  - obs:bucket:getBucketStorage  - obs:bucket:listAllMyBuckets                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| -                                                                                                                                                                                    | workspace:baseResource:list                            | ecs:availabilityZones:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| [POST /v1/{project_id}/bundles/batch-query-config-info](https://support.huaweicloud.com/api-workspace/ListCorpConfigInfo.html)                                                       | workspace:tenants:listConfigInfo                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/product](https://support.huaweicloud.com/api-workspace/ListProduct.html)                                                                                       | workspace:baseResource:list                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/session-type](https://support.huaweicloud.com/api-workspace/ShowSessionTypes.html)                                                                            | workspace:baseResource:list                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/tenant/action/active](https://support.huaweicloud.com/api-workspace/InitializeTenant.html)                                                                    | workspace:tenants:active                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/tenant/profile](https://support.huaweicloud.com/api-workspace/ListTenantProfile.html)                                                                          | workspace:tenants:listTenantProfile                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/volume-type](https://support.huaweicloud.com/api-workspace/ListVolumeType.html)                                                                                | workspace:baseResource:list                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:server:listServerMetricData                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/session/list-sessions](https://support.huaweicloud.com/api-workspace/ListSessions.html)                                                                        | workspace:session:listSessions                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PATCH /v1/{project_id}/app-warehouse/apps/{id}](https://support.huaweicloud.com/api-workspace/UpdateWarehouseApp.html)                                                              | workspace:appWarehouse:updateApp                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-servers/actions/batch-change-image](https://support.huaweicloud.com/api-workspace/BatchChangeServerImage.html)                                            | workspace:server:batchChangeImage                      | - ims:images:list  - vpc:ports:get  - vpc:subnets:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [POST /v1/{project_id}/app-servers/actions/batch-reinstall](https://support.huaweicloud.com/api-workspace/BatchReinstallServer.html)                                                 | workspace:server:batchReinstall                        | - ims:images:list  - vpc:ports:get  - vpc:subnets:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [POST /v1/{project_id}/app-groups/{app_group_id}/apps/pre-boot-policy](https://support.huaweicloud.com/api-workspace/UpdatePreBootPolicy.html)                                       | workspace:app:updatePreBootPolicy                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/app-warehouse/bucket](https://support.huaweicloud.com/api-workspace/BindAppWarehouseBucket.html)                                                              | workspace:appWarehouse:bindBucket                      | - obs:bucket:getBucketAcl  - obs:bucket:headBucket  - obs:bucket:putBucketAcl  - obs:bucket:putReplicationConfiguration  - obs:bucket:createBucket  - obs:bucket:putBucketCORS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| [GET /v1/{project_id}/app-warehouse/bucket](https://support.huaweicloud.com/api-workspace/ShowAppWarehouseBucket.html)                                                               | workspace:appWarehouse:getBucket                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v1/{project_id}/cloud-storages/actions/list-project-configs](https://support.huaweicloud.com/api-workspace/ListProjectConfigs.html)                                            | workspace:cloudStorage:listConfig                      | sfs3:projectConfig:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| [GET /v1/{project_id}/cloud-storages/actions/project-config/{cloud_storage_id}](https://support.huaweicloud.com/api-workspace/ShowProjectConfig.html)                                | workspace:cloudStorage:getConfig                       | sfs3:projectConfig:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| [POST /v1/{project_id}/cloud-storages](https://support.huaweicloud.com/api-workspace/CreateCloudStorage.html)                                                                        | workspace:cloudStorage:bind                            | sfs3:projectConfig:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| [GET /v1/{project_id}/cloud-storages](https://support.huaweicloud.com/api-workspace/ListCloudStorage.html)                                                                           | workspace:cloudStorage:list                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v1/{project_id}/cloud-storages/{storage_id}](https://support.huaweicloud.com/api-workspace/DeleteCloudStorage.html)                                                         | workspace:cloudStorage:unbind                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v1/{project_id}/cloud-storages/actions/batch-delete-cloud-storages](https://support.huaweicloud.com/api-workspace/BatchDeleteCloudStorage.html)                               | workspace:cloudStorage:batchDeleteFolder               | - sfs3:fileSystem:deleteFileSystem  - sfs3:file:delete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| [POST /v1/{project_id}/cloud-storages/{storage_id}/actions/create-folder](https://support.huaweicloud.com/api-workspace/CreateUserFolderAssignment.html)                             | workspace:cloudStorage:createFolder                    | - sfs3:fileSystem:createFileSystem  - sfs3:fileSystem:putACL  - sfs3:fileSystem:putCORS  - sfs3:fileSystem:putQuota  - sfs3:file:put                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [PATCH /v1/{project_id}/cloud-storages/{storage_id}/actions/update-folder/{cloud_assignment_id}](https://support.huaweicloud.com/api-workspace/UpdateCloudUserFolderAssignment.html) | workspace:cloudStorage:updateFolder                    | sfs3:fileSystem:putQuota                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| [POST /v1/{project_id}/cloud-storages/{storage_id}/actions/delete-folder](https://support.huaweicloud.com/api-workspace/DeleteCloudStorageAttachment.html)                           | workspace:cloudStorage:deleteFolder                    | - sfs3:fileSystem:deleteFileSystem  - sfs3:file:delete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| [GET /v1/{project_id}/cloud-storages/actions/list-folders](https://support.huaweicloud.com/api-workspace/ListCloudStorageAssignment.html)                                            | workspace:cloudStorage:listFolder                      | - sfs3:fileSystem:getFileSystem  - sfs3:fileSystem:listFiles                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| -                                                                                                                                                                                    | workspace:cloudStorage:resetUserProfile                | - sfs3:file:head  - sfs3:file:put  - sfs3:file:delete  - sfs3:fileSystem:listFiles  - sfs3:file:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| -                                                                                                                                                                                    | workspace:cloudStorage:listFiles                       | sfs3:fileSystem:listFiles                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| -                                                                                                                                                                                    | workspace:cloudStorage:transferFile                    | - sfs3:fileSystem:createFileSystem  - sfs3:fileSystem:putACL  - sfs3:fileSystem:putCORS  - sfs3:fileSystem:putQuota  - sfs3:file:put  - sfs3:file:head  - sfs3:file:delete  - sfs3:fileSystem:listFiles  - sfs3:file:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| -                                                                                                                                                                                    | workspace:cloudStorage:preTransferFile                 | - sfs3:file:put  - sfs3:file:head  - sfs3:fileSystem:listFiles                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| [POST /v1/{project_id}/cloud-storages/{storage_id}/actions/change-cluster](https://support.huaweicloud.com/api-workspace/ChangeCluster.html)                                         | workspace:cloudStorage:changeCluster                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:hotspotSessionConfig:create                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:hotspotSessionConfig:list                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:hotspotSessionConfig:update                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:hotspotSessionConfig:listNonMigrationUsers   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:hotspotSessionConfig:updateNonMigrationUsers | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/domain-controllers/validation](https://support.huaweicloud.com/api-workspace/ValidateDomainController.html)                                                   | workspace:tenants:validateDomains                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/check-cidr](https://support.huaweicloud.com/api-workspace/CheckCidr.html)                                                                                     | workspace:networks:checkCidr                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/users/notification-records](https://support.huaweicloud.com/api-workspace/ListNotificationRecords.html)                                                        | workspace:users:listNotificationRecords                | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:images:deleteImageServer                     | - ecs:cloudServers:deleteServers  - ecs:cloudServers:showServer  - workspace:images:retryImportJob                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| -                                                                                                                                                                                    | workspace:images:generate                              | - ecs:cloudServers:create  - ecs:cloudServers:createServers  - ecs:cloudServers:showServer  - ecs:cloudServers:deleteServers  - ecs:servers:delete  - ecs:servers:create  - ims:serverImages:create  - ims:images:deleteImage  - ims:images:getJob  - ims:images:list  - ims:images:updateImage  - ims:images:create  - ims:serverImages:create  - ims:cloudServerImages:create  - eps:enterpriseProjects:delete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| -                                                                                                                                                                                    | workspace:images:get                                   | ims:images:list                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| -                                                                                                                                                                                    | workspace:images:getImportJobDetail                    | ecs:cloudServers:showServer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| -                                                                                                                                                                                    | workspace:images:import                                | - vpcep:endpoints:get  - vpcep:endpoints:delete  - vpcep:endpoints:create  - vpcep:endpoints:list  - vpcep:endpointServices:describe  - ims:serverImages:create  - ims:images:deleteImage  - ims:images:getJob  - ims:images:list  - ims:images:import  - ims:images:create  - ims:serverImages:create  - ims:cloudServerImages:create  - ims:cloudImages:deleteImage  - ecs:servers:delete  - ecs:cloudServers:create  - ecs:cloudServers:createServers  - ecs:cloudServers:delete  - ecs:cloudServers:deleteServers  - ecs:cloudServers:showServer  - ecs:cloudServerQuotas:get  - eps:enterpriseProjects:list  - eps:enterpriseProjects:create  - iam:agencies:pass  - vpc:subnets:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| -                                                                                                                                                                                    | workspace:images:reportProgress                        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:images:retryImportJob                        | - vpcep:endpoints:get  - vpcep:endpoints:delete  - vpcep:endpoints:create  - vpcep:endpoints:list  - vpcep:endpointServices:describe  - ims:images:create  - ims:images:deleteImage  - ims:images:getJob  - ims:images:list  - ims:images:updateImage  - ims:images:import  - ims:serverImages:create  - ims:cloudServerImages:create  - ims:cloudImages:deleteImage  - ecs:servers:delete  - ecs:servers:create  - ecs:cloudServers:create  - ecs:cloudServers:createServers  - ecs:cloudServers:delete  - ecs:cloudServers:deleteServers  - ecs:cloudServers:showServer  - ecs:cloudServerQuotas:get  - eps:enterpriseProjects:list  - eps:enterpriseProjects:create  - eps:enterpriseProjects:delete                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:images:update                                | - ims:images:list  - ims:images:get  - ims:images:setTags  - ims:images:setOrDeleteTags  - ims:images:updateImage  - ims:images:deleteTags                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| [GET /v3/{project_id}/domains/sync-external-user](https://support.huaweicloud.com/api-workspace/SyncExternalUser.html)                                                               | workspace:authConfigs:syncExternalUser                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/scheduled-tasks/life-cycle-type/configurations](https://support.huaweicloud.com/api-workspace/ListLifeCycleTypeConfigurations.html)                            | workspace:scheduledTasks:listLifeCycleConfigurations   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/screen-records/traffic-limit/configurations](https://support.huaweicloud.com/api-workspace/UpdateScreenRecordsTrafficLimitConfig.html)                        | workspace:screenRecord:configTrafficLimit              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/screen-records/traffic-limit/configurations](https://support.huaweicloud.com/api-workspace/ListScreenRecordsTrafficLimitConfig.html)                           | workspace:screenRecord:listTrafficLimitConfigurations  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:screenRecord:update                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v2/{project_id}/sites/{site_id}/dc-vnc](https://support.huaweicloud.com/api-workspace/UpdateDcVnc.html)                                                                        | workspace:sites:updateDcVnc                            | - vpcep:endpoints:create  - vpcep:endpoints:delete  - vpcep:endpoints:get                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| [DELETE /v3/{project_id}/domains](https://support.huaweicloud.com/api-workspace/CloseDomainNew.html)                                                                                 | workspace:tenants:closeDomain                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/users/ai-assistant/statistics/usage-frequency](https://support.huaweicloud.com/api-workspace/ShowAiAssistantUsageFrequency.html)                                            | workspace:users:getAiAssistantUsageFrequency           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/users/ai-assistant/subscribe](https://support.huaweicloud.com/api-workspace/ListSubscribeAiAssistantUsers.html)                                                             | workspace:users:listSubscribeAiAssistantUsers          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/users/ai-assistant/subscribe](https://support.huaweicloud.com/api-workspace/SubscribeAiAssistant.html)                                                                     | workspace:users:subscribeAiAssistant                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/batch-rejoin-domain/check](https://support.huaweicloud.com/api-workspace/BatchCheckDesktopRejoinDomain.html)                                         | workspace:desktops:batchCheckRejoinDomain              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/desktops/batch-rejoin-domain](https://support.huaweicloud.com/api-workspace/BatchUpdateDesktopDomain.html)                                                    | workspace:desktops:batchRejoinDomain                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/hosts/export](https://support.huaweicloud.com/api-workspace/ExportHostsDetail.html)                                                                            | workspace:wdh:export                                   | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/{project_id}/groups/export](https://support.huaweicloud.com/api-workspace/ExportUserGroupsNew.html)                                                                        | workspace:userGroups:export                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /{project_id}/upgrade-strategies](https://support.huaweicloud.com/api-workspace/ListTenantUpgradeStrategies.html)                                                               | workspace:upgradeStrategy:list                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /{project_id}/upgrade-strategies/export](https://support.huaweicloud.com/api-workspace/ExportTenantUpgradeStrategies.html)                                                      | workspace:upgradeStrategy:export                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /{project_id}/upgrade-strategy/{strategy_id}/apply-objects](https://support.huaweicloud.com/api-workspace/ListApplyObjects.html)                                                | workspace:upgradeStrategy:listApplyObjects             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /{project_id}/upgrade-strategy/{strategy_id}/apply-objects](https://support.huaweicloud.com/api-workspace/UpdateStrategyApplyObjects.html)                                     | workspace:upgradeStrategy:updateApplyObjects           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /{project_id}/upgrade-strategy](https://support.huaweicloud.com/api-workspace/CreateTenantUpgradeStrategy.html)                                                                | workspace:upgradeStrategy:create                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /{project_id}/upgrade-strategy/batch-delete](https://support.huaweicloud.com/api-workspace/DeleteTenantUpgradeStrategy.html)                                                   | workspace:upgradeStrategy:batchDelete                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /{project_id}/upgrade-strategy/{strategy_id}](https://support.huaweicloud.com/api-workspace/UpdateTenantUpgradeStrategy.html)                                                   | workspace:upgradeStrategy:update                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /{project_id}/upgrade-tasks](https://support.huaweicloud.com/api-workspace/ListUpgradeTasks.html)                                                                               | workspace:upgradeTask:list                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /{project_id}/upgrade-task/{task_id}/apply-objects](https://support.huaweicloud.com/api-workspace/ListTaskApplyObjects.html)                                                    | workspace:upgradeTask:listApplyObjects                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /{project_id}/upgrade-task](https://support.huaweicloud.com/api-workspace/CreateUpgradeScheduleTask.html)                                                                      | workspace:upgradeTask:create                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /{project_id}/upgrade-task/batch-delete](https://support.huaweicloud.com/api-workspace/DeleteUpgradeTask.html)                                                                 | workspace:upgradeTask:batchDelete                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /{project_id}/upgrade-task/{task_id}](https://support.huaweicloud.com/api-workspace/ShowUpgradeTaskDetail.html)                                                                 | workspace:upgradeTask:get                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /{project_id}/upgrade-task/{task_id}](https://support.huaweicloud.com/api-workspace/UpdateUpgradeTask.html)                                                                     | workspace:upgradeTask:update                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /{project_id}/upgrade-task/execute](https://support.huaweicloud.com/api-workspace/ExecuteTriggerUpgrade.html)                                                                  | workspace:upgradeTask:execute                          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /{project_id}/version-config/{version_config_id}](https://support.huaweicloud.com/api-workspace/ShowTenantVersionConfig.html)                                                   | workspace:versionConfig:get                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /{project_id}/version-config](https://support.huaweicloud.com/api-workspace/ListTenantVersionConfig.html)                                                                       | workspace:versionConfig:list                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:upgradeRecord:list                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:upgradeRecordDetail:listLatest               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:upgradeRecordDetail:exportLatest             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:upgradeRecordDetail:listHistory              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -                                                                                                                                                                                    | workspace:upgradeRecordDetail:exportHistory            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/statistics/by-version](https://support.huaweicloud.com/api-workspace/ListDesktopStatisticsByVersion.html)                                             | workspace:desktops:listVersionStatistics               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/list-by-version](https://support.huaweicloud.com/api-workspace/ListDesktopVersion.html)                                                               | workspace:desktops:listByVersion                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v2/{project_id}/desktops/list-by-version/export](https://support.huaweicloud.com/api-workspace/ExportDesktopVersionList.html)                                                  | workspace:desktops:exportListByVersion                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/instances](https://support.huaweicloud.com/api-workspace/ListAgentInstances.html)                                                                                 | workspace:agentInstance:list                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/instances/statistics](https://support.huaweicloud.com/api-workspace/ListInstanceStatistics.html)                                                                  | workspace:agentInstance:list                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/ai-agents/im-channels](https://support.huaweicloud.com/api-workspace/SaveImChannels.html)                                                                                  | workspace:imChannel:create                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v3/ai-agents/{id}/im-channels/{platform}](https://support.huaweicloud.com/api-workspace/DeleteImChannel.html)                                                               | workspace:imChannel:delete                             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/instances/{instance_id}/model-groups](https://support.huaweicloud.com/api-workspace/ListInstanceModelGroups.html)                                                 | workspace:agentInstance:list                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/ai-agents/model-configs/apply](https://support.huaweicloud.com/api-workspace/ApplyModelConfig.html)                                                                        | workspace:modelConfig:addAuthorization                 | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v3/ai-agents/model-configs/apply](https://support.huaweicloud.com/api-workspace/RemoveModelConfig.html)                                                                     | workspace:modelConfig:removeAuthorization              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/ai-agents/model-groups](https://support.huaweicloud.com/api-workspace/CreateModelGroup.html)                                                                               | workspace:modelGroup:create                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/model-groups](https://support.huaweicloud.com/api-workspace/ListModelGroups.html)                                                                                 | workspace:modelGroup:list                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/model-groups/{group_id}](https://support.huaweicloud.com/api-workspace/ShowModelGroup.html)                                                                       | workspace:modelGroup:get                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v3/ai-agents/model-groups/{group_id}](https://support.huaweicloud.com/api-workspace/UpdateModelGroup.html)                                                                     | workspace:modelGroup:update                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v3/ai-agents/model-groups/{group_id}](https://support.huaweicloud.com/api-workspace/DeleteModelGroup.html)                                                                  | workspace:modelGroup:delete                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/ai-agents/model-groups/{group_id}/providers/batch](https://support.huaweicloud.com/api-workspace/BatchBindProviders.html)                                                  | workspace:modelGroup:bind                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/model-groups/{group_id}/resources](https://support.huaweicloud.com/api-workspace/ListModelGroupResources.html)                                                    | workspace:modelGroup:list                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/model-groups/{group_id}/providers](https://support.huaweicloud.com/api-workspace/ListModelGroupProviders.html)                                                    | workspace:modelGroup:list                              | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/ai-agents/model-groups/{group_id}/providers/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteProviders.html)                                         | workspace:modelGroup:delete                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/model-provider-templates](https://support.huaweicloud.com/api-workspace/ListProviderTemplates.html)                                                               | workspace:modelProvider:list                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/ai-agents/model-providers/verify](https://support.huaweicloud.com/api-workspace/VerifyProvider.html)                                                                       | workspace:modelProvider:verify                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/ai-agents/model-providers/remote-models/query](https://support.huaweicloud.com/api-workspace/ListRemoteProviderModels.html)                                                | workspace:modelProvider:list                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/ai-agents/model-providers](https://support.huaweicloud.com/api-workspace/CreateProvider.html)                                                                              | workspace:modelProvider:create                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/model-providers](https://support.huaweicloud.com/api-workspace/ListProviders.html)                                                                                | workspace:modelProvider:list                           | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/model-providers/{provider_id}](https://support.huaweicloud.com/api-workspace/ShowProvider.html)                                                                   | workspace:modelProvider:get                            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v3/ai-agents/model-providers/{provider_id}](https://support.huaweicloud.com/api-workspace/UpdateProvider.html)                                                                 | workspace:modelProvider:update                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [DELETE /v3/ai-agents/model-providers/{provider_id}](https://support.huaweicloud.com/api-workspace/DeleteProvider.html)                                                              | workspace:modelProvider:delete                         | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/ai-agents/model-providers/{provider_id}/models/batch](https://support.huaweicloud.com/api-workspace/BatchCreateModel.html)                                                 | workspace:modelProvider:addModel                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v3/ai-agents/model-providers/{provider_id}/models/batch-delete](https://support.huaweicloud.com/api-workspace/BatchDeleteModel.html)                                          | workspace:modelProvider:deleteModel                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/model-providers/{provider_id}/models](https://support.huaweicloud.com/api-workspace/ListModels.html)                                                              | workspace:modelProvider:listModel                      | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/model-providers/{provider_id}/models/{model_id}](https://support.huaweicloud.com/api-workspace/ShowModel.html)                                                    | workspace:modelProvider:getModel                       | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [PUT /v3/ai-agents/model-providers/{provider_id}/models/{model_id}](https://support.huaweicloud.com/api-workspace/UpdateModel.html)                                                  | workspace:modelProvider:updateModel                    | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [POST /v2/{project_id}/sites/{site_id}/reset-auth-config](https://support.huaweicloud.com/api-workspace/ResetSiteAuthConfig.html)                                                    | workspace:site:resetSiteAuthConfig                     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| [GET /v3/ai-agents/{id}/im-channels](https://support.huaweicloud.com/api-workspace/ListImChannels.html)                                                                              | workspace:imChannel:list                               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
   
 #### 资源类型（Resource）
资源类型（Resource）用于定义身份策略生效的资源范围。如[表3]中某项操作已指定了对应的资源类型，则在包含该操作的身份策略语句中选择填写对应资源的URN时，身份策略仅对该指定资源生效；未填写对应资源的URN时，身份策略将对指定资源类型下所有资源生效；如未指定资源类型，Resource默认取值为"\*"，身份策略将作用于所有资源。此外，您也可在身份策略中设置条件，进一步精细化限定资源类型。
workspace定义了以下可以在自定义身份策略的Resource元素中使用的资源类型。
 表3workspace支持的资源类型 
| 资源类型          | URN                                                                 |
|:---|:---|
| script        | workspace:\<region\>:\<account-id\>:script:\<script-id\>            |
| serverGroup   | workspace:\<region\>:\<account-id\>:serverGroup:\<server-group-id\> |
| exclusiveHost | workspace:\<region\>:\<account-id\>:exclusiveHost:\<host-id\>       |
| appGroup      | workspace:\<region\>:\<account-id\>:appGroup:\<app-group-id\>       |
| scheduledTask | workspace:\<region\>:\<account-id\>:scheduledTask:\<task-id\>       |
| storage       | workspace:\<region\>:\<account-id\>:storage:\<storage-id\>          |
| desktopPool   | workspace:\<region\>:\<account-id\>:desktopPool:\<pool-id\>         |
| userGroup     | workspace:\<region\>:\<account-id\>:userGroup:\<group-id\>          |
| user          | workspace:\<region\>:\<account-id\>:user:\<user-id\>                |
| imageServer   | workspace:\<region\>:\<account-id\>:imageServer:\<image-server-id\> |
| policyGroup   | workspace:\<region\>:\<account-id\>:policyGroup:\<policy-group-id\> |
| wdh           | workspace:\<region\>:\<account-id\>:wdh:\<wdh-id\>                  |
| app           | workspace:\<region\>:\<account-id\>:app:\<app-id\>                  |
| desktop       | workspace:\<region\>:\<account-id\>:desktop:\<desktop-id\>          |
| server        | workspace:\<region\>:\<account-id\>:server:\<server-id\>            |
   
 #### 条件（Condition）
**条件键概述**
条件（Condition）是身份策略生效的特定条件，包括[条件键](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)和[运算符](https://support.huaweicloud.com/usermanual-iam5/iam_01_1289.html#iam_01_1289__li13495143171719)。
- 条件键表示身份策略语句的Condition元素中的键值。根据适用范围，分为全局级条件键和服务级条件键。
  - 全局级条件键（前缀为g:）适用于所有操作，在鉴权过程中，云服务不需要提供用户身份信息，系统将自动获取并鉴权。详情请参见：[全局条件键](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)。
  
  - 服务级条件键（前缀通常为服务缩写，如workspace:）仅适用于对应服务的操作，详情请参见[表4]。
  
  - 单值/多值表示API调用时请求中与条件关联的值数。单值条件键在API调用时的请求中最多包含一个值，多值条件键在API调用时请求可以包含多个值。例如：g:SourceVpce是单值条件键，表示仅允许通过某个VPC终端节点发起请求访问某资源，一个请求最多包含一个VPC终端节点ID值。g:TagKeys是多值条件键，表示请求中携带的所有标签的key组成的列表，当用户在调用API请求时传入标签可以传入多个值。
   
- 运算符与条件键、条件值一起构成完整的条件判断语句，当请求信息满足该条件时，身份策略才能生效。支持的运算符请参见：[运算符](https://support.huaweicloud.com/usermanual-iam5/iam_01_1289.html#iam_01_1289__li13495143171719)。
**workspace支持的服务级条件键**
workspace定义了以下可以在自定义身份策略的Condition元素中使用的条件键，您可以使用这些条件键进一步细化身份策略语句应用的条件。
 表4workspace支持的服务级条件键 
| 服务级条件键                      | 类型      | 单值/多值 | 说明                                                                                                                                                                                                   |
|:---|:---|:---|:---|
| workspace:AccessMode        | string  | 单值    | 根据请求参数中指定的接入方式过滤访问，有效的条件值应为INTERNET、DEDICATED、BOTH。                                                                                                                                                  |
| workspace:CreateOrderType   | string  | 单值    | 根据请求参数中指定的创建订单类型过滤访问，有效的条件值应为createDesktops、addVolumes、createDehHosts、rebuildDesktops、createDesktopPool、expandDesktopPool、applyDesktopsInternet、createExclusiveHosts、subscribeUserSharer、createApps。 |
| workspace:ChangeOrderType   | string  | 单值    | 根据请求参数中指定的变更订单类型过滤访问，有效的条件值应为resizeDesktops、expandVolumes、meteredToPeriod、ADD_VOLUME、EXTEND_VOLUME、RESIZE、CHANGE_IMAGE、ADD_SUB_RESOURCES、DELETE_SUB_RESOURCES。                                       |
| workspace:AssociatePublicIp | boolean | 单值    | 按照关联eip开关值筛选桌面绑定eip的权限。                                                                                                                                                                              |
| workspace:AccessMode        | string  | 单值    | 根据请求参数中指定的接入方式过滤访问，有效的条件值应为INTERNET、DEDICATED、BOTH。                                                                                                                                                  |
| workspace:CreateOrderType   | string  | 单值    | 根据请求参数中指定的创建订单类型过滤访问，有效的条件值应为createDesktops、addVolumes、createDehHosts、rebuildDesktops、createDesktopPool、expandDesktopPool、applyDesktopsInternet、createExclusiveHosts、subscribeUserSharer、createApps。 |
| workspace:ChangeOrderType   | string  | 单值    | 根据请求参数中指定的变更订单类型过滤访问，有效的条件值应为resizeDesktops、expandVolumes、meteredToPeriod、ADD_VOLUME、EXTEND_VOLUME、RESIZE、CHANGE_IMAGE、ADD_SUB_RESOURCES、DELETE_SUB_RESOURCES。                                       |
| workspace:AssociatePublicIp | boolean | 单值    | 按照关联eip开关值筛选桌面绑定eip的权限。                                                                                                                                                                              |
   
