1
0
Fork 0
mirror of synced 2024-07-12 17:56:07 +12:00
budibase/packages/server/appPackages/testApp2/access_levels.json

65 lines
1.2 KiB
JSON
Raw Normal View History

2019-10-07 18:03:41 +13:00
{
"levels": [
{
"name": "owner",
"permissions": [
{
"type": "create record",
"nodeKey": "/customers/1-{id}"
},
{
"type": "delete record",
"nodeKey": "/customers/1-{id}"
},
{
"type": "update record",
"nodeKey": "/customers/1-{id}"
},
{
"type": "read record",
"nodeKey": "/customers/1-{id}"
},
{
2019-10-14 20:32:20 +13:00
"type": "read index",
"nodeKey": "/all_customers"
2019-10-07 18:03:41 +13:00
},
{
"type": "write templates"
},
{
"type": "create user"
},
{
"type": "set password"
},
{
"type": "create temporary access"
},
{
"type": "enable or disable user"
},
{
"type": "write access levels"
},
{
"type": "list users"
},
{
"type": "list access levels"
},
{
"type": "manage index"
},
{
2019-10-14 20:32:20 +13:00
"type": "manage collection"
2019-10-07 18:03:41 +13:00
},
{
2019-10-14 20:32:20 +13:00
"type": "set user access levels"
2019-10-07 18:03:41 +13:00
}
2019-10-14 20:32:20 +13:00
],
"default": false
2019-10-07 18:03:41 +13:00
}
2019-10-14 20:32:20 +13:00
],
"version": 1
2019-10-07 18:03:41 +13:00
}