summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/otptoken_get_records.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/otptoken_get_records.json')
-rw-r--r--install/ui/test/data/otptoken_get_records.json57
1 files changed, 57 insertions, 0 deletions
diff --git a/install/ui/test/data/otptoken_get_records.json b/install/ui/test/data/otptoken_get_records.json
new file mode 100644
index 000000000..b3e746db5
--- /dev/null
+++ b/install/ui/test/data/otptoken_get_records.json
@@ -0,0 +1,57 @@
+{
+ "error": null,
+ "id": null,
+ "result": {
+ "count": 1,
+ "results": [
+ {
+ "error": null,
+ "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"
+ }
+ ]
+ }
+} \ No newline at end of file