freeipa/install/ui/test/data/permission_add.json

27 lines
607 B
JSON
Raw Normal View History

{
"error": null,
"id": 0,
"result": {
"result": {
"cn": [
"testperm"
],
"description": [
"description"
],
"dn": "cn=testperm,cn=permissions,cn=pbac,dc=example,dc=com",
"objectclass": [
"groupofnames",
"top"
],
"permissions": [
"read",
"write"
],
"targetgroup": "ipausers"
},
"summary": "Added permission \"testperm\"",
"value": "testperm"
}
}