授权资源组_账号管理类 API_API 参考(旧版本)_历史文档_企业级分布式应用服务 EDAS-

授权资源组_账号管理类 API_API 参考(旧版本)_历史文档_企业级分布式应用服务 EDAS

阿里云服务器优惠

授权资源组

将一个或者多个资源组授权给一个子账号,被授权的子账号可以在 EDAS 中操作和控制这些资源组中的资源。

请求 URI

/account/authorize_res_group

参数列表

参数名 参数类型 描述
AdminUserId String 主账号的 ID
UserId String 子账号的 ID
resGroupIds String 资源组的 ID 列表,多个资源 ID 之间用;分隔

响应数据

{
    "code":200,
    "data":true
}

示例

Map<String,String> params = new HashMap<String,String>();
params.put("AdminUserId", "[email protected]");
params.put("resGroupIds", "xxxxxxxxx");
params.put("UserId", "[email protected]");
String resp = edasApiClient.callApi(EdasApiAction.Account.authorize_res_group.path(), params);
System.out.println(resp);

赞(0)

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
  • potplayer
  • directx