This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/metadata/entityAcl/AuthLogRecord.json
T
2018-12-07 17:49:44 +02:00

35 lines
653 B
JSON

{
"fields": {
"username": {
"readOnly": true
},
"portal": {
"readOnly": true
},
"user": {
"readOnly": true
},
"ipAddress": {
"readOnly": true
},
"authToken": {
"readOnly": true
},
"isDenied": {
"readOnly": true
},
"denialReason": {
"readOnly": true
},
"microtime": {
"readOnly": true
},
"requestUrl": {
"readOnly": true
},
"requestMethod": {
"readOnly": true
}
}
}