eefc69e119
Hot off the press! This commit contains all the API reference documentation for using system role assignments. It is also consistent with the api-reference conventions we established during the Queens PTG in Denver. bp system-scope Change-Id: Ic49555423d7ca7415d7c8546c5dfa7368ad8fe7e
18 lines
463 B
JSON
18 lines
463 B
JSON
{
|
|
"roles": [
|
|
{
|
|
"domain_id": null,
|
|
"id": "6d550353899f4b0fbf3e410e1b6ddc05",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/roles/6d550353899f4b0fbf3e410e1b6ddc05"
|
|
},
|
|
"name": "admin"
|
|
}
|
|
],
|
|
"links": {
|
|
"next": null,
|
|
"previous": null,
|
|
"self": "http://example.com/identity/v3/system/users/0b916f1b1e51455cb24b3a051520c576/roles"
|
|
}
|
|
}
|