summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/rolegroup_show.json
blob: 4652fb2cd2b7b1033db3df1295875e9799ee5cfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "error": null,
    "id": 0,
    "result": {
        "result": {
            "cn": [
                "test"
            ],
            "description": [
                "Test role"
            ],
            "dn": "cn=test,cn=rolegroups,cn=accounts,dc=dev,dc=example,dc=com",
            "member_user": [
                "admin"
            ]
        },
        "summary": null,
        "value": "test"
    }
}