[ADD]pms_api_rest: OTA API configurations

This commit is contained in:
Darío Lodeiros
2023-12-31 12:01:53 +01:00
parent b807d75744
commit a07aba7188
9 changed files with 137 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
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
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