social.nstar.authFull
Schema Diff
+1 -1
1
1
{
2
2
"id": "social.nstar.authFull",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Full NorthStar Social App Permissions",
7
7
"detail": "Manage all NorthStar Social-specific features and data.",
8
8
"title:lang": {},
9
9
"detail:lang": {},
10
10
"permissions": [
11
11
{
12
12
"aud": "*",
13
13
"lxm": [
14
14
"social.nstar.epds.repo.getStatus"
15
15
],
16
16
"type": "permission",
17
17
"resource": "rpc",
18
-
"inheritAud": true
18
+
"inheritAud": false
19
19
},
20
20
{
21
21
"type": "permission",
22
22
"action": [
23
23
"create",
24
24
"update",
25
25
"delete"
26
26
],
27
27
"resource": "repo",
28
28
"collection": [
29
29
"social.nstar.actor.declaration"
30
30
]
31
31
}
32
32
]
33
33
}
34
34
},
35
35
"$type": "com.atproto.lexicon.schema",
36
36
"lexicon": 1
37
37
}