freeipa/install/ui/test/data/hbacsvcgroup_add.json
Adam Young b9ad279ad2 rename static to ui
Directory rename
2011-01-20 14:12:47 +00:00

27 lines
654 B
JSON

{
"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"
}
}