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
11 lines
262 B
JSON
11 lines
262 B
JSON
{
|
|
"role": {
|
|
"id": "1e443fa8cee3482a8a2b6954dd5c8f12",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/roles/1e443fa8cee3482a8a2b6954dd5c8f12"
|
|
},
|
|
"description": "My new role",
|
|
"name": "developer"
|
|
}
|
|
}
|