430d7f765a
Now user can add the description to the role when user creates the role. Added support for a ``description`` attribute for V3 Identity Roles. Co-Authored-By: wangxiyuan<wangxiyuan@huawei.com> Co-Authored-By: Deepak Mourya<deepakmoriya7@gmail.com> Change-Id: I230af9cc833af13064636b5d9a7ce6334c3f6e9a Closes-Bug: #1669080
57 lines
1.8 KiB
JSON
57 lines
1.8 KiB
JSON
{
|
|
"links": {
|
|
"next": null,
|
|
"previous": null,
|
|
"self": "http://example.com/identity/v3/roles"
|
|
},
|
|
"roles": [
|
|
{
|
|
"id": "5318e65d75574c17bf5339d3df33a5a3",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/roles/5318e65d75574c17bf5339d3df33a5a3"
|
|
},
|
|
"description": "My new role",
|
|
"name": "admin"
|
|
},
|
|
{
|
|
"id": "642bcfc75c384fd181adf34d9b2df897",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/roles/642bcfc75c384fd181adf34d9b2df897"
|
|
},
|
|
"description": "My new role",
|
|
"name": "anotherrole"
|
|
},
|
|
{
|
|
"id": "779a76d74f544224a7ef8762ca0de627",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/roles/779a76d74f544224a7ef8762ca0de627"
|
|
},
|
|
"description": "My new role",
|
|
"name": "Member"
|
|
},
|
|
{
|
|
"id": "9fe2ff9ee4384b1894a90878d3e92bab",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"
|
|
},
|
|
"name": "_member_"
|
|
},
|
|
{
|
|
"id": "ba2dfba61c934ee89e3110de36273229",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/roles/ba2dfba61c934ee89e3110de36273229"
|
|
},
|
|
"description": "My new role",
|
|
"name": "ResellerAdmin"
|
|
},
|
|
{
|
|
"id": "f127b97616f24d3ebceb7be840210adc",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/roles/f127b97616f24d3ebceb7be840210adc"
|
|
},
|
|
"description": null,
|
|
"name": "service"
|
|
}
|
|
]
|
|
}
|