添加数据集的成员
添加成员到数据集。
Path Parameters
data_space_id string required
数据空间ID。
repo_id string required
数据集ID。
application/json
Request Body required
repo_id string
数据集ID。
username string
云管的用户名,租户内唯一,且无法改变。
role object
数据集角色信息。
name string
角色英文名称。
display_name string
角色的中文名称。
scope enum
角色的域。
Responses
- 200
- default
OK
application/json
Schema
Example (from schema)
Schema
repo_id string
数据集ID。
username string
云管的用户名,租户内唯一,且无法改变。
role object
数据集角色信息。
name string
角色英文名称。
display_name string
角色的中文名称。
scope enum
角色的域。
create_time date-time
角色创建时间。
need_set_iam_policy boolean
是否需要iam授权。
user_id string
用户ID。
{
"repo_id": "string",
"username": "string",
"role": {
"name": "string",
"display_name": "string",
"scope": 0
},
"create_time": "2024-11-04T06:28:48.437Z",
"need_set_iam_policy": true,
"user_id": "string"
}
Default error response
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
message string
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
details object[]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
@type string
The type of the serialized message.
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...