Files
freeipa/install/ui/test/data/hbacsvc_add.json

25 lines
565 B
JSON
Raw Normal View History

2010-11-10 14:13:00 -05:00
{
"error": null,
"id": 0,
"result": {
"result": {
"cn": [
"test"
],
"description": [
"Test Service"
],
"dn": "cn=test,cn=hbacservices,cn=hbac,dc=example,dc=com",
2010-11-10 14:13:00 -05:00
"ipauniqueid": [
"c3302e82-ecfd11df-b3f78f4b-11cc007b"
],
"objectclass": [
"ipaobject",
"ipahbacservice"
]
},
"summary": "Added service \"test\"",
"value": "test"
}
}