部署 CODEARTS DEPLOY-查询应用实例级/项目级权限矩阵:响应示例

时间:2024-11-21 15:38:08

响应示例

状态码: 200

OK 请求响应成功

{
  "result" : [ {
    "can_copy" : true,
    "can_create_env" : true,
    "can_delete" : true,
    "can_disable" : true,
    "can_execute" : true,
    "can_manage" : true,
    "can_modify" : true,
    "can_view" : true,
    "name" : "应用创建者",
    "region" : "cn-north-7",
    "role_id" : "0",
    "role_type" : "app-creator"
  }, {
    "can_copy" : true,
    "can_create_env" : true,
    "can_delete" : true,
    "can_disable" : true,
    "can_execute" : true,
    "can_manage" : true,
    "can_modify" : true,
    "can_view" : true,
    "name" : "项目管理员",
    "region" : "cn-north-7",
    "role_id" : "2e510051361942a8b7ecea00144172b3",
    "role_type" : "project"
  } ],
  "status" : "success"
}
support.huaweicloud.com/api-deployman/ListApplicationPermissions.html