~ubuntu-branches/ubuntu/saucy/keystone/saucy-proposed

« back to all changes in this revision

Viewing changes to keystone/content/common/samples/ext-getuser.json

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-08-23 10:18:22 UTC
  • Revision ID: james.westby@ubuntu.com-20110823101822-enve6zceb3lqhuvj
Tags: upstream-1.0~d4~20110823.1078
ImportĀ upstreamĀ versionĀ 1.0~d4~20110823.1078

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "user": {
 
3
    "roles": {
 
4
      "values": [
 
5
        {
 
6
          "tenantId": "1234",
 
7
          "id": "Admin"
 
8
        }
 
9
      ]
 
10
    },
 
11
    "id": "u1000",
 
12
    "username": "jqsmith",
 
13
    "email": "john.smith@example.org",
 
14
    "enabled": true,
 
15
    "RS-META:metadata": {
 
16
      "values": {
 
17
        "MetaKey1": "MetaValue1",
 
18
        "MetaKey2": "MetaValue2"
 
19
      }
 
20
    }
 
21
  }
 
22
}