更新时间:2022-08-16 GMT+08:00

DDM帐号管理

表1 DDM帐号管理

权限

对应API接口

授权项

IAM项目(Project)

企业项目

(Enterprise Rroject)

创建DDM帐号

POST /v1/{project_id}/instances/{instance_id}/users

ddm:user:create

查询DDM帐号列表

GET /v1/{project_id}/instances/{instance_id}/users?offset={offset}&limit={limit}

ddm:user:list

修改DDM帐号

PUT /v1/{project_id}/instances/{instance_id}/users/{username}

ddm:user:modify

删除DDM帐号

DELETE /v1/{project_id}/instances/{instance_id}/users/{username}

ddm:user:delete