This repository has no description
1{
2 "lexicon": 1,
3 "id": "org.latha.strata.authFull",
4 "defs": {
5 "main": {
6 "type": "permission-set",
7 "title": "org.latha.strata",
8 "description": "Full access to the org.latha.strata service",
9 "permissions": [
10 {
11 "type": "permission",
12 "resource": "rpc",
13 "aud": "*",
14 "lxm": [
15 "org.latha.strata.card.getRecord",
16 "org.latha.strata.card.listRecords",
17 "org.latha.strata.citation.getRecord",
18 "org.latha.strata.citation.listRecords",
19 "org.latha.strata.collection.getRecord",
20 "org.latha.strata.collection.listRecords",
21 "org.latha.strata.connection.getRecord",
22 "org.latha.strata.connection.listRecords",
23 "org.latha.strata.entity.getRecord",
24 "org.latha.strata.entity.listRecords",
25 "org.latha.strata.follow.getRecord",
26 "org.latha.strata.follow.listRecords",
27 "org.latha.strata.getCursor",
28 "org.latha.strata.getOverview",
29 "org.latha.strata.getProfile",
30 "org.latha.strata.notifyOfUpdate",
31 "org.latha.strata.reasoning.getRecord",
32 "org.latha.strata.reasoning.listRecords"
33 ]
34 },
35 {
36 "type": "permission",
37 "resource": "repo",
38 "collection": [
39 "org.latha.strata.citation",
40 "org.latha.strata.entity",
41 "org.latha.strata.reasoning"
42 ]
43 }
44 ]
45 }
46 }
47}