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
13 lines
294 B
JSON
13 lines
294 B
JSON
{
|
|
"domain": {
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/domains/default"
|
|
},
|
|
"enabled": true,
|
|
"description": "Owns users and projects on Identity API v2.",
|
|
"name": "Default",
|
|
"id": "default",
|
|
"options": {}
|
|
}
|
|
}
|