salix/back/models/image-container.json

10 lines
209 B
JSON
Raw Normal View History

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