abe6157e5a
There is no user ID and project ID support for the /v3/policy APIs. The schema [1] validates this. [1] https://github.com/openstack/keystone/blob/master/keystone/policy/schema.py Change-Id: I53197412c60513756bce42089f5e959d6c9a7c34 Closes-Bug: #1448602
34 lines
809 B
JSON
34 lines
809 B
JSON
{
|
|
"links": {
|
|
"next": null,
|
|
"previous": null,
|
|
"self": "http://example.com/identity/v3/policies"
|
|
},
|
|
"policies": [
|
|
{
|
|
"blob": {
|
|
"foobar_user": [
|
|
"role:compute-user"
|
|
]
|
|
},
|
|
"id": "717273",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/policies/717273"
|
|
},
|
|
"type": "application/json"
|
|
},
|
|
{
|
|
"blob": {
|
|
"foobar_user": [
|
|
"role:compute-user"
|
|
]
|
|
},
|
|
"id": "717274",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/policies/717274"
|
|
},
|
|
"type": "application/json"
|
|
}
|
|
]
|
|
}
|