
# 组织 Organizations
云服务在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。
  
  - 资源类型列中必需资源在表中用星号（\*）标识，表示使用此操作必须指定该资源类型。
  
  
  关于Organizations定义的资源类型的详细信息请参见[资源类型（Resource）]。
  
- "条件键"列包括了可以在身份策略语句的Condition元素中支持指定的键值。
  - 如果该授权项资源类型列存在值，则表示条件键仅对列举的资源类型生效。
  
  - 如果该授权项资源类型列没有值（-），则表示条件键对整个授权项生效。
  
  - 如果此列条件键没有值（-），表示此操作不支持指定条件键。
  
  
  关于Organizations定义的条件键的详细信息请参见[条件（Condition）]。
  
- "别名"列包括了可以在身份策略中配置的策略授权项。通过这些授权项，可以控制支持策略授权的API访问。详细信息请参见[身份策略兼容性说明](https://support.huaweicloud.com/iam5_faq/iam_01_1103.html)。
您可以在身份策略语句的Action元素中指定以下Organizations的相关操作。
表1Organizations支持的授权项 
| 授权项                                                | 描述                      | 访问级别    | 资源类型（\*为必须）  | 条件键                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | 别名 |
|:---|:---|:---|:---|:---|:---|
| organizations:organizations:create                 | 授予创建组织的权限。              | Write   | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:organizations:get                    | 授予查询所属组织信息的权限。          | Read    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:organizations:delete                 | 授予删除组织的权限。              | Write   | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:organizations:leave                  | 授予离开当前组织的权限。            | Write   | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:roots:list                           | 授予列出组织的根的权限。            | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:ous:create                           | 授予创建组织单元的权限。            | Write   | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:ous:create                           | 授予创建组织单元的权限。            | Write   | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:ous:create                           | 授予创建组织单元的权限。            | Write   | -            | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)   | -  |
| organizations:ous:list                             | 授予列举组织单元的权限。            | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:ous:get                              | 授予查询有关组织单元的信息的权限。       | Read    | ou \*        | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:ous:update                           | 授予更改组织单元名称的权限。          | Write   | ou \*        | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:ous:delete                           | 授予删除组织单元的权限。            | Write   | ou \*        | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:accounts:create                      | 授予创建账号的权限。              | Write   | -            | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)   | -  |
| organizations:accounts:close                       | 授予关闭指定的账号的权限。           | Write   | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:accounts:list                        | 授予列出组织中的账号的权限。          | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:accounts:get                         | 授予查询账号信息的权限。            | Read    | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:accounts:remove                      | 授予移除指定的账号的权限。           | Write   | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:accounts:move                        | 授予移动账号的权限。              | Write   | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:accounts:update                      | 授予更新账号的权限。              | Write   | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:accounts:invite                      | 授予邀请账号加入组织的权限。          | Write   | -            | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)   | -  |
| organizations:createAccountStatuses:list           | 授予列出创建账号的状态的权限。         | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:createAccountStatuses:get            | 授予查询有关创建账号状态的信息的权限。     | Read    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:closeAccountStatuses:list            | 授予列出关闭账号的状态的权限。         | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:handshakes:get                       | 授予查询邀请相关信息的权限。          | Read    | handshake \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:handshakes:accept                    | 授予接受邀请的权限。              | Write   | handshake \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:handshakes:decline                   | 授予拒绝邀请的权限。              | Write   | handshake \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:handshakes:cancel                    | 授予取消邀请的权限。              | Write   | handshake \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:receivedHandshakes:list              | 授予列出收到的邀请的权限。           | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:handshakes:list                      | 授予列出发送的邀请的权限。           | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:trustedServices:enable               | 授予启用可信服务的权限。            | Write   | -            | [organizations:ServicePrincipal]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| organizations:trustedServices:disable              | 授予禁用受信任服务的权限。           | Write   | -            | [organizations:ServicePrincipal]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| organizations:trustedServices:list                 | 授予列出组织的可信服务列表的权限。       | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:delegatedAdministrators:register     | 授予注册作为服务委托管理员的权限。       | Write   | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:delegatedAdministrators:register     | 授予注册作为服务委托管理员的权限。       | Write   | -            | [organizations:ServicePrincipal]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| organizations:delegatedAdministrators:deregister   | 授予注销服务的委托管理员的权限。        | Write   | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:delegatedAdministrators:deregister   | 授予注销服务的委托管理员的权限。        | Write   | -            | [organizations:ServicePrincipal]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| organizations:delegatedServices:list               | 授予列出指定账号是其委托管理员的服务的权限。  | List    | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:delegatedAdministrators:list         | 授予列出此组织中指定为委托管理员的账号的权限。 | List    | -            | [organizations:ServicePrincipal]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| organizations:policies:create                      | 授予创建策略的权限。              | Write   | -            | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)   | -  |
| organizations:policies:list                        | 授予列出策略的权限。              | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:policies:get                         | 授予查询策略相关信息的权限。          | Read    | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:update                      | 授予更新策略的权限。              | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:delete                      | 授予删除策略的权限。              | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:enable                      | 授予在根中启用策略类型的权限。         | Write   | root \*      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:disable                     | 授予禁用根中的策略类型的权限。         | Write   | root \*      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attach                      | 授予将策略跟实体绑定的权限。          | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attach                      | 授予将策略跟实体绑定的权限。          | Write   | account      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attach                      | 授予将策略跟实体绑定的权限。          | Write   | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attach                      | 授予将策略跟实体绑定的权限。          | Write   | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detach                      | 授予将策略跟实体解绑的权限。          | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detach                      | 授予将策略跟实体解绑的权限。          | Write   | account      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detach                      | 授予将策略跟实体解绑的权限。          | Write   | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detach                      | 授予将策略跟实体解绑的权限。          | Write   | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:attachedEntities:list                | 授予列出跟指定策略绑定的所有实体的权限。    | List    | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:tags:list                            | 授予列出绑定到指定资源的标签的权限。      | List    | account      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:tags:list                            | 授予列出绑定到指定资源的标签的权限。      | List    | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:tags:list                            | 授予列出绑定到指定资源的标签的权限。      | List    | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:tags:list                            | 授予列出绑定到指定资源的标签的权限。      | List    | policy       | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:tag                        | 授予为指定资源添加标签的权限。         | Tagging | account      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:tag                        | 授予为指定资源添加标签的权限。         | Tagging | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:tag                        | 授予为指定资源添加标签的权限。         | Tagging | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:tag                        | 授予为指定资源添加标签的权限。         | Tagging | policy       | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:tag                        | 授予为指定资源添加标签的权限。         | Tagging | -            | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)   | -  |
| organizations:resources:untag                      | 授予从指定资源中删除指定主键标签的权限。    | Tagging | account      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:untag                      | 授予从指定资源中删除指定主键标签的权限。    | Tagging | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:untag                      | 授予从指定资源中删除指定主键标签的权限。    | Tagging | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:untag                      | 授予从指定资源中删除指定主键标签的权限。    | Tagging | policy       | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:untag                      | 授予从指定资源中删除指定主键标签的权限。    | Tagging | -            | [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:entities:list                        | 授予列出组织中的根、组织单元和账号的权限。   | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:services:list                        | 授予列出所有可以与组织服务集成的云服务的权限。 | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:tagPolicyServices:list               | 授予列出被添加到标签策略强制执行的资源类型。  | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:effectivePolicies:get                | 授予查询账号指定策略类型的有效策略的权限。   | Read    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:resources:listByTag                  | 授予列出所有资源类型及标签信息查询实例的权限。 | List    | -            | [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:countByTag                 | 授予列出资源类型及标签信息查询实例数量的权限。 | List    | -            | [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:list                       | 授予列出项目标签的权限。            | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:quotas:list                          | 授予列出租户组织配额的权限。          | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:policies:updateDryRunConfig          | 授予在根中更新策略试运行配置的权限。      | Write   | root \*      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:getDryRunConfig             | 授予查询根中策略试运行配置的权限。       | Read    | root \*      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:createDryRunPolicy          | 授予创建试运行策略的权限。           | Write   | -            | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)   | -  |
| organizations:policies:listDryRunPolicy            | 授予列出试运行策略的权限。           | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:policies:getDryRunPolicy             | 授予查询试运行策略相关信息的权限。       | Read    | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:updateDryRunPolicy          | 授予更新试运行策略的权限。           | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:deleteDryRunPolicy          | 授予删除试运行策略的权限。           | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attachDryRunPolicy          | 授予将试运行策略跟实体绑定的权限。       | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attachDryRunPolicy          | 授予将试运行策略跟实体绑定的权限。       | Write   | account      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attachDryRunPolicy          | 授予将试运行策略跟实体绑定的权限。       | Write   | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attachDryRunPolicy          | 授予将试运行策略跟实体绑定的权限。       | Write   | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detachDryRunPolicy          | 授予将试运行策略跟实体解绑的权限。       | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detachDryRunPolicy          | 授予将试运行策略跟实体解绑的权限。       | Write   | account      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detachDryRunPolicy          | 授予将试运行策略跟实体解绑的权限。       | Write   | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detachDryRunPolicy          | 授予将试运行策略跟实体解绑的权限。       | Write   | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:attachedEntities:listForDryRunPolicy | 授予列出跟指定试运行策略绑定的所有实体的权限。 | List    | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:organizations:create                 | 授予创建组织的权限。              | Write   | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:organizations:get                    | 授予查询所属组织信息的权限。          | Read    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:organizations:delete                 | 授予删除组织的权限。              | Write   | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:organizations:leave                  | 授予离开当前组织的权限。            | Write   | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:roots:list                           | 授予列出组织的根的权限。            | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:ous:create                           | 授予创建组织单元的权限。            | Write   | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:ous:create                           | 授予创建组织单元的权限。            | Write   | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:ous:create                           | 授予创建组织单元的权限。            | Write   | -            | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)   | -  |
| organizations:ous:list                             | 授予列举组织单元的权限。            | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:ous:get                              | 授予查询有关组织单元的信息的权限。       | Read    | ou \*        | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:ous:update                           | 授予更改组织单元名称的权限。          | Write   | ou \*        | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:ous:delete                           | 授予删除组织单元的权限。            | Write   | ou \*        | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:accounts:create                      | 授予创建账号的权限。              | Write   | -            | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)   | -  |
| organizations:accounts:close                       | 授予关闭指定的账号的权限。           | Write   | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:accounts:list                        | 授予列出组织中的账号的权限。          | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:accounts:get                         | 授予查询账号信息的权限。            | Read    | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:accounts:remove                      | 授予移除指定的账号的权限。           | Write   | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:accounts:move                        | 授予移动账号的权限。              | Write   | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:accounts:update                      | 授予更新账号的权限。              | Write   | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:accounts:invite                      | 授予邀请账号加入组织的权限。          | Write   | -            | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)   | -  |
| organizations:createAccountStatuses:list           | 授予列出创建账号的状态的权限。         | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:createAccountStatuses:get            | 授予查询有关创建账号状态的信息的权限。     | Read    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:closeAccountStatuses:list            | 授予列出关闭账号的状态的权限。         | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:handshakes:get                       | 授予查询邀请相关信息的权限。          | Read    | handshake \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:handshakes:accept                    | 授予接受邀请的权限。              | Write   | handshake \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:handshakes:decline                   | 授予拒绝邀请的权限。              | Write   | handshake \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:handshakes:cancel                    | 授予取消邀请的权限。              | Write   | handshake \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:receivedHandshakes:list              | 授予列出收到的邀请的权限。           | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:handshakes:list                      | 授予列出发送的邀请的权限。           | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:trustedServices:enable               | 授予启用可信服务的权限。            | Write   | -            | [organizations:ServicePrincipal]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| organizations:trustedServices:disable              | 授予禁用受信任服务的权限。           | Write   | -            | [organizations:ServicePrincipal]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| organizations:trustedServices:list                 | 授予列出组织的可信服务列表的权限。       | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:delegatedAdministrators:register     | 授予注册作为服务委托管理员的权限。       | Write   | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:delegatedAdministrators:register     | 授予注册作为服务委托管理员的权限。       | Write   | -            | [organizations:ServicePrincipal]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| organizations:delegatedAdministrators:deregister   | 授予注销服务的委托管理员的权限。        | Write   | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:delegatedAdministrators:deregister   | 授予注销服务的委托管理员的权限。        | Write   | -            | [organizations:ServicePrincipal]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| organizations:delegatedServices:list               | 授予列出指定账号是其委托管理员的服务的权限。  | List    | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:delegatedAdministrators:list         | 授予列出此组织中指定为委托管理员的账号的权限。 | List    | -            | [organizations:ServicePrincipal]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| organizations:policies:create                      | 授予创建策略的权限。              | Write   | -            | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)   | -  |
| organizations:policies:list                        | 授予列出策略的权限。              | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:policies:get                         | 授予查询策略相关信息的权限。          | Read    | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:update                      | 授予更新策略的权限。              | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:delete                      | 授予删除策略的权限。              | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:enable                      | 授予在根中启用策略类型的权限。         | Write   | root \*      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:disable                     | 授予禁用根中的策略类型的权限。         | Write   | root \*      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attach                      | 授予将策略跟实体绑定的权限。          | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attach                      | 授予将策略跟实体绑定的权限。          | Write   | account      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attach                      | 授予将策略跟实体绑定的权限。          | Write   | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attach                      | 授予将策略跟实体绑定的权限。          | Write   | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detach                      | 授予将策略跟实体解绑的权限。          | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detach                      | 授予将策略跟实体解绑的权限。          | Write   | account      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detach                      | 授予将策略跟实体解绑的权限。          | Write   | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detach                      | 授予将策略跟实体解绑的权限。          | Write   | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:attachedEntities:list                | 授予列出跟指定策略绑定的所有实体的权限。    | List    | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:tags:list                            | 授予列出绑定到指定资源的标签的权限。      | List    | account      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:tags:list                            | 授予列出绑定到指定资源的标签的权限。      | List    | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:tags:list                            | 授予列出绑定到指定资源的标签的权限。      | List    | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:tags:list                            | 授予列出绑定到指定资源的标签的权限。      | List    | policy       | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:tag                        | 授予为指定资源添加标签的权限。         | Tagging | account      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:tag                        | 授予为指定资源添加标签的权限。         | Tagging | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:tag                        | 授予为指定资源添加标签的权限。         | Tagging | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:tag                        | 授予为指定资源添加标签的权限。         | Tagging | policy       | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:tag                        | 授予为指定资源添加标签的权限。         | Tagging | -            | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)   | -  |
| organizations:resources:untag                      | 授予从指定资源中删除指定主键标签的权限。    | Tagging | account      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:untag                      | 授予从指定资源中删除指定主键标签的权限。    | Tagging | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:untag                      | 授予从指定资源中删除指定主键标签的权限。    | Tagging | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:untag                      | 授予从指定资源中删除指定主键标签的权限。    | Tagging | policy       | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:untag                      | 授予从指定资源中删除指定主键标签的权限。    | Tagging | -            | [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:entities:list                        | 授予列出组织中的根、组织单元和账号的权限。   | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:services:list                        | 授予列出所有可以与组织服务集成的云服务的权限。 | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:tagPolicyServices:list               | 授予列出被添加到标签策略强制执行的资源类型。  | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:effectivePolicies:get                | 授予查询账号指定策略类型的有效策略的权限。   | Read    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:resources:listByTag                  | 授予列出所有资源类型及标签信息查询实例的权限。 | List    | -            | [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:countByTag                 | 授予列出资源类型及标签信息查询实例数量的权限。 | List    | -            | [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:list                       | 授予列出项目标签的权限。            | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:quotas:list                          | 授予列出租户组织配额的权限。          | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:policies:updateDryRunConfig          | 授予在根中更新策略试运行配置的权限。      | Write   | root \*      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:getDryRunConfig             | 授予查询根中策略试运行配置的权限。       | Read    | root \*      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:createDryRunPolicy          | 授予创建试运行策略的权限。           | Write   | -            | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)   | -  |
| organizations:policies:listDryRunPolicy            | 授予列出试运行策略的权限。           | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:policies:getDryRunPolicy             | 授予查询试运行策略相关信息的权限。       | Read    | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:updateDryRunPolicy          | 授予更新试运行策略的权限。           | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:deleteDryRunPolicy          | 授予删除试运行策略的权限。           | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attachDryRunPolicy          | 授予将试运行策略跟实体绑定的权限。       | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attachDryRunPolicy          | 授予将试运行策略跟实体绑定的权限。       | Write   | account      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attachDryRunPolicy          | 授予将试运行策略跟实体绑定的权限。       | Write   | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attachDryRunPolicy          | 授予将试运行策略跟实体绑定的权限。       | Write   | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detachDryRunPolicy          | 授予将试运行策略跟实体解绑的权限。       | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detachDryRunPolicy          | 授予将试运行策略跟实体解绑的权限。       | Write   | account      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detachDryRunPolicy          | 授予将试运行策略跟实体解绑的权限。       | Write   | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detachDryRunPolicy          | 授予将试运行策略跟实体解绑的权限。       | Write   | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:attachedEntities:listForDryRunPolicy | 授予列出跟指定试运行策略绑定的所有实体的权限。 | List    | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:organizations:create                 | 授予创建组织的权限。              | Write   | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:organizations:get                    | 授予查询所属组织信息的权限。          | Read    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:organizations:delete                 | 授予删除组织的权限。              | Write   | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:organizations:leave                  | 授予离开当前组织的权限。            | Write   | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:roots:list                           | 授予列出组织的根的权限。            | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:ous:create                           | 授予创建组织单元的权限。            | Write   | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:ous:create                           | 授予创建组织单元的权限。            | Write   | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:ous:create                           | 授予创建组织单元的权限。            | Write   | -            | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)   | -  |
| organizations:ous:list                             | 授予列举组织单元的权限。            | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:ous:get                              | 授予查询有关组织单元的信息的权限。       | Read    | ou \*        | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:ous:update                           | 授予更改组织单元名称的权限。          | Write   | ou \*        | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:ous:delete                           | 授予删除组织单元的权限。            | Write   | ou \*        | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:accounts:create                      | 授予创建账号的权限。              | Write   | -            | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)   | -  |
| organizations:accounts:close                       | 授予关闭指定的账号的权限。           | Write   | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:accounts:list                        | 授予列出组织中的账号的权限。          | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:accounts:get                         | 授予查询账号信息的权限。            | Read    | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:accounts:remove                      | 授予移除指定的账号的权限。           | Write   | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:accounts:move                        | 授予移动账号的权限。              | Write   | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:accounts:update                      | 授予更新账号的权限。              | Write   | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:accounts:invite                      | 授予邀请账号加入组织的权限。          | Write   | -            | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)   | -  |
| organizations:createAccountStatuses:list           | 授予列出创建账号的状态的权限。         | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:createAccountStatuses:get            | 授予查询有关创建账号状态的信息的权限。     | Read    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:closeAccountStatuses:list            | 授予列出关闭账号的状态的权限。         | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:handshakes:get                       | 授予查询邀请相关信息的权限。          | Read    | handshake \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:handshakes:accept                    | 授予接受邀请的权限。              | Write   | handshake \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:handshakes:decline                   | 授予拒绝邀请的权限。              | Write   | handshake \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:handshakes:cancel                    | 授予取消邀请的权限。              | Write   | handshake \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:receivedHandshakes:list              | 授予列出收到的邀请的权限。           | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:handshakes:list                      | 授予列出发送的邀请的权限。           | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:trustedServices:enable               | 授予启用可信服务的权限。            | Write   | -            | [organizations:ServicePrincipal]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| organizations:trustedServices:disable              | 授予禁用受信任服务的权限。           | Write   | -            | [organizations:ServicePrincipal]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| organizations:trustedServices:list                 | 授予列出组织的可信服务列表的权限。       | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:delegatedAdministrators:register     | 授予注册作为服务委托管理员的权限。       | Write   | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:delegatedAdministrators:register     | 授予注册作为服务委托管理员的权限。       | Write   | -            | [organizations:ServicePrincipal]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| organizations:delegatedAdministrators:deregister   | 授予注销服务的委托管理员的权限。        | Write   | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:delegatedAdministrators:deregister   | 授予注销服务的委托管理员的权限。        | Write   | -            | [organizations:ServicePrincipal]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| organizations:delegatedServices:list               | 授予列出指定账号是其委托管理员的服务的权限。  | List    | account \*   | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:delegatedAdministrators:list         | 授予列出此组织中指定为委托管理员的账号的权限。 | List    | -            | [organizations:ServicePrincipal]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | -  |
| organizations:policies:create                      | 授予创建策略的权限。              | Write   | -            | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)   | -  |
| organizations:policies:list                        | 授予列出策略的权限。              | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:policies:get                         | 授予查询策略相关信息的权限。          | Read    | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:update                      | 授予更新策略的权限。              | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:delete                      | 授予删除策略的权限。              | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:enable                      | 授予在根中启用策略类型的权限。         | Write   | root \*      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:disable                     | 授予禁用根中的策略类型的权限。         | Write   | root \*      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attach                      | 授予将策略跟实体绑定的权限。          | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attach                      | 授予将策略跟实体绑定的权限。          | Write   | account      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attach                      | 授予将策略跟实体绑定的权限。          | Write   | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attach                      | 授予将策略跟实体绑定的权限。          | Write   | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detach                      | 授予将策略跟实体解绑的权限。          | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detach                      | 授予将策略跟实体解绑的权限。          | Write   | account      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detach                      | 授予将策略跟实体解绑的权限。          | Write   | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detach                      | 授予将策略跟实体解绑的权限。          | Write   | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:attachedEntities:list                | 授予列出跟指定策略绑定的所有实体的权限。    | List    | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:tags:list                            | 授予列出绑定到指定资源的标签的权限。      | List    | account      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:tags:list                            | 授予列出绑定到指定资源的标签的权限。      | List    | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:tags:list                            | 授予列出绑定到指定资源的标签的权限。      | List    | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:tags:list                            | 授予列出绑定到指定资源的标签的权限。      | List    | policy       | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:tag                        | 授予为指定资源添加标签的权限。         | Tagging | account      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:tag                        | 授予为指定资源添加标签的权限。         | Tagging | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:tag                        | 授予为指定资源添加标签的权限。         | Tagging | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:tag                        | 授予为指定资源添加标签的权限。         | Tagging | policy       | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:tag                        | 授予为指定资源添加标签的权限。         | Tagging | -            | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)   | -  |
| organizations:resources:untag                      | 授予从指定资源中删除指定主键标签的权限。    | Tagging | account      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:untag                      | 授予从指定资源中删除指定主键标签的权限。    | Tagging | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:untag                      | 授予从指定资源中删除指定主键标签的权限。    | Tagging | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:untag                      | 授予从指定资源中删除指定主键标签的权限。    | Tagging | policy       | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:untag                      | 授予从指定资源中删除指定主键标签的权限。    | Tagging | -            | [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:entities:list                        | 授予列出组织中的根、组织单元和账号的权限。   | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:services:list                        | 授予列出所有可以与组织服务集成的云服务的权限。 | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:tagPolicyServices:list               | 授予列出被添加到标签策略强制执行的资源类型。  | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:effectivePolicies:get                | 授予查询账号指定策略类型的有效策略的权限。   | Read    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:resources:listByTag                  | 授予列出所有资源类型及标签信息查询实例的权限。 | List    | -            | [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:countByTag                 | 授予列出资源类型及标签信息查询实例数量的权限。 | List    | -            | [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:resources:list                       | 授予列出项目标签的权限。            | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:quotas:list                          | 授予列出租户组织配额的权限。          | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:policies:updateDryRunConfig          | 授予在根中更新策略试运行配置的权限。      | Write   | root \*      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:getDryRunConfig             | 授予查询根中策略试运行配置的权限。       | Read    | root \*      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:createDryRunPolicy          | 授予创建试运行策略的权限。           | Write   | -            | - [g:RequestTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [g:TagKeys](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)   | -  |
| organizations:policies:listDryRunPolicy            | 授予列出试运行策略的权限。           | List    | -            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | -  |
| organizations:policies:getDryRunPolicy             | 授予查询试运行策略相关信息的权限。       | Read    | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:updateDryRunPolicy          | 授予更新试运行策略的权限。           | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:deleteDryRunPolicy          | 授予删除试运行策略的权限。           | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attachDryRunPolicy          | 授予将试运行策略跟实体绑定的权限。       | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attachDryRunPolicy          | 授予将试运行策略跟实体绑定的权限。       | Write   | account      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attachDryRunPolicy          | 授予将试运行策略跟实体绑定的权限。       | Write   | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:attachDryRunPolicy          | 授予将试运行策略跟实体绑定的权限。       | Write   | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detachDryRunPolicy          | 授予将试运行策略跟实体解绑的权限。       | Write   | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detachDryRunPolicy          | 授予将试运行策略跟实体解绑的权限。       | Write   | account      | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detachDryRunPolicy          | 授予将试运行策略跟实体解绑的权限。       | Write   | ou           | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:policies:detachDryRunPolicy          | 授予将试运行策略跟实体解绑的权限。       | Write   | root         | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
| organizations:attachedEntities:listForDryRunPolicy | 授予列出跟指定试运行策略绑定的所有实体的权限。 | List    | policy \*    | [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -  |
   
Organizations的API通常对应着一个或多个授权项。[表2]展示了API与授权项的关系，以及该API需要依赖的授权项。
 表2API与授权项的关系 
| API                                                                    | 对应的授权项                                             | 依赖的授权项                                 |
|:---|:---|:---|
| POST /v1/organizations                                                 | organizations:organizations:create                 | iam:agencies:createServiceLinkedAgency |
| GET /v1/organizations                                                  | organizations:organizations:get                    | -                                      |
| DELETE /v1/organizations                                               | organizations:organizations:delete                 | -                                      |
| POST /v1/organizations/leave                                           | organizations:organizations:leave                  | -                                      |
| GET /v1/organizations/roots                                            | organizations:roots:list                           | -                                      |
| POST /v1/organizations/organizational-units                            | organizations:ous:create                           | organizations:resources:tag            |
| GET /v1/organizations/organizational-units                             | organizations:ous:list                             | -                                      |
| GET /v1/organizations/organizational-units/{organizational_unit_id}    | organizations:ous:get                              | -                                      |
| PATCH /v1/organizations/organizational-units/{organizational_unit_id}  | organizations:ous:update                           | -                                      |
| DELETE /v1/organizations/organizational-units/{organizational_unit_id} | organizations:ous:delete                           | -                                      |
| POST /v1/organizations/accounts                                        | organizations:accounts:create                      | organizations:resources:tag            |
| -                                                                      | organizations:accounts:create                      | organizations:resources:tag            |
| GET /v1/organizations/accounts                                         | organizations:accounts:list                        | -                                      |
| GET /v1/organizations/accounts/{account_id}                            | organizations:accounts:get                         | -                                      |
| POST /v1/organizations/accounts/{account_id}/remove                    | organizations:accounts:remove                      | -                                      |
| POST /v1/organizations/accounts/{account_id}/close                     | organizations:accounts:close                       | -                                      |
| POST /v1/organizations/accounts/{account_id}/move                      | organizations:accounts:move                        | -                                      |
| PATCH /v1/organizations/accounts/{account_id}                          | organizations:accounts:update                      | -                                      |
| POST /v1/organizations/accounts/invite                                 | organizations:accounts:invite                      | organizations:resources:tag            |
| GET /v1/organizations/create-account-status                            | organizations:createAccountStatuses:list           | -                                      |
| GET /v1/organizations/close-account-status                             | organizations:closeAccountStatuses:list            | -                                      |
| GET /v1/organizations/create-account-status/{create_account_status_id} | organizations:createAccountStatuses:get            | -                                      |
| GET /v1/organizations/handshakes/{handshake_id}                        | organizations:handshakes:get                       | -                                      |
| POST /v1/received-handshakes/{handshake_id}/accept                     | organizations:handshakes:accept                    | iam:agencies:createServiceLinkedAgency |
| POST /v1/received-handshakes/{handshake_id}/decline                    | organizations:handshakes:decline                   | -                                      |
| POST /v1/organizations/handshakes/{handshake_id}/cancel                | organizations:handshakes:cancel                    | -                                      |
| GET /v1/received-handshakes                                            | organizations:receivedHandshakes:list              | -                                      |
| GET /v1/organizations/handshakes                                       | organizations:handshakes:list                      | -                                      |
| POST /v1/organizations/trusted-services/enable                         | organizations:trustedServices:enable               | -                                      |
| POST /v1/organizations/trusted-services/disable                        | organizations:trustedServices:disable              | -                                      |
| GET /v1/organizations/trusted-services                                 | organizations:trustedServices:list                 | -                                      |
| POST /v1/organizations/delegated-administrators/register               | organizations:delegatedAdministrators:register     | -                                      |
| POST /v1/organizations/delegated-administrators/deregister             | organizations:delegatedAdministrators:deregister   | -                                      |
| GET /v1/organizations/accounts/{account_id}/delegated-services         | organizations:delegatedServices:list               | -                                      |
| GET /v1/organizations/delegated-administrators                         | organizations:delegatedAdministrators:list         | -                                      |
| POST /v1/organizations/policies                                        | organizations:policies:create                      | organizations:resources:tag            |
| GET /v1/organizations/policies                                         | organizations:policies:list                        | -                                      |
| GET /v1/organizations/policies/{policy_id}                             | organizations:policies:get                         | -                                      |
| PATCH /v1/organizations/policies/{policy_id}                           | organizations:policies:update                      | -                                      |
| DELETE /v1/organizations/policies/{policy_id}                          | organizations:policies:delete                      | -                                      |
| POST /v1/organizations/policies/enable                                 | organizations:policies:enable                      | -                                      |
| POST /v1/organizations/policies/disable                                | organizations:policies:disable                     | -                                      |
| POST /v1/organizations/policies/{policy_id}/attach                     | organizations:policies:attach                      | -                                      |
| POST /v1/organizations/policies/{policy_id}/detach                     | organizations:policies:detach                      | -                                      |
| GET /v1/organizations/policies/{policy_id}/attached-entities           | organizations:attachedEntities:list                | -                                      |
| GET /v1/organizations/resources/{resource_id}/tags                     | organizations:tags:list                            | -                                      |
| POST /v1/organizations/resources/{resource_id}/tag                     | organizations:resources:tag                        | -                                      |
| POST /v1/organizations/resources/{resource_id}/untag                   | organizations:resources:untag                      | -                                      |
| GET /v1/organizations/entities                                         | organizations:entities:list                        | -                                      |
| GET /v1/organizations/services                                         | organizations:services:list                        | -                                      |
| GET /v1/organizations/tag-policy-services                              | organizations:tagPolicyServices:list               | -                                      |
| GET /v1/organizations/entities/effective-policies                      | organizations:effectivePolicies:get                | -                                      |
| GET /v1/organizations/{resource_type}/{resource_id}/tags               | organizations:tags:list                            | -                                      |
| POST /v1/organizations/{resource_type}/{resource_id}/tags/create       | organizations:resources:tag                        | -                                      |
| POST /v1/organizations/{resource_type}/{resource_id}/tags/delete       | organizations:resources:untag                      | -                                      |
| POST /v1/organizations/{resource_type}/resource-instances/filter       | organizations:resources:listByTag                  | -                                      |
| POST /v1/organizations/{resource_type}/resource-instances/count        | organizations:resources:countByTag                 | -                                      |
| GET /v1/organizations/{resource_type}/tags                             | organizations:resources:list                       | -                                      |
| GET /v1/organizations/quotas                                           | organizations:quotas:list                          | -                                      |
| POST /v1/organizations/dry-run-policies                                | organizations:policies:createDryRunPolicy          | organizations:resources:tag            |
| -                                                                      | organizations:policies:listDryRunPolicy            | -                                      |
| GET /v1/organizations/dry-run-policies/{policy_id}                     | organizations:policies:getDryRunPolicy             | -                                      |
| PATCH /v1/organizations/dry-run-policies/{policy_id}                   | organizations:policies:updateDryRunPolicy          | -                                      |
| DELETE /v1/organizations/dry-run-policies/{policy_id}                  | organizations:policies:deleteDryRunPolicy          | -                                      |
| POST /v1/organizations/dry-run-config                                  | organizations:policies:updateDryRunConfig          | iam:agencies:pass                      |
| GET /v1/organizations/dry-run-config                                   | organizations:policies:getDryRunConfig             | -                                      |
| POST /v1/organizations/dry-run-policies/{policy_id}/attach             | organizations:policies:attachDryRunPolicy          | -                                      |
| POST /v1/organizations/dry-run-policies/{policy_id}/detach             | organizations:policies:detachDryRunPolicy          | -                                      |
| GET /v1/organizations/dry-run-policies/{policy_id}/attached-entities   | organizations:attachedEntities:listForDryRunPolicy | -                                      |
| POST /v1/organizations                                                 | organizations:organizations:create                 | iam:agencies:createServiceLinkedAgency |
| GET /v1/organizations                                                  | organizations:organizations:get                    | -                                      |
| DELETE /v1/organizations                                               | organizations:organizations:delete                 | -                                      |
| POST /v1/organizations/leave                                           | organizations:organizations:leave                  | -                                      |
| GET /v1/organizations/roots                                            | organizations:roots:list                           | -                                      |
| POST /v1/organizations/organizational-units                            | organizations:ous:create                           | organizations:resources:tag            |
| GET /v1/organizations/organizational-units                             | organizations:ous:list                             | -                                      |
| GET /v1/organizations/organizational-units/{organizational_unit_id}    | organizations:ous:get                              | -                                      |
| PATCH /v1/organizations/organizational-units/{organizational_unit_id}  | organizations:ous:update                           | -                                      |
| DELETE /v1/organizations/organizational-units/{organizational_unit_id} | organizations:ous:delete                           | -                                      |
| POST /v1/organizations/accounts                                        | organizations:accounts:create                      | organizations:resources:tag            |
| -                                                                      | organizations:accounts:create                      | organizations:resources:tag            |
| GET /v1/organizations/accounts                                         | organizations:accounts:list                        | -                                      |
| GET /v1/organizations/accounts/{account_id}                            | organizations:accounts:get                         | -                                      |
| POST /v1/organizations/accounts/{account_id}/remove                    | organizations:accounts:remove                      | -                                      |
| POST /v1/organizations/accounts/{account_id}/close                     | organizations:accounts:close                       | -                                      |
| POST /v1/organizations/accounts/{account_id}/move                      | organizations:accounts:move                        | -                                      |
| PATCH /v1/organizations/accounts/{account_id}                          | organizations:accounts:update                      | -                                      |
| POST /v1/organizations/accounts/invite                                 | organizations:accounts:invite                      | organizations:resources:tag            |
| GET /v1/organizations/create-account-status                            | organizations:createAccountStatuses:list           | -                                      |
| GET /v1/organizations/close-account-status                             | organizations:closeAccountStatuses:list            | -                                      |
| GET /v1/organizations/create-account-status/{create_account_status_id} | organizations:createAccountStatuses:get            | -                                      |
| GET /v1/organizations/handshakes/{handshake_id}                        | organizations:handshakes:get                       | -                                      |
| POST /v1/received-handshakes/{handshake_id}/accept                     | organizations:handshakes:accept                    | iam:agencies:createServiceLinkedAgency |
| POST /v1/received-handshakes/{handshake_id}/decline                    | organizations:handshakes:decline                   | -                                      |
| POST /v1/organizations/handshakes/{handshake_id}/cancel                | organizations:handshakes:cancel                    | -                                      |
| GET /v1/received-handshakes                                            | organizations:receivedHandshakes:list              | -                                      |
| GET /v1/organizations/handshakes                                       | organizations:handshakes:list                      | -                                      |
| POST /v1/organizations/trusted-services/enable                         | organizations:trustedServices:enable               | -                                      |
| POST /v1/organizations/trusted-services/disable                        | organizations:trustedServices:disable              | -                                      |
| GET /v1/organizations/trusted-services                                 | organizations:trustedServices:list                 | -                                      |
| POST /v1/organizations/delegated-administrators/register               | organizations:delegatedAdministrators:register     | -                                      |
| POST /v1/organizations/delegated-administrators/deregister             | organizations:delegatedAdministrators:deregister   | -                                      |
| GET /v1/organizations/accounts/{account_id}/delegated-services         | organizations:delegatedServices:list               | -                                      |
| GET /v1/organizations/delegated-administrators                         | organizations:delegatedAdministrators:list         | -                                      |
| POST /v1/organizations/policies                                        | organizations:policies:create                      | organizations:resources:tag            |
| GET /v1/organizations/policies                                         | organizations:policies:list                        | -                                      |
| GET /v1/organizations/policies/{policy_id}                             | organizations:policies:get                         | -                                      |
| PATCH /v1/organizations/policies/{policy_id}                           | organizations:policies:update                      | -                                      |
| DELETE /v1/organizations/policies/{policy_id}                          | organizations:policies:delete                      | -                                      |
| POST /v1/organizations/policies/enable                                 | organizations:policies:enable                      | -                                      |
| POST /v1/organizations/policies/disable                                | organizations:policies:disable                     | -                                      |
| POST /v1/organizations/policies/{policy_id}/attach                     | organizations:policies:attach                      | -                                      |
| POST /v1/organizations/policies/{policy_id}/detach                     | organizations:policies:detach                      | -                                      |
| GET /v1/organizations/policies/{policy_id}/attached-entities           | organizations:attachedEntities:list                | -                                      |
| GET /v1/organizations/resources/{resource_id}/tags                     | organizations:tags:list                            | -                                      |
| POST /v1/organizations/resources/{resource_id}/tag                     | organizations:resources:tag                        | -                                      |
| POST /v1/organizations/resources/{resource_id}/untag                   | organizations:resources:untag                      | -                                      |
| GET /v1/organizations/entities                                         | organizations:entities:list                        | -                                      |
| GET /v1/organizations/services                                         | organizations:services:list                        | -                                      |
| GET /v1/organizations/tag-policy-services                              | organizations:tagPolicyServices:list               | -                                      |
| GET /v1/organizations/entities/effective-policies                      | organizations:effectivePolicies:get                | -                                      |
| GET /v1/organizations/{resource_type}/{resource_id}/tags               | organizations:tags:list                            | -                                      |
| POST /v1/organizations/{resource_type}/{resource_id}/tags/create       | organizations:resources:tag                        | -                                      |
| POST /v1/organizations/{resource_type}/{resource_id}/tags/delete       | organizations:resources:untag                      | -                                      |
| POST /v1/organizations/{resource_type}/resource-instances/filter       | organizations:resources:listByTag                  | -                                      |
| POST /v1/organizations/{resource_type}/resource-instances/count        | organizations:resources:countByTag                 | -                                      |
| GET /v1/organizations/{resource_type}/tags                             | organizations:resources:list                       | -                                      |
| GET /v1/organizations/quotas                                           | organizations:quotas:list                          | -                                      |
| POST /v1/organizations/dry-run-policies                                | organizations:policies:createDryRunPolicy          | organizations:resources:tag            |
| -                                                                      | organizations:policies:listDryRunPolicy            | -                                      |
| GET /v1/organizations/dry-run-policies/{policy_id}                     | organizations:policies:getDryRunPolicy             | -                                      |
| PATCH /v1/organizations/dry-run-policies/{policy_id}                   | organizations:policies:updateDryRunPolicy          | -                                      |
| DELETE /v1/organizations/dry-run-policies/{policy_id}                  | organizations:policies:deleteDryRunPolicy          | -                                      |
| POST /v1/organizations/dry-run-config                                  | organizations:policies:updateDryRunConfig          | iam:agencies:pass                      |
| GET /v1/organizations/dry-run-config                                   | organizations:policies:getDryRunConfig             | -                                      |
| POST /v1/organizations/dry-run-policies/{policy_id}/attach             | organizations:policies:attachDryRunPolicy          | -                                      |
| POST /v1/organizations/dry-run-policies/{policy_id}/detach             | organizations:policies:detachDryRunPolicy          | -                                      |
| GET /v1/organizations/dry-run-policies/{policy_id}/attached-entities   | organizations:attachedEntities:listForDryRunPolicy | -                                      |
| POST /v1/organizations                                                 | organizations:organizations:create                 | iam:agencies:createServiceLinkedAgency |
| GET /v1/organizations                                                  | organizations:organizations:get                    | -                                      |
| DELETE /v1/organizations                                               | organizations:organizations:delete                 | -                                      |
| POST /v1/organizations/leave                                           | organizations:organizations:leave                  | -                                      |
| GET /v1/organizations/roots                                            | organizations:roots:list                           | -                                      |
| POST /v1/organizations/organizational-units                            | organizations:ous:create                           | organizations:resources:tag            |
| GET /v1/organizations/organizational-units                             | organizations:ous:list                             | -                                      |
| GET /v1/organizations/organizational-units/{organizational_unit_id}    | organizations:ous:get                              | -                                      |
| PATCH /v1/organizations/organizational-units/{organizational_unit_id}  | organizations:ous:update                           | -                                      |
| DELETE /v1/organizations/organizational-units/{organizational_unit_id} | organizations:ous:delete                           | -                                      |
| POST /v1/organizations/accounts                                        | organizations:accounts:create                      | organizations:resources:tag            |
| -                                                                      | organizations:accounts:create                      | organizations:resources:tag            |
| GET /v1/organizations/accounts                                         | organizations:accounts:list                        | -                                      |
| GET /v1/organizations/accounts/{account_id}                            | organizations:accounts:get                         | -                                      |
| POST /v1/organizations/accounts/{account_id}/remove                    | organizations:accounts:remove                      | -                                      |
| POST /v1/organizations/accounts/{account_id}/close                     | organizations:accounts:close                       | -                                      |
| POST /v1/organizations/accounts/{account_id}/move                      | organizations:accounts:move                        | -                                      |
| PATCH /v1/organizations/accounts/{account_id}                          | organizations:accounts:update                      | -                                      |
| POST /v1/organizations/accounts/invite                                 | organizations:accounts:invite                      | organizations:resources:tag            |
| GET /v1/organizations/create-account-status                            | organizations:createAccountStatuses:list           | -                                      |
| GET /v1/organizations/close-account-status                             | organizations:closeAccountStatuses:list            | -                                      |
| GET /v1/organizations/create-account-status/{create_account_status_id} | organizations:createAccountStatuses:get            | -                                      |
| GET /v1/organizations/handshakes/{handshake_id}                        | organizations:handshakes:get                       | -                                      |
| POST /v1/received-handshakes/{handshake_id}/accept                     | organizations:handshakes:accept                    | iam:agencies:createServiceLinkedAgency |
| POST /v1/received-handshakes/{handshake_id}/decline                    | organizations:handshakes:decline                   | -                                      |
| POST /v1/organizations/handshakes/{handshake_id}/cancel                | organizations:handshakes:cancel                    | -                                      |
| GET /v1/received-handshakes                                            | organizations:receivedHandshakes:list              | -                                      |
| GET /v1/organizations/handshakes                                       | organizations:handshakes:list                      | -                                      |
| POST /v1/organizations/trusted-services/enable                         | organizations:trustedServices:enable               | -                                      |
| POST /v1/organizations/trusted-services/disable                        | organizations:trustedServices:disable              | -                                      |
| GET /v1/organizations/trusted-services                                 | organizations:trustedServices:list                 | -                                      |
| POST /v1/organizations/delegated-administrators/register               | organizations:delegatedAdministrators:register     | -                                      |
| POST /v1/organizations/delegated-administrators/deregister             | organizations:delegatedAdministrators:deregister   | -                                      |
| GET /v1/organizations/accounts/{account_id}/delegated-services         | organizations:delegatedServices:list               | -                                      |
| GET /v1/organizations/delegated-administrators                         | organizations:delegatedAdministrators:list         | -                                      |
| POST /v1/organizations/policies                                        | organizations:policies:create                      | organizations:resources:tag            |
| GET /v1/organizations/policies                                         | organizations:policies:list                        | -                                      |
| GET /v1/organizations/policies/{policy_id}                             | organizations:policies:get                         | -                                      |
| PATCH /v1/organizations/policies/{policy_id}                           | organizations:policies:update                      | -                                      |
| DELETE /v1/organizations/policies/{policy_id}                          | organizations:policies:delete                      | -                                      |
| POST /v1/organizations/policies/enable                                 | organizations:policies:enable                      | -                                      |
| POST /v1/organizations/policies/disable                                | organizations:policies:disable                     | -                                      |
| POST /v1/organizations/policies/{policy_id}/attach                     | organizations:policies:attach                      | -                                      |
| POST /v1/organizations/policies/{policy_id}/detach                     | organizations:policies:detach                      | -                                      |
| GET /v1/organizations/policies/{policy_id}/attached-entities           | organizations:attachedEntities:list                | -                                      |
| GET /v1/organizations/resources/{resource_id}/tags                     | organizations:tags:list                            | -                                      |
| POST /v1/organizations/resources/{resource_id}/tag                     | organizations:resources:tag                        | -                                      |
| POST /v1/organizations/resources/{resource_id}/untag                   | organizations:resources:untag                      | -                                      |
| GET /v1/organizations/entities                                         | organizations:entities:list                        | -                                      |
| GET /v1/organizations/services                                         | organizations:services:list                        | -                                      |
| GET /v1/organizations/tag-policy-services                              | organizations:tagPolicyServices:list               | -                                      |
| GET /v1/organizations/entities/effective-policies                      | organizations:effectivePolicies:get                | -                                      |
| GET /v1/organizations/{resource_type}/{resource_id}/tags               | organizations:tags:list                            | -                                      |
| POST /v1/organizations/{resource_type}/{resource_id}/tags/create       | organizations:resources:tag                        | -                                      |
| POST /v1/organizations/{resource_type}/{resource_id}/tags/delete       | organizations:resources:untag                      | -                                      |
| POST /v1/organizations/{resource_type}/resource-instances/filter       | organizations:resources:listByTag                  | -                                      |
| POST /v1/organizations/{resource_type}/resource-instances/count        | organizations:resources:countByTag                 | -                                      |
| GET /v1/organizations/{resource_type}/tags                             | organizations:resources:list                       | -                                      |
| GET /v1/organizations/quotas                                           | organizations:quotas:list                          | -                                      |
| POST /v1/organizations/dry-run-policies                                | organizations:policies:createDryRunPolicy          | organizations:resources:tag            |
| -                                                                      | organizations:policies:listDryRunPolicy            | -                                      |
| GET /v1/organizations/dry-run-policies/{policy_id}                     | organizations:policies:getDryRunPolicy             | -                                      |
| PATCH /v1/organizations/dry-run-policies/{policy_id}                   | organizations:policies:updateDryRunPolicy          | -                                      |
| DELETE /v1/organizations/dry-run-policies/{policy_id}                  | organizations:policies:deleteDryRunPolicy          | -                                      |
| POST /v1/organizations/dry-run-config                                  | organizations:policies:updateDryRunConfig          | iam:agencies:pass                      |
| GET /v1/organizations/dry-run-config                                   | organizations:policies:getDryRunConfig             | -                                      |
| POST /v1/organizations/dry-run-policies/{policy_id}/attach             | organizations:policies:attachDryRunPolicy          | -                                      |
| POST /v1/organizations/dry-run-policies/{policy_id}/detach             | organizations:policies:detachDryRunPolicy          | -                                      |
| GET /v1/organizations/dry-run-policies/{policy_id}/attached-entities   | organizations:attachedEntities:listForDryRunPolicy | -                                      |
   
 #### 资源类型（Resource）
资源类型（Resource）表示身份策略所作用的资源。如[表3]中的某些操作指定了可以在该操作指定的资源类型，则必须在具有该操作的身份策略语句中指定该资源的URN，身份策略仅作用于此资源；如未指定，Resource默认为"\*"，则身份策略将应用到所有资源。您也可以在身份策略中设置条件，从而指定资源类型。
Organizations定义了以下可以在自定义身份策略的Resource元素中使用的资源类型。
 表3Organizations支持的资源类型 
| 资源类型          | URN                                                                                               |
|:---|:---|
| builtinpolicy | organizations::system:policy:\<policy-type\>/\<policy-id\>                                        |
| ou            | organizations::\<management-account-id\>:ou:\<organization-id\>/\<organization-unit-id\>          |
| root          | organizations::\<management-account-id\>:root:\<organization-id\>/\<root-id\>                     |
| organization  | organizations::\<management-account-id\>:organization:\<organization-id\>                         |
| account       | organizations::\<management-account-id\>:account:\<organization-id\>/\<account-id\>               |
| policy        | organizations::\<management-account-id\>:policy:\<organization-id\>/\<policy-type\>/\<policy-id\> |
| handshake     | organizations::\<management-account-id\>:handshake:\<organization-id\>/\<handshake-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)。
  
  - 服务级条件键（前缀通常为服务缩写，如organizations:）仅适用于对应服务的操作，详情请参见[表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)。
**Organizations支持的服务级条件键**
Organizations定义了以下可以在自定义身份策略的Condition元素中使用的条件键，您可以使用这些条件键进一步细化身份策略语句应用的条件。
 表4Organizations支持的服务级条件键 
| 服务级条件键                         | 类型     | 单值/多值 | 说明                |
|:---|:---|:---|:---|
| organizations:ServicePrincipal | string | 单值    | 根据指定的服务主体的名称过滤访问。 |
| organizations:ServicePrincipal | string | 单值    | 根据指定的服务主体的名称过滤访问。 |
| organizations:ServicePrincipal | string | 单值    | 根据指定的服务主体的名称过滤访问。 |
   
