summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/hbacrule_find.json
blob: fd95d9f572877fb0f7d82002f58b7db2076dc9c2 (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
50
51
52
53
54
{
    "error": null, 
    "id": 0,
    "result": {
        "count": 2,
        "result": [
            {
                "accessruletype": [
                    "allow"
                ], 
                "cn": [
                    "allow_all"
                ], 
                "description": [
                    "Allow all users to access any host from any host"
                ], 
                "dn": "ipauniqueid=b7567b5a-e39311df-bfde9b13-2b28c216,cn=hbac,dc=dev,dc=example,dc=com",
                "hostcategory": [
                    "all"
                ], 
                "ipaenabledflag": [
                    "TRUE"
                ], 
                "servicecategory": [
                    "all"
                ], 
                "sourcehostcategory": [
                    "all"
                ], 
                "usercategory": [
                    "all"
                ]
            },
            {
                "accessruletype": [
                    "allow"
                ],
                "accesstime": [
                    "periodic daily 0800-1400",
                    "absolute 201012161032 ~ 201012161033"
                ],
                "cn": [
                    "test"
                ],
                "dn": "ipauniqueid=3b6d2a82-e3b511df-bfde9b13-2b28c216,cn=hbac,dc=dev,dc=example,dc=com",
                "ipaenabledflag": [
                    "TRUE"
                ]
            }
        ], 
        "summary": null, 
        "truncated": false
    }
}