mirror of https://github.com/Budibase/budibase.git
nocodelowcodelow-codedockerdocker-composeinternal-projectinternal-toolinternal-toolslow-code-developmentlow-code-development-platformopensourceselfhostedweb-devweb-developmentweb-development-toolswebdevwebdevelopmentworkflow-automationautomationdeveloper-tools
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.5 KiB
75 lines
1.5 KiB
{
|
|
"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}"
|
|
},
|
|
{
|
|
"type": "create record",
|
|
"nodeKey": "/customers/1-{id}/invoices/2-{id}"
|
|
},
|
|
{
|
|
"type": "update record",
|
|
"nodeKey": "/customers/1-{id}/invoices/2-{id}"
|
|
},
|
|
{
|
|
"type": "delete record",
|
|
"nodeKey": "/customers/1-{id}/invoices/2-{id}"
|
|
},
|
|
{
|
|
"type": "read record",
|
|
"nodeKey": "/customers/1-{id}/invoices/2-{id}"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"type": "set user access levels"
|
|
},
|
|
{
|
|
"type": "manage collection"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"version": 0
|
|
}
|
|
|