summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/hbacrule_get_records.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/hbacrule_get_records.json')
-rw-r--r--install/ui/test/data/hbacrule_get_records.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/install/ui/test/data/hbacrule_get_records.json b/install/ui/test/data/hbacrule_get_records.json
new file mode 100644
index 000000000..feaf217f6
--- /dev/null
+++ b/install/ui/test/data/hbacrule_get_records.json
@@ -0,0 +1,41 @@
+{
+ "error": null,
+ "id": null,
+ "result": {
+ "count": 1,
+ "results": [
+ {
+ "error": null,
+ "result": {
+ "accessruletype": [
+ "allow"
+ ],
+ "cn": [
+ "allow_all"
+ ],
+ "description": [
+ "Allow all users to access any host from any host"
+ ],
+ "dn": "ipauniqueid=ca842a42-a445-11e0-87ff-525400b55a47,cn=hbac,dc=dev,dc=example,dc=com",
+ "hostcategory": [
+ "all"
+ ],
+ "ipaenabledflag": [
+ "TRUE"
+ ],
+ "servicecategory": [
+ "all"
+ ],
+ "sourcehostcategory": [
+ "all"
+ ],
+ "usercategory": [
+ "all"
+ ]
+ },
+ "summary": null,
+ "value": "allow_all"
+ }
+ ]
+ }
+}