summaryrefslogtreecommitdiff
path: root/api-ref/source/v3/samples/admin/project-show-response.json
blob: 573bf16d6f72817af9d69ffff280f3b95b3c9202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "project": {
        "is_domain": false,
        "description": null,
        "domain_id": "default",
        "enabled": true,
        "id": "0c4e939acacf4376bdcd1129f1a054ad",
        "links": {
            "self": "http://example.com/identity/v3/projects/0c4e939acacf4376bdcd1129f1a054ad"
        },
        "name": "admin",
        "parent_id": "default"
    }
}