
# 安全策略
| 权限          | 对应API接口                                                        | 授权项（Action）                  | IAM项目（Project） | 企业项目（Enterprise Project） |
|:---|:---|:---|:---|:---|
| 创建自定义安全策略   | POST /v3/{project_id}/elb/security-policies                    | elb:security-policies:create | √              | √                        |
| 查询自定义安全策略   | GET /v3/{project_id}/elb/security-policies/{certificate_id}    | elb:security-policies:get    | √              | √                        |
| 查询自定义安全策略列表 | GET /v3/{project_id}/elb/security-policies                     | elb:security-policies:list   | √              | √                        |
| 更新自定义安全策略   | PUT /v3/{project_id}/elb/security-policies/{certificate_id}    | elb:security-policies:put    | √              | √                        |
| 删除自定义安全策略   | DELETE /v3/{project_id}/elb/security-policies/{certificate_id} | elb:security-policies:delete | √              | √                        |
| 查询系统安全策略    | GET /v3/{project_id}/elb/system-security-policies              | elb:security-policies:list   | √              | √                        |
   
