# Functions
查询委托是否拥有全局服务权限 Check whether the agency has the global service permission HEAD /v3.0/OS-AGENCY/domains/{domain_id}/agencies/{agency_id}/roles/{role_id}.
查询委托是否拥有项目服务权限 Check whether the agnecy has the project service permission HEAD /v3.0/OS-AGENCY/projects/{project_id}/agencies/{agency_id}/roles/{role_id}.
创建委托 Create a agency POST /v3.0/OS-AGENCY/agencies.
创建委托自定义策略 Create a custom policy POST /v3.0/OS-ROLE/roles.
创建云服务自定义策略 Create a cloud custom policy POST /v3.0/OS-ROLE/roles.
创建永久访问密钥 Create a permanent accesskey POST /v3.0/OS-CREDENTIAL/credentials.
通过委托来获取临时访问密钥(临时AK/SK)和securitytoken Create a temporary accesskey and securitytoken by the agency POST /v3.0/OS-CREDENTIAL/securitytokens.
通过token来获取临时访问密钥(临时AK/SK)和securitytoken Create a temporary accesskey and securitytoken by the token POST /v3.0/OS-CREDENTIAL/securitytokens.
创建用户 Create a user POST /v3.0/OS-USER/users.
删除委托 Delete the agency DELETE /v3.0/OS-AGENCY/agencies/{agency_id}.
删除自定义角色 Delete the custom policy DELETE /v3.0/OS-ROLE/roles/{role_id}.
删除IAM用户的指定永久访问密钥 Delete the permanent accesskey DELETE /v3.0/OS-CREDENTIAL/credentials/{access_key}.
查询IAM用户的所有永久访问密钥 Query all permanent accesskeys GET /v3.0/OS-CREDENTIAL/credentials.
查询指定永久访问密钥 Query the permanent accesskeys GET /v3.0/OS-CREDENTIAL/credentials/{access_key}.
查询项目详情与状态 Query the project detail and status GET /v3-ext/projects/{project_id}.
为委托授予全局服务权限 Grant the global service permissions to the agency PUT /v3.0/OS-AGENCY/domains/{domain_id}/agencies/{agency_id}/roles/{role_id}.
为委托授予项目服务权限 Grant the project service permissions to the agency PUT /v3.0/OS-AGENCY/projects/{project_id}/agencies/{agency_id}/roles/{role_id}.
查询指定条件下的委托列表 Query a agency list GET /v3.0/OS-AGENCY/agencies.
查询自定义策略列表 Query a custom policy list GET /v3.0/OS-ROLE/roles.
查询全局服务中的委托权限 Query the agency permissions in global services GET /v3.0/OS-AGENCY/domains/{domain_id}/agencies/{agency_id}/roles.
查询项目服务中的委托权限 Query the agency permissions in the project GET /v3.0/OS-AGENCY/projects/{project_id}/agencies/{agency_id}/roles.
查询委托详情 Query the agency detail GET /v3.0/OS-AGENCY/agencies/{agency_id}.
查询自定义策略详情 Query the custom policy detail GET /v3.0/OS-ROLE/roles/{role_id}.
查询用户详情 Query the user detail GET /v3.0/OS-USER/users/{user_id}.
移除委托的全局服务权限 Remove the glabal service permission of the agency DELETE /v3.0/OS-AGENCY/domains/{domain_id}/agencies/{agency_id}/roles/{role_id}.
移除委托的项目服务权限 Remove the project service permissions of the agency PUT /v3.0/OS-AGENCY/projects/{project_id}/agencies/{agency_id}/roles/{role_id}.
修改委托 Update the agnecy PUT /v3.0/OS-AGENCY/agencies/{agency_id}.
修改委托自定义策略 Update the custom policy PATCH /v3.0/OS-ROLE/roles/{role_id}.
修改云服务自定义策略 Update the cloud custom policy PATCH /v3.0/OS-ROLE/roles/{role_id}.
修改指定永久访问密钥 Update the permanent accesskeys PUT /v3.0/OS-CREDENTIAL/credentials/{access_key}.
设置项目状态 Update the project status PUT /v3-ext/projects/{project_id}.
更新用户信息 Update the user info PUT /v3.0/OS-USER/users/{user_id}/info.
更新用户信息 Update the user info PUT /v3.0/OS-USER/users/{user_id}.