freeipa/install/ui/test/data/otptoken_show.json
2021-07-25 07:50:50 +02:00

51 lines
1.3 KiB
JSON

{
"error": null,
"id": null,
"result": {
"result": {
"description": [
"Description"
],
"dn": "ipatokenuniqueid=10bd43b5-3204-4695-9225-91064f6c77b3,cn=otp,dc=example,dc=com",
"ipatokendisabled": [
"TRUE"
],
"ipatokenmodel": [
"totp"
],
"ipatokenotpalgorithm": [
"sha1"
],
"ipatokenotpdigits": [
"6"
],
"ipatokenotpkey": [
{
"__base64__": "++R6gVcVPHzz3Q=="
}
],
"ipatokenowner": [
"admin"
],
"ipatokentotpclockoffset": [
"0"
],
"ipatokentotptimestep": [
"30"
],
"ipatokenuniqueid": [
"10bd43b5-3204-4695-9225-91064f6c77b3"
],
"ipatokenvendor": [
"FreeIPA"
],
"objectclass": [
"top",
"ipatokentotp",
"ipatoken"
]
},
"summary": null,
"value": "10bd43b5-3204-4695-9225-91064f6c77b3"
}
}