summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/hbacrule_add.json
blob: 2a5d251bf7490f502d056259cd6e951015016438 (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
{
    "error": null,
    "id": 0,
    "result": {
        "result": {
            "accessruletype": [
                "allow"
            ],
            "cn": [
                "test"
            ],
            "dn": "ipauniqueid=f3e69e82-e3b411df-bfde9b13-2b28c216,cn=hbac,dc=dev,dc=example,dc=com",
            "ipaenabledflag": [
                "TRUE"
            ],
            "ipauniqueid": [
                "f3e69e82-e3b411df-bfde9b13-2b28c216"
            ],
            "objectclass": [
                "ipaassociation",
                "ipahbacrule"
            ]
        },
        "summary": null,
        "value": "test"
    }
}