-
Notifications
You must be signed in to change notification settings - Fork 0
/
update-payload.json
57 lines (57 loc) · 1.49 KB
/
update-payload.json
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
{
"type": 1,
"folderId": null,
"OrganizationId": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"name": "encrypted",
"notes": "encrypted",
"favorite": false,
"lastKnownRevisionDate": "2000-01-01T00:00:00.000Z",
"reprompt": 0,
"login": {
"response": null,
"uris": [
{
"response": null,
"match": null,
"uri": "encrypted"
},
{
"response": null,
"match": null,
"uri": "encrypted"
},
{
"response": null,
"match": null,
"uri": "encrypted"
}
],
"username": "encrypted",
"password": "encrypted",
"passwordRevisionDate": "2000-01-01T00:00:00.000Z",
"totp": null,
"autofillOnPageLoad": null
},
"passwordHistory": [
{
"lastUsedDate": "2000-01-01T00:00:00.000Z",
"password": "encrypted"
},
{
"lastUsedDate": "2000-01-01T00:00:00.000Z",
"password": "encrypted"
},
{
"lastUsedDate": "2000-01-01T00:00:00.000Z",
"password": "encrypted"
},
{
"lastUsedDate": "2000-01-01T00:00:00.000Z",
"password": "encrypted"
},
{
"lastUsedDate": "2000-01-01T00:00:00.000Z",
"password": "encrypted"
}
]
}