summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/permission_show_type.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/permission_show_type.json')
-rw-r--r--install/ui/test/data/permission_show_type.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/install/ui/test/data/permission_show_type.json b/install/ui/test/data/permission_show_type.json
new file mode 100644
index 000000000..5407ed29c
--- /dev/null
+++ b/install/ui/test/data/permission_show_type.json
@@ -0,0 +1,43 @@
+{
+ "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"
+ },
+ "attrs": [
+ "unmatched",
+ "cn",
+ "description"
+ ],
+ "cn": [
+ "type"
+ ],
+ "description": [
+ "Type Permission"
+ ],
+ "dn": "cn=type,cn=permissions,cn=pbac,dc=ipa",
+ "objectclass": [
+ "groupofnames",
+ "top"
+ ],
+ "permissions": [
+ "write"
+ ],
+ "type": "group"
+ },
+ "summary": null,
+ "value": "type"
+ }
+}