The type code is DREG
| typedId | string |
| deviceFingerprint | string <= 255 characters |
| lastUpdateDate | string <date-time> |
| label | string <= 255 characters |
| encryptionKey | string <= 255 characters |
| failedUnlockAttempts | integer |
| userName | string <= 255 characters |
| version | integer |
| uniqueName | string <= 255 characters |
| createdBy | integer |
| unlockToken | string <= 255 characters |
| createDate | string <date-time> |
| lastUpdateBy | integer |
{- "typedId": "string",
- "deviceFingerprint": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "label": "string",
- "encryptionKey": "string",
- "failedUnlockAttempts": 0,
- "userName": "string",
- "version": 0,
- "uniqueName": "string",
- "createdBy": 0,
- "unlockToken": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "lastUpdateBy": 0
}