[ADD]pms_api_rest: logs api client model

This commit is contained in:
Darío Lodeiros
2024-02-27 12:55:35 +01:00
parent 344f53d6a3
commit 700751e3d6
6 changed files with 405 additions and 179 deletions

View File

@@ -1,3 +1,4 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
user_access_ota_property_settings,user_access_ota_property_settings,model_ota_property_settings,pms.group_pms_user,1,0,0,0
manager_access_ota_property_settings,manager_access_ota_property_settings,model_ota_property_settings,pms.group_pms_manager,1,1,1,1
techinal_pms_api_log_access,techinal_pms_api_log_access,model_pms_api_log,base.group_system,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 user_access_ota_property_settings user_access_ota_property_settings model_ota_property_settings pms.group_pms_user 1 0 0 0
3 manager_access_ota_property_settings manager_access_ota_property_settings model_ota_property_settings pms.group_pms_manager 1 1 1 1
4 techinal_pms_api_log_access techinal_pms_api_log_access model_pms_api_log base.group_system 1 1 1 1