a50fafd246
Keystone has APIs for retrieving projects and domains based on the role assignments a user has on projects and domains. We should introduce similar functionality for system assignments. This will make discovering system access for users and client easier. bp system-scope Change-Id: Iab577fcd1b57b8b5593c3f9d50a772466383a999
11 lines
154 B
JSON
11 lines
154 B
JSON
{
|
|
"system": [
|
|
{
|
|
"all": true
|
|
}
|
|
],
|
|
"links": {
|
|
"self": "https://example.com/identity/v3/auth/system"
|
|
}
|
|
}
|