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
16 lines
395 B
JSON
16 lines
395 B
JSON
{
|
|
"project": {
|
|
"is_domain": false,
|
|
"description": null,
|
|
"domain_id": "default",
|
|
"enabled": true,
|
|
"id": "0c4e939acacf4376bdcd1129f1a054ad",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/0c4e939acacf4376bdcd1129f1a054ad"
|
|
},
|
|
"name": "admin",
|
|
"parent_id": "default",
|
|
"options": {}
|
|
}
|
|
}
|