summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/trust_find_pkeys.json
blob: 353170c77ec37fa8001ce2dd629dffdd7dbfd2fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "error": null,
    "id": null,
    "result": {
        "count": 1,
        "result": [
            {
                "cn": [
                    "ad.test"
                ],
                "dn": "cn=ad.test,cn=ad,cn=trusts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com"
            }
        ],
        "summary": "1 trust matched",
        "truncated": false
    }
}