summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/permission_find_pkeys.json
blob: d60200549f37daa7984131d8b129a07f1c4e3583 (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": 4,
        "result": [
            {
                "cn": [
                    "filter"
                ],
                "dn": "cn=filter,cn=permissions,cn=pbac,dc=example,dc=com"
            },
            {
                "cn": [
                    "subtree"
                ],
                "dn": "cn=subtree,cn=permissions,cn=pbac,dc=example,dc=com"
            },
            {
                "cn": [
                    "targetgroup"
                ],
                "dn": "cn=targetgroup,cn=permissions,cn=pbac,dc=example,dc=com"
            },
            {
                "cn": [
                    "type"
                ],
                "dn": "cn=type,cn=permissions,cn=pbac,dc=example,dc=com"
            }
        ],
        "summary": "4 permissions matched",
        "truncated": false
    }
}