3c47ba4118
Change 'http://localhost:5000/v3', 'http://localhost:35357/v3' and 'http://identity:35357/v3' to 'http://example.com/identity/v3'. Change-Id: I68d67bb35a8d411fa4535b63771780d0dda1c225
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"role_assignments": [
|
|
{
|
|
"links": {
|
|
"assignment": "http://example.com/identity/v3/domains/161718/users/313233/roles/123456"
|
|
},
|
|
"role": {
|
|
"id": "123456"
|
|
},
|
|
"scope": {
|
|
"domain": {
|
|
"id": "161718"
|
|
}
|
|
},
|
|
"user": {
|
|
"id": "313233"
|
|
}
|
|
},
|
|
{
|
|
"links": {
|
|
"assignment": "http://example.com/identity/v3/projects/456789/groups/101112/roles/123456",
|
|
"membership": "http://example.com/identity/v3/groups/101112/users/313233"
|
|
},
|
|
"role": {
|
|
"id": "123456"
|
|
},
|
|
"scope": {
|
|
"project": {
|
|
"id": "456789"
|
|
}
|
|
},
|
|
"user": {
|
|
"id": "313234"
|
|
}
|
|
}
|
|
],
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/role_assignments?effective",
|
|
"previous": null,
|
|
"next": null
|
|
}
|
|
}
|