rip.pds.authFull
Schema Diff
+1 -1
1
1
{
2
2
"id": "rip.pds.authFull",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "pds.rip",
7
-
"detail": "Manage the sandbox accounts you issue.",
7
+
"detail": "Manage the sandbox accounts you issue, and how long they live.",
8
8
"permissions": [
9
9
{
10
10
"lxm": [
11
11
"rip.pds.account.listAccounts",
12
12
"rip.pds.account.createAccount",
13
13
"rip.pds.account.extendExpiry",
14
14
"rip.pds.account.deleteAccount"
15
15
],
16
16
"type": "permission",
17
17
"resource": "rpc",
18
18
"inheritAud": true
19
19
}
20
20
]
21
21
}
22
22
},
23
23
"$type": "com.atproto.lexicon.schema",
24
24
"lexicon": 1
25
25
}