summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/selfservice_find_pkeys.json
blob: 0aee1fe478e7e1cef7cf4617b355d0993151512d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "error": null,
    "id": null,
    "result": {
        "count": 2,
        "result": [
            {
                "aciname": "Self can write own password"
            },
            {
                "aciname": "User Self service"
            }
        ],
        "summary": "2 selfservices matched",
        "truncated": false
    }
}