summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/otptoken_batch_mod.json
blob: 63b99b684ee2ee8aaede06f4f5f6d8080c71fe8c (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
{
    "error": null,
    "id": null,
    "result": {
        "count": 1,
        "results": [
            {
                "error": null,
                "result": {
                    "description": [
                        "Description"
                    ],
                    "ipatokendisabled": [
                        "FALSE"
                    ],
                    "ipatokenmodel": [
                        "totp"
                    ],
                    "ipatokenowner": [
                        "admin"
                    ],
                    "ipatokenuniqueid": [
                        "10bd43b5-3204-4695-9225-91064f6c77b3"
                    ],
                    "ipatokenvendor": [
                        "FreeIPA"
                    ]
                },
                "summary": "Modified OTP token \"10bd43b5-3204-4695-9225-91064f6c77b3\"",
                "value": "10bd43b5-3204-4695-9225-91064f6c77b3"
            }
        ]
    }
}