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
8 lines
146 B
JSON
8 lines
146 B
JSON
{
|
|
"role": {
|
|
"description": "My new role"
|
|
"domain_id": "92e782c4988642d783a95f4a87c3fdd7",
|
|
"name": "developer"
|
|
}
|
|
}
|