Files
espocrm/application/Espo/Resources/metadata/entityDefs/UserData.json
2026-01-19 17:46:06 +01:00

24 lines
459 B
JSON

{
"fields": {
"auth2FA": {
"type": "bool"
},
"auth2FAMethod": {
"type": "enum"
},
"auth2FATotpSecret": {
"type": "varchar",
"maxLength": 32
},
"auth2FAEmailAddress": {
"type": "varchar"
}
},
"links": {
"user": {
"type": "belongsTo",
"entity": "User"
}
}
}