34f6144a47
Roles, projects, and domains can accept "immutable" as a resource option. This change explains the option in the admin guide and updates the API reference to mention it. Change-Id: I95926927472f6418f97a08fea0ebd56da04ce7a5 Related-bug: #1823258
28 lines
736 B
JSON
28 lines
736 B
JSON
{
|
|
"project": {
|
|
"domain_id": "1789d1",
|
|
"enabled": true,
|
|
"id": "263fd9",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/263fd9"
|
|
},
|
|
"name": "Dev Group A",
|
|
"options": {},
|
|
"parent_id": "183ab2",
|
|
"parents": [
|
|
{
|
|
"project": {
|
|
"domain_id": "1789d1",
|
|
"enabled": true,
|
|
"id": "183ab2",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/183ab2"
|
|
},
|
|
"name": "Dev Group A Parent",
|
|
"parent_id": null
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|