Blame view
node_modules/loopback/common/models/acl.json
374 Bytes
f7563de62
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{ "name": "ACL", "properties": { "model": { "type": "string", "description": "The name of the model" }, "property": { "type": "string", "description": "The name of the property, method, scope, or relation" }, "accessType": "string", "permission": "string", "principalType": "string", "principalId": "string" } } |