# 身份策略授权参考
云服务在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。
  
  - 资源类型列中必需资源在表中用星号（\*）标识，表示使用此操作必须指定该资源类型。
  
  
  关于waf定义的资源类型的详细信息请参见[资源类型（Resource）]。
  
- "条件键"列包括了可以在身份策略语句的Condition元素中支持指定的键值。
  - 如果该授权项资源类型列存在值，则表示条件键仅对列举的资源类型生效。
  
  - 如果该授权项资源类型列没有值（-），则表示条件键对整个授权项生效。
  
  - 如果此列条件键没有值（-），表示此操作不支持指定条件键。
  
  
  关于waf定义的条件键的详细信息请参见[条件（Condition）]。
  
- "别名"列包括了可以在身份策略中配置的策略授权项。通过这些授权项，可以控制支持策略授权的API访问。详细信息请参见[身份策略兼容性说明](https://support.huaweicloud.com/iam5_faq/iam_01_1103.html)。
您可以在身份策略语句的Action元素中指定以下waf的相关操作。
表1waf支持的授权项 
| 授权项                                   | 描述                          | 访问级别  | 资源类型（\*为必须）        | 条件键                                                                                                                                                                                                                                                                                                                                                                                                                                                                | 别名                                     |
|:---|:---|:---|:---|:---|:---|
| waf:host:list                         | 授予查询防护域名列表的权限。              | List  | host \*            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | waf:instance:list                      |
| waf:host:list                         | 授予查询防护域名列表的权限。              | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:instance:list                      |
| waf:host:create                       | 授予创建防护域名的权限。                | Write | host \*            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | waf:instance:create                    |
| waf:host:create                       | 授予创建防护域名的权限。                | Write | policy             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | waf:instance:create                    |
| waf:host:create                       | 授予创建防护域名的权限。                | Write | certificate        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | waf:instance:create                    |
| waf:host:create                       | 授予创建防护域名的权限。                | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:instance:create                    |
| waf:host:get                          | 授予查询防护域名的权限。                | Read  | host \*            | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:instance:get                       |
| waf:host:put                          | 授予更新防护域名的权限。                | Write | host \*            | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:instance:put                       |
| waf:host:put                          | 授予更新防护域名的权限。                | Write | certificate        | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | waf:instance:put                       |
| waf:host:delete                       | 授予删除防护域名的权限。                | Write | host \*            | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:instance:delete                    |
| waf:sourceIp:get                      | 授予查询回源IP信息的权限。              | Read  | -                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:policy:list                       | 授予查询防护策略列表的权限。              | List  | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:policy:list                       | 授予查询防护策略列表的权限。              | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:policy:create                     | 授予创建防护策略的权限。                | Write | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:policy:create                     | 授予创建防护策略的权限。                | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:policy:get                        | 授予查询防护策略的权限。                | Read  | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:policy:put                        | 授予更新防护策略的权限。                | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:policy:put                        | 授予更新防护策略的权限。                | Write | host               | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:policy:delete                     | 授予删除防护策略的权限。                | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ccRule:list                       | 授予查询cc规则列表的权限。              | List  | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | waf:ccRuleRule:list                    |
| waf:ccRule:list                       | 授予查询cc规则列表的权限。              | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:ccRuleRule:list                    |
| waf:ccRule:create                     | 授予创建cc规则的权限。                | Write | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:ccRule:create                     | 授予创建cc规则的权限。                | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ccRule:get                        | 授予查询cc规则的权限。                | Read  | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ccRule:put                        | 授予更新cc规则的权限。                | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:ccRuleRule:put                     |
| waf:ccRule:delete                     | 授予删除cc规则的权限。                | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ccRule:batchUpdate                | 授予批量修改CC攻击防护规则的权限。          | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:ccRule:batch-update                |
| waf:ccRule:batchDelete                | 授予批量删除CC攻击防护规则的权限。          | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:ccRule:batch-delete                |
| waf:preciseProtectionRule:list        | 授予查询精准防护规则列表的权限。            | List  | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:preciseProtectionRule:list        | 授予查询精准防护规则列表的权限。            | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:preciseProtectionRule:create      | 授予创建精准防护规则的权限。              | Write | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:preciseProtectionRule:create      | 授予创建精准防护规则的权限。              | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:preciseProtectionRule:get         | 授予查询精准防护规则的权限。              | Read  | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:preciseProtectionRule:put         | 授予更新精准防护规则的权限。              | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:preciseProtectionRule:delete      | 授予删除精准防护规则的权限。              | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:preciseProtectionRule:batchUpdate | 授予批量修改精准访问防护规则的权限。          | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:preciseProtectionRule:batch-update |
| waf:preciseProtectionRule:batchDelete | 授予批量删除精准访问防护规则的权限。          | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:preciseProtectionRule:batch-delete |
| waf:whiteBlackIpRule:list             | 授予查询黑白名单规则列表的权限。            | List  | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:whiteBlackIpRule:list             | 授予查询黑白名单规则列表的权限。            | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:whiteBlackIpRule:create           | 授予创建黑白名单规则的权限。              | Write | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:whiteBlackIpRule:create           | 授予创建黑白名单规则的权限。              | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:whiteBlackIpRule:get              | 授予查询黑白名单规则的权限。              | Read  | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:whiteBlackIpRule:put              | 授予更新黑白名单规则的权限。              | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:whiteBlackIpRule:delete           | 授予删除黑白名单规则的权限。              | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:whiteBlackIpRule:batchUpdate      | 授予批量修改黑白名单规则的权限。            | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:whiteBlackIpRule:batch-update      |
| waf:whiteBlackIpRule:batchDelete      | 授予删除攻击惩罚规则的权限。              | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:whiteBlackIpRule:batch-delete      |
| waf:privacyRule:list                  | 授予查询隐私屏蔽规则列表的权限。            | List  | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:privacyRule:list                  | 授予查询隐私屏蔽规则列表的权限。            | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:privacyRule:create                | 授予创建隐私屏蔽规则的权限。              | Write | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:privacyRule:create                | 授予创建隐私屏蔽规则的权限。              | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:privacyRule:get                   | 授予查询隐私屏蔽规则的权限。              | Read  | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:privacyRule:put                   | 授予更新隐私屏蔽规则的权限。              | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:privacyRule:batchUpdate           | 授予批量修改隐私屏蔽规则的权限。            | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:privacyRule:batch-update           |
| waf:privacyRule:batchDelete           | 授予批量删除隐私屏蔽规则的权限。            | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:privacyRule:batch-delete           |
| waf:privacyRule:delete                | 授予删除隐私屏蔽规则的权限。              | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:falseAlarmMaskRule:list           | 授予查询误报屏蔽规则列表的权限。            | List  | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:falseAlarmMaskRule:list           | 授予查询误报屏蔽规则列表的权限。            | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:falseAlarmMaskRule:create         | 授予创建误报屏蔽规则的权限。              | Write | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:falseAlarmMaskRule:create         | 授予创建误报屏蔽规则的权限。              | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:falseAlarmMaskRule:get            | 授予查询误报屏蔽规则的权限。              | Read  | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:falseAlarmMaskRule:put            | 授予更新误报屏蔽规则的权限。              | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:falseAlarmMaskRule:recount         |
| waf:falseAlarmMaskRule:delete         | 授予删除误报屏蔽规则的权限。              | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:falseAlarmMaskRule:batchUpdate    | 授予批量修改全局白名单规则的权限。           | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:falseAlarmMaskRule:batch-update    |
| waf:falseAlarmMaskRule:batchDelete    | 授予批量删除全局白名单规则的权限。           | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:falseAlarmMaskRule:batch-delete    |
| waf:geoIpRule:list                    | 授予查询地理位置封禁规则列表的权限。          | List  | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:geoIpRule:list                    | 授予查询地理位置封禁规则列表的权限。          | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:geoIpRule:create                  | 授予创建地理位置封禁规则的权限。            | Write | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:geoIpRule:create                  | 授予创建地理位置封禁规则的权限。            | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:geoIpRule:get                     | 授予查询地理位置封禁规则的权限。            | Read  | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:geoIpRule:put                     | 授予更新地理位置封禁规则的权限。            | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:geoIpRule:delete                  | 授予删除地理位置封禁规则的权限。            | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:geoIpRule:batchUpdate             | 授予批量修改地理位置访问控制规则的权限。        | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:geoIpRule:batch-update             |
| waf:geoIpRule:batchDelete             | 授予批量删除地理位置访问控制规则的权限。        | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:geoIpRule:batch-delete             |
| waf:antiTamperRule:list               | 授予查询网页防篡改规则列表的权限。           | List  | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:antiTamperRule:list               | 授予查询网页防篡改规则列表的权限。           | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:antiTamperRule:create             | 授予创建网页防篡改规则的权限。             | Write | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:antiTamperRule:create             | 授予创建网页防篡改规则的权限。             | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:antiTamperRule:get                | 授予查询网页防篡改规则的权限。             | Read  | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:antiTamperRule:put                | 授予更新网页防篡改规则的权限。             | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:antiTamperRule:delete             | 授予删除网页防篡改规则的权限。             | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:antiTamperRule:batchUpdate        | 授予批量修改网页防篡改规则的权限。           | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:antiTamperRule:batch-update        |
| waf:antiTamperRule:batchDelete        | 授予批量删除网页防篡改规则的权限。           | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:antiTamperRule:batch-delete        |
| waf:antiLeakageRule:list              | 授予查询反敏感信息泄漏规则列表的权限。         | List  | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:antiLeakageRule:list              | 授予查询反敏感信息泄漏规则列表的权限。         | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:antiLeakageRule:create            | 授予创建反敏感信息泄漏规则的权限。           | Write | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:antiLeakageRule:create            | 授予创建反敏感信息泄漏规则的权限。           | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:antiLeakageRule:get               | 授予查询反敏感信息泄漏规则的权限。           | Read  | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:antiLeakageRule:put               | 授予更新反敏感信息泄漏规则的权限。           | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:antiLeakageRule:delete            | 授予删除反敏感信息泄漏规则的权限。           | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:antiLeakageRule:batchUpdate       | 授予批量修改防敏感信息泄露规则的权限。         | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:antiLeakageRule:batch-update       |
| waf:antiLeakageRule:batchDelete       | 授予批量删除防敏感信息泄露规则的权限。         | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:antiLeakageRule:batch-delete       |
| waf:anticrawlerRule:list              | 授予查询反爬虫规则列表的权限。             | List  | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:anticrawlerRule:list              | 授予查询反爬虫规则列表的权限。             | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:anticrawlerRule:create            | 授予创建反爬虫规则的权限。               | Write | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:anticrawlerRule:create            | 授予创建反爬虫规则的权限。               | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:anticrawlerRule:get               | 授予查询反爬虫规则的权限。               | Read  | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:anticrawlerRule:put               | 授予更新反爬虫规则的权限。               | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:anticrawlerRule:delete            | 授予删除反爬虫规则的权限。               | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:anticrawlerRule:batchUpdate       | 授予批量修改反爬虫规则的权限。             | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:anticrawlerRule:batch-update       |
| waf:punishmentRule:list               | 授予查询攻击惩罚规则列表的权限。            | List  | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:punishmentRule:list               | 授予查询攻击惩罚规则列表的权限。            | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:punishmentRule:create             | 授予创建攻击惩罚规则的权限。              | Write | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:punishmentRule:create             | 授予创建攻击惩罚规则的权限。              | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:punishmentRule:get                | 授予查询攻击惩罚规则的权限。              | Read  | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:punishmentRule:put                | 授予更新攻击惩罚规则的权限。              | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:punishmentRule:delete             | 授予删除攻击惩罚规则的权限。              | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:valueList:list                    | 授予查询引用表列表的权限。               | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:valueList:create                  | 授予创建引用表的权限。                 | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:valueList:get                     | 授予查询引用表的权限。                 | Read  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:valueList:put                     | 授予更新引用表的权限。                 | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:valueList:delete                  | 授予删除引用表的权限。                 | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ipgroup:list                      | 授予查询IP地址组列表的权限。             | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ipgroup:create                    | 授予创建IP地址组的权限。               | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ipgroup:get                       | 授予查询IP地址组的权限。               | Read  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ipgroup:put                       | 授予修改IP地址组的权限。               | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ipgroup:delete                    | 授予删除IP地址组的权限。               | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:duplicateIpGroup:list             | 授予查询重复名称的IP地址组列表的权限。        | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ipGroupShare:list                 | 授予查询用户已共享的IP地址组列表的权限。       | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ipGroupShare:post                 | 授予开启分享/增加分享用户的权限。           | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ipGroupShare:put                  | 授予移除/重新分享IP地址组的权限。          | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ipGroupShare:delete               | 授予停止共享IP地址组的权限。             | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ipGroupInvitation:list            | 授予查看用户拥有的共享IP地址组列表的权限。      | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ipGroupInvitation:post            | 授予对共享IP地址组操作的权限。            | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:llmGuardRule:list                 | 授予大模型防火墙规则列表的权限。            | List  | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:llmGuardRule:list                 | 授予大模型防火墙规则列表的权限。            | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:llmGuardRule:create               | 授予创建大模型防火墙规则的权限。            | Write | policy \*          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:llmGuardRule:create               | 授予创建大模型防火墙规则的权限。            | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:llmGuardRule:get                  | 授予查询大模型防火墙规则的权限。            | Read  | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:llmGuardRule:put                  | 授予更新大模型防火墙规则的权限。            | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:llmGuardRule:delete               | 授予删除大模型防火墙规则的权限。            | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:llmGuardRule:batchUpdate          | 授予批量修改大模型攻击防护规则的权限。         | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:llmGuardRule:batch-update          |
| waf:llmGuardRule:batchDelete          | 授予批量删除大模型攻击防护规则的权限。         | Write | policy \*          | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | waf:llmGuardRule:batch-delete          |
| waf:certificate:list                  | 授予查看证书列表的权限。                | List  | certificate \*     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:certificate:list                  | 授予查看证书列表的权限。                | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:certificate:create                | 授予创建证书的权限。                  | Write | certificate \*     | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:certificate:create                | 授予创建证书的权限。                  | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:certificate:get                   | 授予查询证书的权限。                  | Read  | certificate \*     | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:certificate:put                   | 授予修改WAF证书的权限。               | Write | certificate \*     | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:certificate:delete                | 授予删除证书的权限。                  | Write | certificate \*     | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:certificate:apply                 | 授予应用证书到域名的权限。               | Write | certificate \*     | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:certificate:apply                 | 授予应用证书到域名的权限。               | Write | host \*            | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:premiumInstance:list              | 授予查询独享引擎实例列表的权限。            | List  | premiumInstance \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:premiumInstance:list              | 授予查询独享引擎实例列表的权限。            | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:premiumInstance:create            | 授予创建独享引擎实例的权限。              | Write | premiumInstance \* | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:premiumInstance:create            | 授予创建独享引擎实例的权限。              | Write | -                  | - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [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)   | -                                      |
| waf:premiumInstance:get               | 授予查询独享引擎实例的权限。              | Read  | premiumInstance \* | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                               | -                                      |
| waf:premiumInstance:put               | 授予更新独享引擎实例的权限。              | Write | premiumInstance \* | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                               | -                                      |
| waf:premiumInstance:delete            | 授予删除独享引擎实例的权限。              | Write | premiumInstance \* | - [g:ResourceTag/\<tag-key\>](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                               | -                                      |
| waf:event:get                         | 授予查询防护事件的权限。                | Read  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:dumpEventLink:get                 | 授予查询防护事件下载链接的权限。            | Read  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ltsConfig:get                     | 授予查询对接云日志的配置的权限。            | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ltsConfig:put                     | 授予更新对接云日志配置的权限。             | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:postpaid:create                   | 授予开通按需计费的权限。                | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:postpaid:delete                   | 授予关闭按需计费的权限。                | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:prepaid:create                    | 授予创建包周期订单的权限。               | Write | -                  | - [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)  - [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)   | -                                      |
| waf:subscription:get                  | 授予查询云模式订购信息的权限。             | Read  | -                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:alert:get                         | 授予查询告警通知的配置的权限。             | List  | -                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:alert:put                         | 授予更新告警通知配置的权限。              | Write | -                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:consoleConfig:get                 | 授予查询页面配置信息的权限。              | Read  | -                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:bundle:get                        | 授予查询用户套餐信息的权限。              | Read  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:securityReportSubscription:create | 授予创建安全报告订阅的权限。              | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:securityReportSubscription:get    | 授予查询安全报告内容订阅的权限。            | Read  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:securityReportSubscription:list   | 授予查询安全报告内容订阅列表的权限。          | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:securityReport:get                | 授予查询安全报告的权限。                | Read  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:securityReportSubscription:put    | 授予修改安全报告订阅的权限。              | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:securityReportSubscription:delete | 授予删除安全报告订阅的权限。              | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:tmsTags:get                       | 授予查询资源标签的权限。                | Read  | -                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:tmsProjectTags:get                | 授予查询项目标签的权限。                | Read  | -                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:tmsResource:post                  | 授予查询资源实例的权限。                | Read  | -                  | - [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)                                                                                                                                                            | -                                      |
| waf:tmsTags:update                    | 授予批量添加删除资源标签的权限。            | 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)                                                                                                                                                            | -                                      |
| waf:agency:get                        | 授予校验委托的权限。                  | Read  | -                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:agency:create                     | 授予创建委托的权限。                  | Write | -                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:agency:delete                     | 授予删除委托的权限。                  | Write | -                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:contentSecurityTask:list          | 授予查询内容安全检测任务列表的权限。          | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:contentSecurityTaskSummary:get    | 授予查询内容安全检测任务总览的权限。          | Read  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:dnsDomain:get                     | 授予查询用户托管在云解析上的域名的权限。        | List  | -                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:dnsDomain:access                  | 授予修改用户的DNS记录,使域名快速接入WAF的权限。 | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:asyncJob:get                      | 授予查询DNS记录修改任务的权限。           | Read  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:pool:list                         | 授予查看WAF实例组列表的权限。            | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:pool:create                       | 授予创建WAF实例组的权限。              | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:pool:get                          | 授予查看WAF实例组详情的权限。            | Read  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:pool:put                          | 授予修改WAF实例组配置的权限。            | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:pool:delete                       | 授予删除WAF实例组的权限。              | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:poolBinding:list                  | 授予查询WAF实例组绑定列表的权限。          | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:poolBinding:create                | 授予绑定WAF实例组的权限。              | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:poolBinding:get                   | 授予查询WAF实例组绑定详情的权限。          | Read  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:poolBinding:delete                | 授予取消绑定WAF实例组的权限。            | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:poolHealthMonitor:list            | 授予查询WAF实例组健康检查配置列表的权限。      | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:poolHealthMonitor:create          | 授予创建WAF实例组健康检查配置的权限。        | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:poolHealthMonitor:get             | 授予查询WAF实例组健康检查配置的权限。        | Read  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:poolHealthMonitor:put             | 授予修改WAF实例组健康检查配置的权限。        | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:poolHealthMonitor:delete          | 授予删除WAF实例组健康检查配置的权限。        | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ruleset:list                      | 授予查询自定义规则集列表的权限。            | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ruleset:create                    | 授予创建自定义规则集的权限。              | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ruleset:get                       | 授予查询自定义规则集的权限。              | Read  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ruleset:put                       | 授予更新自定义规则集的权限。              | Write | policy             | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
| waf:ruleset:put                       | 授予更新自定义规则集的权限。              | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:ruleset:delete                    | 授予删除自定义规则集的权限。              | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:sdkConfig:list                    | 授予查询sdk配置列表的权限。             | List  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:sdkConfig:create                  | 授予创建sdk配置的权限。               | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:sdkConfig:get                     | 授予查询sdk配置的权限。               | Read  | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:sdkConfig:put                     | 授予修改sdk配置的权限。               | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:sdkConfig:delete                  | 授予删除sdk配置的权限。               | Write | -                  | [g:EnterpriseProjectId](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)                                                                                                                                                                                                                                                                                                                                                                          | -                                      |
| waf:snapshot:list                     | 授予查询独享引擎策略快照列表的权限。          | List  | -                  | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | -                                      |
   
waf的API通常对应着一个或多个授权项。[表2]展示了API与授权项的关系，以及该API需要依赖的授权项。
 表2API与授权项的关系 
| API                                                                                                                                                          | 对应的授权项                                | 依赖的授权项 |
|:---|:---|:---|
| [POST /v1/{project_id}/waf/instance](https://support.huaweicloud.com/api-waf/CreateHost.html)                                                                | waf:host:create                       | -      |
| [DELETE /v1/{project_id}/waf/instance/{instance_id}](https://support.huaweicloud.com/api-waf/DeleteHost.html)                                                | waf:host:delete                       | -      |
| [GET /v1/{project_id}/waf/instance](https://support.huaweicloud.com/api-waf/ListHost.html)                                                                   | waf:host:list                         | -      |
| [GET /v1/{project_id}/waf/instance/{instance_id}/route](https://support.huaweicloud.com/api-waf/ListHostRoute.html)                                          | waf:host:get                          | -      |
| [GET /v1/{project_id}/waf/instance/{instance_id}](https://support.huaweicloud.com/api-waf/ShowHost.html)                                                     | waf:host:get                          | -      |
| [PATCH /v1/{project_id}/waf/instance/{instance_id}](https://support.huaweicloud.com/api-waf/UpdateHost.html)                                                 | waf:host:put                          | -      |
| [PUT /v1/{project_id}/waf/instance/{instance_id}/protect-status](https://support.huaweicloud.com/api-waf/UpdateHostProtectStatus.html)                       | waf:host:put                          | -      |
| [POST /v1/{project_id}/premium-waf/host](https://support.huaweicloud.com/api-waf/CreatePremiumHost.html)                                                     | waf:host:create                       | -      |
| [DELETE /v1/{project_id}/premium-waf/host/{host_id}](https://support.huaweicloud.com/api-waf/DeletePremiumHost.html)                                         | waf:host:delete                       | -      |
| [GET /v1/{project_id}/premium-waf/host](https://support.huaweicloud.com/api-waf/ListPremiumHost.html)                                                        | waf:host:list                         | -      |
| [GET /v1/{project_id}/premium-waf/host/{host_id}](https://support.huaweicloud.com/api-waf/ShowPremiumHost.html)                                              | waf:host:get                          | -      |
| [PUT /v1/{project_id}/premium-waf/host/{host_id}](https://support.huaweicloud.com/api-waf/UpdatePremiumHost.html)                                            | waf:host:put                          | -      |
| [PUT /v1/{project_id}/premium-waf/host/{host_id}/protect-status](https://support.huaweicloud.com/api-waf/UpdatePremiumHostProtectStatus.html)                | waf:host:put                          | -      |
| [POST /v1/{project_id}/waf/policy](https://support.huaweicloud.com/api-waf/CreatePolicy.html)                                                                | waf:policy:create                     | -      |
| [DELETE /v1/{project_id}/waf/policy/{policy_id}](https://support.huaweicloud.com/api-waf/DeletePolicy.html)                                                  | waf:policy:delete                     | -      |
| [GET /v1/{project_id}/waf/policy](https://support.huaweicloud.com/api-waf/ListPolicy.html)                                                                   | waf:policy:list                       | -      |
| [GET /v1/{project_id}/waf/policy/{policy_id}](https://support.huaweicloud.com/api-waf/ShowPolicy.html)                                                       | waf:policy:get                        | -      |
| [PATCH /v1/{project_id}/waf/policy/{policy_id}](https://support.huaweicloud.com/api-waf/UpdatePolicy.html)                                                   | waf:policy:put                        | -      |
| [PUT /v1/{project_id}/waf/policy/{policy_id}](https://support.huaweicloud.com/api-waf/UpdatePolicyProtectHost.html)                                          | waf:policy:put                        | -      |
| [POST /v1/{project_id}/waf/policy/{policy_id}/cc](https://support.huaweicloud.com/api-waf/CreateCcRule.html)                                                 | waf:ccRule:create                     | -      |
| [POST /v1/{project_id}/waf/policy/{policy_id}/custom](https://support.huaweicloud.com/api-waf/CreateCustomRule.html)                                         | waf:preciseProtectionRule:create      | -      |
| [POST /v1/{project_id}/waf/policy/{policy_id}/antitamper](https://support.huaweicloud.com/api-waf/CreateAntiTamperRule.html)                                 | waf:antiTamperRule:create             | -      |
| [POST /v1/{project_id}/waf/policy/{policy_id}/antileakage](https://support.huaweicloud.com/api-waf/CreateAntileakageRule.html)                               | waf:antiLeakageRule:create            | -      |
| [POST /v1/{project_id}/waf/policy/{policy_id}/anticrawler](https://support.huaweicloud.com/api-waf/CreateAnticrawlerRule.html)                               | waf:anticrawlerRule:create            | -      |
| [POST /v1/{project_id}/waf/policy/{policy_id}/punishment](https://support.huaweicloud.com/api-waf/CreatePunishmentRule.html)                                 | waf:punishmentRule:create             | -      |
| [POST /v1/{project_id}/waf/policy/{policy_id}/geoip](https://support.huaweicloud.com/api-waf/CreateGeoipRule.html)                                           | waf:geoIpRule:create                  | -      |
| [POST /v1/{project_id}/waf/policy/{policy_id}/ignore](https://support.huaweicloud.com/api-waf/CreateIgnoreRule.html)                                         | waf:falseAlarmMaskRule:create         | -      |
| [POST /v1/{project_id}/waf/policy/{policy_id}/privacy](https://support.huaweicloud.com/api-waf/CreatePrivacyRule.html)                                       | waf:privacyRule:create                | -      |
| [POST /v1/{project_id}/waf/valuelist](https://support.huaweicloud.com/api-waf/CreateValueList.html)                                                          | waf:valueList:create                  | -      |
| [POST /v1/{project_id}/waf/policy/{policy_id}/whiteblackip](https://support.huaweicloud.com/api-waf/CreateWhiteblackipRule.html)                             | waf:whiteBlackIpRule:create           | -      |
| [DELETE /v1/{project_id}/waf/policy/{policy_id}/cc/{rule_id}](https://support.huaweicloud.com/api-waf/DeleteCcRule.html)                                     | waf:ccRule:delete                     | -      |
| [DELETE /v1/{project_id}/waf/policy/{policy_id}/custom/{rule_id}](https://support.huaweicloud.com/api-waf/DeleteCustomRule.html)                             | waf:preciseProtectionRule:delete      | -      |
| [DELETE /v1/{project_id}/waf/policy/{policy_id}/antitamper/{rule_id}](https://support.huaweicloud.com/api-waf/DeleteAntitamperRule.html)                     | waf:antiTamperRule:delete             | -      |
| [DELETE /v1/{project_id}/waf/policy/{policy_id}/antileakage/{rule_id}](https://support.huaweicloud.com/api-waf/DeleteAntileakageRule.html)                   | waf:antiLeakageRule:delete            | -      |
| [DELETE /v1/{project_id}/waf/policy/{policy_id}/anticrawler/{rule_id}](https://support.huaweicloud.com/api-waf/DeleteAnticrawlerRule.html)                   | waf:anticrawlerRule:delete            | -      |
| [DELETE /v1/{project_id}/waf/policy/{policy_id}/punishment/{rule_id}](https://support.huaweicloud.com/api-waf/DeletePunishmentRule.html)                     | waf:punishmentRule:delete             | -      |
| [DELETE /v1/{project_id}/waf/policy/{policy_id}/geoip/{rule_id}](https://support.huaweicloud.com/api-waf/DeleteGeoipRule.html)                               | waf:geoIpRule:delete                  | -      |
| [DELETE /v1/{project_id}/waf/policy/{policy_id}/ignore/{rule_id}](https://support.huaweicloud.com/api-waf/DeleteIgnoreRule.html)                             | waf:falseAlarmMaskRule:delete         | -      |
| [DELETE /v1/{project_id}/waf/policy/{policy_id}/privacy/{rule_id}](https://support.huaweicloud.com/api-waf/DeletePrivacyRule.html)                           | waf:privacyRule:delete                | -      |
| [DELETE /v1/{project_id}/waf/valuelist/{valuelistid}](https://support.huaweicloud.com/api-waf/DeleteValueList.html)                                          | waf:valueList:delete                  | -      |
| [DELETE /v1/{project_id}/waf/policy/{policy_id}/whiteblackip/{rule_id}](https://support.huaweicloud.com/api-waf/DeleteWhiteBlackIpRule.html)                 | waf:whiteBlackIpRule:delete           | -      |
| [GET /v1/{project_id}/waf/policy/{policy_id}/custom](https://support.huaweicloud.com/api-waf/ListCustomRules.html)                                           | waf:preciseProtectionRule:list        | -      |
| [GET /v1/{project_id}/waf/policy/{policy_id}/cc](https://support.huaweicloud.com/api-waf/ListCcRules.html)                                                   | waf:ccRule:list                       | -      |
| [GET /v1/{project_id}/waf/policy/{policy_id}/antitamper](https://support.huaweicloud.com/api-waf/ListAntitamperRule.html)                                    | waf:antiTamperRule:list               | -      |
| [GET /v1/{project_id}/waf/policy/{policy_id}/antileakage](https://support.huaweicloud.com/api-waf/ListAntileakageRules.html)                                 | waf:antiLeakageRule:list              | -      |
| [GET /v1/{project_id}/waf/policy/{policy_id}/anticrawler](https://support.huaweicloud.com/api-waf/ListAnticrawlerRules.html)                                 | waf:anticrawlerRule:list              | -      |
| [GET /v1/{project_id}/waf/policy/{policy_id}/punishment](https://support.huaweicloud.com/api-waf/ListPunishmentRules.html)                                   | waf:punishmentRule:list               | -      |
| [GET /v1/{project_id}/waf/policy/{policy_id}/geoip](https://support.huaweicloud.com/api-waf/ListGeoipRule.html)                                              | waf:geoIpRule:list                    | -      |
| [GET /v1/{project_id}/waf/policy/{policy_id}/ignore](https://support.huaweicloud.com/api-waf/ListIgnoreRule.html)                                            | waf:falseAlarmMaskRule:list           | -      |
| [GET /v1/{project_id}/waf/policy/{policy_id}/privacy](https://support.huaweicloud.com/api-waf/ListPrivacyRule.html)                                          | waf:privacyRule:list                  | -      |
| [GET /v1/{project_id}/waf/valuelist](https://support.huaweicloud.com/api-waf/ListValueList.html)                                                             | waf:valueList:list                    | -      |
| [GET /v1/{project_id}/waf/policy/{policy_id}/whiteblackip](https://support.huaweicloud.com/api-waf/ListWhiteblackipRule.html)                                | waf:whiteBlackIpRule:list             | -      |
| [PUT /v1/{project_id}/waf/policy/{policy_id}/cc/{rule_id}](https://support.huaweicloud.com/api-waf/UpdateCcRule.html)                                        | waf:ccRule:put                        | -      |
| [PUT /v1/{project_id}/waf/policy/{policy_id}/custom/{rule_id}](https://support.huaweicloud.com/api-waf/UpdateCustomRule.html)                                | waf:preciseProtectionRule:put         | -      |
| [PUT /v1/{project_id}/waf/policy/{policy_id}/geoip/{rule_id}](https://support.huaweicloud.com/api-waf/UpdateGeoipRule.html)                                  | waf:geoIpRule:put                     | -      |
| [POST /v1/{project_id}/waf/policy/{policy_id}/antitamper/{rule_id}/refresh](https://support.huaweicloud.com/api-waf/UpdateAntiTamperRuleRefresh.html)        | waf:antiTamperRule:put                | -      |
| [PUT /v1/{project_id}/waf/policy/{policy_id}/antileakage/{rule_id}](https://support.huaweicloud.com/api-waf/UpdateAntileakageRule.html)                      | waf:antiLeakageRule:put               | -      |
| [PUT /v1/{project_id}/waf/policy/{policy_id}/anticrawler/{rule_id}](https://support.huaweicloud.com/api-waf/UpdateAnticrawlerRule.html)                      | waf:anticrawlerRule:put               | -      |
| [PUT /v1/{project_id}/waf/policy/{policy_id}/anticrawler](https://support.huaweicloud.com/api-waf/UpdateAnticrawlerRuleType.html)                            | waf:anticrawlerRule:put               | -      |
| [PUT /v1/{project_id}/waf/policy/{policy_id}/punishment/{rule_id}](https://support.huaweicloud.com/api-waf/UpdatePunishmentRule.html)                        | waf:punishmentRule:put                | -      |
| [PUT /v1/{project_id}/waf/policy/{policy_id}/{ruletype}/{rule_id}/status](https://support.huaweicloud.com/api-waf/UpdatePolicyRuleStatus.html)               | waf:whiteBlackIpRule:put              | -      |
| [PUT /v1/{project_id}/waf/policy/{policy_id}/privacy/{rule_id}](https://support.huaweicloud.com/api-waf/UpdatePrivacyRule.html)                              | waf:privacyRule:put                   | -      |
| [PUT /v1/{project_id}/waf/valuelist/{valuelistid}](https://support.huaweicloud.com/api-waf/UpdateValueList.html)                                             | waf:valueList:put                     | -      |
| [PUT /v1/{project_id}/waf/policy/{policy_id}/whiteblackip/{rule_id}](https://support.huaweicloud.com/api-waf/UpdateWhiteblackipRule.html)                    | waf:whiteBlackIpRule:put              | -      |
| [PUT /v1/{project_id}/waf/policy/{policy_id}/ignore/{rule_id}](https://support.huaweicloud.com/api-waf/UpdateIgnoreRule.html)                                | waf:falseAlarmMaskRule:put            | -      |
| [GET /v1/{project_id}/waf/policy/{policy_id}/cc/{rule_id}](https://support.huaweicloud.com/api-waf/ShowCcRule.html)                                          | waf:ccRule:get                        | -      |
| [GET /v1/{project_id}/waf/policy/{policy_id}/custom/{rule_id}](https://support.huaweicloud.com/api-waf/ShowCustomRule.html)                                  | waf:preciseProtectionRule:get         | -      |
| [GET /v1/{project_id}/waf/policy/{policy_id}/whiteblackip/{rule_id}](https://support.huaweicloud.com/api-waf/ShowWhiteBlackIpRule.html)                      | waf:whiteBlackIpRule:get              | -      |
| [GET /v1/{project_id}/waf/policy/{policy_id}/privacy/{rule_id}](https://support.huaweicloud.com/api-waf/ShowPrivacyRule.html)                                | waf:privacyRule:get                   | -      |
| [GET /v1/{project_id}/waf/policy/{policy_id}/ignore/{rule_id}](https://support.huaweicloud.com/api-waf/ShowIgnoreRule.html)                                  | waf:falseAlarmMaskRule:get            | -      |
| [GET /v1/{project_id}/waf/policy/{policy_id}/geoip/{rule_id}](https://support.huaweicloud.com/api-waf/ShowGeoipRule.html)                                    | waf:geoIpRule:get                     | -      |
| [GET /v1/{project_id}/waf/policy/{policy_id}/antitamper/{rule_id}](https://support.huaweicloud.com/api-waf/ShowAntitamperRule.html)                          | waf:antiTamperRule:get                | -      |
| [GET /v1/{project_id}/waf/policy/{policy_id}/antileakage/{rule_id}](https://support.huaweicloud.com/api-waf/ShowAntileakageRule.html)                        | waf:antiLeakageRule:get               | -      |
| [GET /v1/{project_id}/waf/policy/{policy_id}/anticrawler/{rule_id}](https://support.huaweicloud.com/api-waf/ShowAnticrawlerRule.html)                        | waf:anticrawlerRule:get               | -      |
| [GET /v1/{project_id}/waf/policy/{policy_id}/punishment/{rule_id}](https://support.huaweicloud.com/api-waf/ShowPunishmentRule.html)                          | waf:punishmentRule:get                | -      |
| [GET /v1/{project_id}/waf/valuelist/{valuelistid}](https://support.huaweicloud.com/api-waf/ShowValueList.html)                                               | waf:valueList:get                     | -      |
| [POST /v1/{project_id}/waf/ip-groups](https://support.huaweicloud.com/api-waf/CreateIpGroup.html)                                                            | waf:ipgroup:create                    | -      |
| [DELETE /v1/{project_id}/waf/ip-group/{id}](https://support.huaweicloud.com/api-waf/DeleteIpGroup.html)                                                      | waf:ipgroup:delete                    | -      |
| [GET /v1/{project_id}/waf/ip-groups](https://support.huaweicloud.com/api-waf/ListIpGroup.html)                                                               | waf:ipgroup:list                      | -      |
| [GET /v1/{project_id}/waf/ip-group/{id}](https://support.huaweicloud.com/api-waf/ShowIpGroup.html)                                                           | waf:ipgroup:get                       | -      |
| [PUT /v1/{project_id}/waf/ip-group/{id}](https://support.huaweicloud.com/api-waf/UpdateIpGroup.html)                                                         | waf:ipgroup:put                       | -      |
| -                                                                                                                                                            | waf:ipGroupShare:list                 | -      |
| -                                                                                                                                                            | waf:ipGroupShare:post                 | -      |
| -                                                                                                                                                            | waf:ipGroupShare:put                  | -      |
| -                                                                                                                                                            | waf:ipGroupShare:delete               | -      |
| -                                                                                                                                                            | waf:ipGroupInvitation:list            | -      |
| -                                                                                                                                                            | waf:ipGroupInvitation:post            | -      |
| -                                                                                                                                                            | waf:ipGroupInvitation:post            | -      |
| -                                                                                                                                                            | waf:ipGroupInvitation:post            | -      |
| -                                                                                                                                                            | waf:ipGroupInvitation:post            | -      |
| -                                                                                                                                                            | waf:duplicateIpGroup:list             | -      |
| [POST /v1/{project_id}/waf/certificate/{certificate_id}/apply-to-hosts](https://support.huaweicloud.com/api-waf/ApplyCertificateToHost.html)                 | waf:certificate:apply                 | -      |
| [POST /v1/{project_id}/waf/certificate](https://support.huaweicloud.com/api-waf/CreateCertificate.html)                                                      | waf:certificate:create                | -      |
| [DELETE /v1/{project_id}/waf/certificate/{certificate_id}](https://support.huaweicloud.com/api-waf/DeleteCertificate.html)                                   | waf:certificate:delete                | -      |
| [GET /v1/{project_id}/waf/certificate](https://support.huaweicloud.com/api-waf/ListCertificates.html)                                                        | waf:certificate:list                  | -      |
| [GET /v1/{project_id}/waf/certificate/{certificate_id}](https://support.huaweicloud.com/api-waf/ShowCertificate.html)                                        | waf:certificate:get                   | -      |
| [PUT /v1/{project_id}/waf/certificate/{certificate_id}](https://support.huaweicloud.com/api-waf/UpdateCertificate.html)                                      | waf:certificate:put                   | -      |
| [GET /v1/{project_id}/waf/event](https://support.huaweicloud.com/api-waf/ListEvent.html)                                                                     | waf:event:get                         | -      |
| [GET /v1/{project_id}/waf/event/{eventid}](https://support.huaweicloud.com/api-waf/ShowEvent.html)                                                           | waf:event:get                         | -      |
| [GET /v1/{project_id}/waf/overviews/bandwidth/timeline](https://support.huaweicloud.com/api-waf/ListBandwidthTimeline.html)                                  | waf:event:get                         | -      |
| [GET /v1/{project_id}/waf/overviews/classification](https://support.huaweicloud.com/api-waf/ListOverviewsClassification.html)                                | waf:event:get                         | -      |
| [GET /v1/{project_id}/waf/overviews/qps/timeline](https://support.huaweicloud.com/api-waf/ListQpsTimeline.html)                                              | waf:event:get                         | -      |
| [GET /v1/{project_id}/waf/overviews/request/timeline](https://support.huaweicloud.com/api-waf/ListRequestTimeline.html)                                      | waf:event:get                         | -      |
| [GET /v1/{project_id}/waf/overviews/statistics](https://support.huaweicloud.com/api-waf/ListStatistics.html)                                                 | waf:event:get                         | -      |
| [GET /v1/{project_id}/waf/overviews/abnormal](https://support.huaweicloud.com/api-waf/ListTopAbnormal.html)                                                  | waf:event:get                         | -      |
| -                                                                                                                                                            | waf:dumpEventLink:get                 | -      |
| [GET /v1/{project_id}/waf/config/console](https://support.huaweicloud.com/api-waf/ShowConsoleConfig.html)                                                    | waf:consoleConfig:get                 | -      |
| [POST /v1/{project_id}/premium-waf/instance](https://support.huaweicloud.com/api-waf/CreateInstance.html)                                                    | waf:premiumInstance:create            | -      |
| [DELETE /v1/{project_id}/premium-waf/instance/{instance_id}](https://support.huaweicloud.com/api-waf/DeleteInstance.html)                                    | waf:premiumInstance:delete            | -      |
| [GET /v1/{project_id}/premium-waf/instance](https://support.huaweicloud.com/api-waf/ListInstance.html)                                                       | waf:premiumInstance:list              | -      |
| [PUT /v1/{project_id}/premium-waf/instance/{instance_id}](https://support.huaweicloud.com/api-waf/RenameInstance.html)                                       | waf:premiumInstance:put               | -      |
| [GET /v1/{project_id}/premium-waf/instance/{instance_id}](https://support.huaweicloud.com/api-waf/ShowInstance.html)                                         | waf:premiumInstance:get               | -      |
| [GET /v1/{project_id}/waf/config/lts](https://support.huaweicloud.com/api-waf/ShowLtsInfoConfig.html)                                                        | waf:ltsConfig:get                     | -      |
| [PUT /v1/{project_id}/waf/config/lts/{ltsconfig_id}](https://support.huaweicloud.com/api-waf/UpdateLtsInfoConfig.html)                                       | waf:ltsConfig:put                     | -      |
| [POST /v1/{project_id}/waf/subscription/batchalter/prepaid-cloud-waf](https://support.huaweicloud.com/api-waf/ChangePrepaidCloudWaf.html)                    | waf:prepaid:create                    | -      |
| [POST /v1/{project_id}/waf/subscription/purchase/prepaid-cloud-waf](https://support.huaweicloud.com/api-waf/CreatePrepaidCloudWaf.html)                      | waf:prepaid:create                    | -      |
| [GET /v1/{project_id}/waf/subscription](https://support.huaweicloud.com/api-waf/ShowSubscriptionInfo.html)                                                   | waf:subscription:get                  | -      |
| [POST /v1/{project_id}/waf/postpaid](https://support.huaweicloud.com/api-waf/CreateCloudWafPostPaidResource.html)                                            | waf:postpaid:create                   | -      |
| [DELETE /v1/{project_id}/waf/postpaid](https://support.huaweicloud.com/api-waf/DeleteCloudWafPostPaidResource.html)                                          | waf:postpaid:delete                   | -      |
| [GET /v2/{project_id}/waf/alerts](https://support.huaweicloud.com/api-waf/ListNoticeConfigs.html)                                                            | waf:alert:get                         | -      |
| [PUT /v2/{project_id}/waf/alert/{alert_id}](https://support.huaweicloud.com/api-waf/UpdateAlertNoticeConfig.html)                                            | waf:alert:put                         | -      |
| [GET /v1/{project_id}/waf/config/source-ip](https://support.huaweicloud.com/api-waf/ShowSourceIp.html)                                                       | waf:sourceIp:get                      | -      |
| [POST /v1/{project_id}/composite-waf/hosts/migration](https://support.huaweicloud.com/api-waf/MigrateCompositeHosts.html)                                    | waf:host:create                       | -      |
| [GET /v1/{project_id}/composite-waf/host](https://support.huaweicloud.com/api-waf/ListCompositeHosts.html)                                                   | waf:host:list                         | -      |
| [GET /v1/{project_id}/composite-waf/host/{host_id}](https://support.huaweicloud.com/api-waf/ShowCompositeHost.html)                                          | waf:host:get                          | -      |
| [GET /v1/{project_id}/waf/bundle](https://support.huaweicloud.com/api-waf/ConfirmUserBundle.html)                                                            | waf:bundle:get                        | -      |
| [GET /v1/{project_id}/waf/overviews/attack/action-types](https://support.huaweicloud.com/api-waf/ListAttackActionTypes.html)                                 | waf:event:get                         | -      |
| [GET /v1/{project_id}/waf/overviews/attack/top-domains](https://support.huaweicloud.com/api-waf/ListTopDomains.html)                                         | waf:event:get                         | -      |
| [GET /v1/{project_id}/waf/policy/basic-protection/default-rules](https://support.huaweicloud.com/api-waf/ListWebBasicProtectionRules.html)                   | waf:policy:get                        | -      |
| [GET /v1/{project_id}/waf/tag/geoip/map](https://support.huaweicloud.com/api-waf/ShowPolicyGeoipMap.html)                                                    | waf:geoIpRule:get                     | -      |
| -                                                                                                                                                            | waf:policy:get                        | -      |
| -                                                                                                                                                            | waf:policy:get                        | -      |
| -                                                                                                                                                            | waf:policy:get                        | -      |
| -                                                                                                                                                            | waf:policy:get                        | -      |
| -                                                                                                                                                            | waf:policy:get                        | -      |
| -                                                                                                                                                            | waf:policy:get                        | -      |
| -                                                                                                                                                            | waf:policy:get                        | -      |
| [GET /v1/{project_id}/waf/{resourceid}/tags](https://support.huaweicloud.com/api-waf/ListInstanceTags.html)                                                  | waf:tmsProjectTags:get                | -      |
| [GET /v1/{project_id}/premium-waf/agency](https://support.huaweicloud.com/api-waf/CheckAgency.html)                                                          | waf:agency:get                        | -      |
| [POST /v1/{project_id}/premium-waf/agency](https://support.huaweicloud.com/api-waf/CreateAgency.html)                                                        | waf:agency:create                     | -      |
| [DELETE /v1/{project_id}/premium-waf/agency](https://support.huaweicloud.com/api-waf/DeleteAgency.html)                                                      | waf:agency:delete                     | -      |
| -                                                                                                                                                            | waf:ccRule:batchUpdate                | -      |
| -                                                                                                                                                            | waf:ccRule:batchDelete                | -      |
| -                                                                                                                                                            | waf:preciseProtectionRule:batchUpdate | -      |
| -                                                                                                                                                            | waf:preciseProtectionRule:batchDelete | -      |
| -                                                                                                                                                            | waf:whiteBlackIpRule:batchUpdate      | -      |
| -                                                                                                                                                            | waf:whiteBlackIpRule:batchDelete      | -      |
| -                                                                                                                                                            | waf:privacyRule:batchUpdate           | -      |
| -                                                                                                                                                            | waf:privacyRule:batchDelete           | -      |
| -                                                                                                                                                            | waf:falseAlarmMaskRule:batchUpdate    | -      |
| -                                                                                                                                                            | waf:falseAlarmMaskRule:batchDelete    | -      |
| -                                                                                                                                                            | waf:geoIpRule:batchUpdate             | -      |
| -                                                                                                                                                            | waf:geoIpRule:batchDelete             | -      |
| -                                                                                                                                                            | waf:antiTamperRule:batchUpdate        | -      |
| -                                                                                                                                                            | waf:antiTamperRule:batchDelete        | -      |
| -                                                                                                                                                            | waf:antiLeakageRule:batchUpdate       | -      |
| -                                                                                                                                                            | waf:antiLeakageRule:batchDelete       | -      |
| -                                                                                                                                                            | waf:anticrawlerRule:batchUpdate       | -      |
| -                                                                                                                                                            | waf:anticrawlerRule:batchUpdate       | -      |
| -                                                                                                                                                            | waf:llmGuardRule:batchUpdate          | -      |
| -                                                                                                                                                            | waf:llmGuardRule:batchDelete          | -      |
| -                                                                                                                                                            | waf:dnsDomain:get                     | -      |
| -                                                                                                                                                            | waf:dnsDomain:access                  | -      |
| -                                                                                                                                                            | waf:asyncJob:get                      | -      |
| -                                                                                                                                                            | waf:contentSecurityTask:list          | -      |
| -                                                                                                                                                            | waf:contentSecurityTaskSummary:get    | -      |
| -                                                                                                                                                            | waf:llmGuardRule:create               | -      |
| -                                                                                                                                                            | waf:llmGuardRule:delete               | -      |
| -                                                                                                                                                            | waf:llmGuardRule:list                 | -      |
| -                                                                                                                                                            | waf:llmGuardRule:put                  | -      |
| -                                                                                                                                                            | waf:llmGuardRule:put                  | -      |
| -                                                                                                                                                            | waf:llmGuardRule:get                  | -      |
| -                                                                                                                                                            | waf:pool:list                         | -      |
| -                                                                                                                                                            | waf:pool:create                       | -      |
| -                                                                                                                                                            | waf:pool:get                          | -      |
| -                                                                                                                                                            | waf:pool:put                          | -      |
| -                                                                                                                                                            | waf:pool:delete                       | -      |
| -                                                                                                                                                            | waf:poolBinding:list                  | -      |
| -                                                                                                                                                            | waf:poolBinding:create                | -      |
| -                                                                                                                                                            | waf:poolBinding:get                   | -      |
| -                                                                                                                                                            | waf:poolBinding:delete                | -      |
| -                                                                                                                                                            | waf:poolHealthMonitor:list            | -      |
| -                                                                                                                                                            | waf:poolHealthMonitor:create          | -      |
| -                                                                                                                                                            | waf:poolHealthMonitor:get             | -      |
| -                                                                                                                                                            | waf:poolHealthMonitor:put             | -      |
| -                                                                                                                                                            | waf:poolHealthMonitor:delete          | -      |
| -                                                                                                                                                            | waf:ruleset:create                    | -      |
| -                                                                                                                                                            | waf:ruleset:delete                    | -      |
| -                                                                                                                                                            | waf:ruleset:list                      | -      |
| -                                                                                                                                                            | waf:ruleset:get                       | -      |
| -                                                                                                                                                            | waf:ruleset:put                       | -      |
| -                                                                                                                                                            | waf:sdkConfig:list                    | -      |
| -                                                                                                                                                            | waf:sdkConfig:create                  | -      |
| -                                                                                                                                                            | waf:sdkConfig:get                     | -      |
| -                                                                                                                                                            | waf:sdkConfig:put                     | -      |
| -                                                                                                                                                            | waf:sdkConfig:delete                  | -      |
| [POST /v1/{project_id}/waf/security-report/subscriptions](https://support.huaweicloud.com/api-waf/CreateSecurityReportSubscription.html)                     | waf:securityReportSubscription:create | -      |
| [GET /v1/{project_id}/waf/security-report/subscriptions/{subscription_id}](https://support.huaweicloud.com/api-waf/ShowSecurityReportSubscription.html)      | waf:securityReportSubscription:get    | -      |
| [PUT /v1/{project_id}/waf/security-report/subscriptions/{subscription_id}](https://support.huaweicloud.com/api-waf/UpdateSecurityReportSubscription.html)    | waf:securityReportSubscription:put    | -      |
| [DELETE /v1/{project_id}/waf/security-report/subscriptions/{subscription_id}](https://support.huaweicloud.com/api-waf/DeleteSecurityReportSubscription.html) | waf:securityReportSubscription:delete | -      |
| -                                                                                                                                                            | waf:securityReport:get                | -      |
| [GET /v1/{project_id}/waf/security-report/subscriptions](https://support.huaweicloud.com/api-waf/ListSecurityReportSubscriptions.html)                       | waf:securityReportSubscription:list   | -      |
| -                                                                                                                                                            | waf:snapshot:list                     | -      |
| -                                                                                                                                                            | waf:tmsTags:get                       | -      |
| -                                                                                                                                                            | waf:tmsResource:post                  | -      |
| -                                                                                                                                                            | waf:tmsTags:update                    | -      |
| -                                                                                                                                                            | waf:tmsTags:update                    | -      |
   
 #### 资源类型（Resource）
资源类型（Resource）表示身份策略所作用的资源。如[表3]中的某些操作指定了可以在该操作指定的资源类型，则必须在具有该操作的身份策略语句中指定该资源的URN，身份策略仅作用于此资源；如未指定，Resource默认为"\*"，则身份策略将应用到所有资源。您也可以在身份策略中设置条件，从而指定资源类型。
waf定义了以下可以在自定义身份策略的Resource元素中使用的资源类型。
 表3waf支持的资源类型 
| 资源类型            | URN                                                           |
|:---|:---|
| policy          | waf:\<region\>:\<account-id\>:policy:\<policy-id\>            |
| host            | waf:\<region\>:\<account-id\>:host:\<host-id\>                |
| premiumInstance | waf:\<region\>:\<account-id\>:premiumInstance:\<instance-id\> |
| certificate     | waf:\<region\>:\<account-id\>:certificate:\<certificate-id\>  |
   
 #### 条件（Condition）
waf服务不支持在身份策略中的条件键中配置服务级的条件键。waf可以使用适用于所有服务的全局条件键，请参考[全局条件键](https://support.huaweicloud.com/usermanual-iam5/iam_01_1287.html)。
