freeipa/install/ui/test/data/permission_show.json
Endi S. Dewata 8df5202940 Fixed permission reset and is_dirty.
The reset and is_dirty functionality for permission has been fixed.
New widgets have been created for select and a collection of checkboxes.
New test data files have been added for each target type.
2011-01-29 21:23:01 -05:00

48 lines
1.3 KiB
JSON

{
"error": null,
"id": 6,
"result": {
"result": {
"attributelevelrights": {
"aci": "rscwo",
"businesscategory": "rscwo",
"cn": "rscwo",
"description": "rscwo",
"member": "rscwo",
"nsaccountlock": "rscwo",
"o": "rscwo",
"objectclass": "rscwo",
"ou": "rscwo",
"owner": "rscwo",
"seealso": "rscwo"
},
"attrs": [
"cn",
"description",
"unmatched"
],
"cn": [
"test"
],
"description": [
"Test Permission"
],
"dn": "cn=test,cn=permissions,cn=hbac,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
"member": [
"cn=useradmin,cn=privileges,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com"
],
"objectclass": [
"groupofnames",
"top"
],
"permissions": [
"add",
"delete"
],
"type": "group"
},
"summary": null,
"value": "addusers"
}
}