summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/hbacrule_remove_service.json
blob: f8b6b51a55091334d701bfdbbe79a7e81a02479e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
    "error": null,
    "id": 0,
    "result": {
        "completed": 3,
        "failed": {
            "memberservice": {
                "hbacsvc": [],
                "hbacsvcgroup": []
            }
        },
        "result": {
            "accessruletype": [
                "allow"
            ],
            "accesstime": [
                "periodic daily 0800-1400",
                "absolute 201012161032 ~ 201012161033"
            ],
            "cn": [
                "test"
            ],
            "dn": "ipauniqueid=e8aca082-e64a11df-9864f2e0-e0578392,cn=hbac,dc=dev,dc=example,dc=com",
            "ipaenabledflag": [
                "TRUE"
            ],
            "memberhost_host": [
                "dev.example.com"
            ],
            "memberhost_hostgroup": [
                "production"
            ],
            "memberuser_group": [
                "admins",
                "editors"
            ],
            "memberuser_user": [
                "admin",
                "test"
            ],
            "sourcehost_host": [
                "dev.example.com"
            ],
            "sourcehost_hostgroup": [
                "staging"
            ]
        }
    }
}