summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/permission_add.json
blob: 9ea7b226bb6e550d670039c84d5c1b61da42972e (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
{
    "error": null,
    "id": 0,
    "result": {
        "result": {
            "cn": [
                "testperm"
            ],
            "description": [
                "description"
            ],
            "dn": "cn=testperm,cn=permissions,cn=pbac,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
            "objectclass": [
                "groupofnames",
                "top"
            ],
            "permissions": [
                "read",
                "write"
            ],
            "targetgroup": "ipausers"
        },
        "summary": "Added permission \"testperm\"",
        "value": "testperm"
    }
}