freeipa/install/ui/test/data/permission_show_targetgroup.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

39 lines
1002 B
JSON

{
"error": null,
"id": 0,
"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"
},
"cn": [
"targetgroup"
],
"description": [
"Target Group Permission"
],
"dn": "cn=group,cn=permissions,cn=pbac,dc=ipa",
"objectclass": [
"groupofnames",
"top"
],
"permissions": [
"write"
],
"targetgroup": "ipausers"
},
"summary": null,
"value": "group"
}
}