salix/modules/mdb/back/models/mdb-container.json

10 lines
207 B
JSON
Raw Normal View History

2022-05-25 12:59:28 +00:00
{
2022-05-27 06:23:52 +00:00
"name": "AccessContainer",
2022-05-25 12:59:28 +00:00
"base": "Container",
"acls": [{
"accessType": "*",
"principalType": "ROLE",
"principalId": "developer",
"permission": "ALLOW"
}]
}