MAPREDUCE服务 MRS-更新用户(组)与IAM委托的映射关系:请求示例

时间:2023-11-20 15:34:53

请求示例

更新用户(组)与IAM委托的映射关系示例

PUT https://{endpoint}/v2/{project_id}/clusters/{cluster_id}/agency-mapping

{
  "agency_mappings" : [ {
    "agency" : "agency01",
    "identifier_type" : "User",
    "identifiers" : [ "test" ],
    "agency_id" : "xxxx"
  } ]
}
support.huaweicloud.com/api-mrs/UpdateAgencyMapping.html