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/AuthToken.json
T
2023-02-21 18:56:07 +02:00

35 lines
667 B
JSON

{
"fields": {
"hash": {
"forbidden": true,
"readOnly": true
},
"token": {
"forbidden": true,
"readOnly": true
},
"secret": {
"forbidden": true,
"readOnly": true
},
"portal": {
"readOnly": true
},
"user": {
"readOnly": true
},
"ipAddress": {
"readOnly": true
},
"lastAccess": {
"readOnly": true
},
"createdAt": {
"readOnly": true
},
"modifiedAt": {
"readOnly": true
}
}
}