summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/hbacsvcgroup_add.json
blob: 0dd1e96fe28ba52b0cebc7c685f468280c0addcb (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": [
                "test"
            ],
            "description": [
                "Test Service Group"
            ],
            "dn": "cn=test,cn=hbacservicegroups,cn=hbac,dc=dev,dc=example,dc=com",
            "ipauniqueid": [
                "0ab6ba82-ecfe11df-b3f78f4b-11cc007b"
            ],
            "objectclass": [
                "ipaobject",
                "ipahbacservicegroup",
                "groupOfNames",
                "top"
            ]
        },
        "summary": "Added HBAC Service group \"test\"",
        "value": "test"
    }
}