summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/hbacsvcgroup_add.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/hbacsvcgroup_add.json')
-rw-r--r--install/ui/test/data/hbacsvcgroup_add.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/install/ui/test/data/hbacsvcgroup_add.json b/install/ui/test/data/hbacsvcgroup_add.json
new file mode 100644
index 000000000..0dd1e96fe
--- /dev/null
+++ b/install/ui/test/data/hbacsvcgroup_add.json
@@ -0,0 +1,26 @@
+{
+ "error": null,
+ "id": 0,
+ "result": {
+ "result": {
+ "cn": [
+ "test"
+ ],
+ "description": [
+ "Test Service Group"
+ ],
+ "dn": "cn=test,cn=hbacservicegroups,cn=hbac,dc=dev,dc=example,dc=com",
+ "ipauniqueid": [
+ "0ab6ba82-ecfe11df-b3f78f4b-11cc007b"
+ ],
+ "objectclass": [
+ "ipaobject",
+ "ipahbacservicegroup",
+ "groupOfNames",
+ "top"
+ ]
+ },
+ "summary": "Added HBAC Service group \"test\"",
+ "value": "test"
+ }
+}