Access Control - List Available Roles
获取当前可用角色的列表。
GET https://prod.core.sphere.azure.net/v2/roles/list
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
string[] |
使用当前可用角色列表成功 |
示例
List available roles
Sample Request
GET https://prod.core.sphere.azure.net/v2/roles/list
Sample Response
{
"string": [
"Administrator",
"Contributor",
"Reader"
]
}