salix/back/models/temp-container.json

10 lines
208 B
JSON
Raw Permalink Normal View History

2020-12-18 16:23:04 +00:00
{
"name": "TempContainer",
"base": "Container",
"acls": [{
"accessType": "READ",
"principalType": "ROLE",
"principalId": "$everyone",
"permission": "ALLOW"
}]
}