summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/hbac_find.json
blob: 1a53d722c22ad96db4640b06bda68f8ac49f43f6 (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
{
    "error": null, 
    "id": 6, 
    "result": {
        "count": 1, 
        "result": [
            {
                "accessruletype": [
                    "allow"
                ], 
                "cn": [
                    "allow_all"
                ], 
                "description": [
                    "Allow all users to access any host from any host"
                ], 
                "dn": "ipauniqueid=c943a8cf-d05b-11df-b68f-525400674dcd,cn=hbac,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com", 
                "hostcategory": [
                    "all"
                ], 
                "ipaenabledflag": [
                    "TRUE"
                ], 
                "servicecategory": [
                    "all"
                ], 
                "sourcehostcategory": [
                    "all"
                ], 
                "usercategory": [
                    "all"
                ]
            }
        ], 
        "summary": null, 
        "truncated": false
    }
}