summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/delegation_list.json
blob: d4d9fc060f55c2bdf835ef6b3007466e128fc0ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
    "error": null,
    "id": 0,
    "result": {
        "count": 2,
        "result": [
            {
                "aciname": "delegme",
                "attrs": [
                    "cn"
                ],
                "filter": "(memberOf=cn=ipausers,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com)",
                "group": "muppets",
                "membergroup": "cn=ipausers,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "permissions": [
                    "write"
                ]
            },
            {
                "aciname": "m2m",
                "attrs": [
                    "title"
                ],
                "filter": "(memberOf=cn=monsters,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com)",
                "group": "muppets",
                "membergroup": "cn=monsters,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "permissions": [
                    "write"
                ]
            }
        ],
        "summary": "2 delegations matched",
        "truncated": false
    }
}