summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/otptoken_mod.json
blob: 83cec60630de84089c96a863771cca0f46cad165 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
    "error": null,
    "id": null,
    "result": {
        "messages": [
            {
                "code": 13001,
                "message": "API Version number was not sent, forward compatibility not guaranteed. Assuming server's API version, 2.83",
                "name": "VersionMissing",
                "type": "warning"
            }
        ],
        "result": {
            "attributelevelrights": {
                "aci": "rscwo",
                "description": "rscwo",
                "ipatokendisabled": "rscwo",
                "ipatokenmodel": "rscwo",
                "ipatokennotafter": "rscwo",
                "ipatokennotbefore": "rscwo",
                "ipatokenotpalgorithm": "rscwo",
                "ipatokenotpdigits": "rscwo",
                "ipatokenotpkey": "rscwo",
                "ipatokenowner": "rscwo",
                "ipatokenserial": "rscwo",
                "ipatokentotpclockoffset": "rscwo",
                "ipatokentotptimestep": "rscwo",
                "ipatokenuniqueid": "rscwo",
                "ipatokenvendor": "rscwo",
                "nsaccountlock": "rscwo",
                "objectclass": "rscwo"
            },
            "description": [
                "a"
            ],
            "dn": "ipatokenuniqueid=10bd43b5-3204-4695-9225-91064f6c77b3,cn=otp,dc=example,dc=com",
            "ipatokenmodel": [
                "totp"
            ],
            "ipatokenotpalgorithm": [
                "sha1"
            ],
            "ipatokenotpdigits": [
                "6"
            ],
            "ipatokenotpkey": [
                {
                    "__base64__": "zxQLlzbl+khKOw=="
                }
            ],
            "ipatokentotpclockoffset": [
                "0"
            ],
            "ipatokentotptimestep": [
                "30"
            ],
            "ipatokenuniqueid": [
                "10bd43b5-3204-4695-9225-91064f6c77b3"
            ],
            "ipatokenvendor": [
                "FreeIPA"
            ],
            "objectclass": [
                "top",
                "ipatokentotp",
                "ipatoken"
            ]
        },
        "summary": "Modified OTP token \"10bd43b5-3204-4695-9225-91064f6c77b3\"",
        "value": "10bd43b5-3204-4695-9225-91064f6c77b3"
    }
}