@cloud-copilot/iam-data 0.15.202512191 → 0.15.202512231
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/actions/apigateway.json +451 -0
- package/data/actions/arc-region-switch.json +15 -0
- package/data/actions/bedrock.json +18 -33
- package/data/actions/cleanrooms.json +15 -0
- package/data/actions/logs.json +32 -0
- package/data/actions/network-firewall.json +403 -0
- package/data/actions/payment-cryptography.json +108 -0
- package/data/actions/ses.json +66 -8
- package/data/actions/wickr.json +603 -9
- package/data/conditionKeys/apigateway.json +95 -0
- package/data/resourceTypes/apigateway.json +38 -0
- package/data/resourceTypes/network-firewall.json +21 -0
- package/data/resourceTypes/ses.json +8 -2
- package/data/serviceNames.json +1 -1
- package/package.json +2 -2
package/data/actions/wickr.json
CHANGED
|
@@ -1,4 +1,94 @@
|
|
|
1
1
|
{
|
|
2
|
+
"batchcreateuser": {
|
|
3
|
+
"name": "BatchCreateUser",
|
|
4
|
+
"description": "Grants permission to batch create users in a Wickr network",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "network",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [],
|
|
15
|
+
"dependentActions": []
|
|
16
|
+
},
|
|
17
|
+
"batchdeleteuser": {
|
|
18
|
+
"name": "BatchDeleteUser",
|
|
19
|
+
"description": "Grants permission to batch delete users from a Wickr network",
|
|
20
|
+
"accessLevel": "Write",
|
|
21
|
+
"resourceTypes": [
|
|
22
|
+
{
|
|
23
|
+
"name": "network",
|
|
24
|
+
"required": true,
|
|
25
|
+
"conditionKeys": [],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"conditionKeys": [],
|
|
30
|
+
"dependentActions": []
|
|
31
|
+
},
|
|
32
|
+
"batchlookupuseruname": {
|
|
33
|
+
"name": "BatchLookupUserUname",
|
|
34
|
+
"description": "Grants permission to batch lookup user unames in a Wickr network",
|
|
35
|
+
"accessLevel": "Read",
|
|
36
|
+
"resourceTypes": [
|
|
37
|
+
{
|
|
38
|
+
"name": "network",
|
|
39
|
+
"required": true,
|
|
40
|
+
"conditionKeys": [],
|
|
41
|
+
"dependentActions": []
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"conditionKeys": [],
|
|
45
|
+
"dependentActions": []
|
|
46
|
+
},
|
|
47
|
+
"batchreinviteuser": {
|
|
48
|
+
"name": "BatchReinviteUser",
|
|
49
|
+
"description": "Grants permission to batch reinvite users in a Wickr network",
|
|
50
|
+
"accessLevel": "Write",
|
|
51
|
+
"resourceTypes": [
|
|
52
|
+
{
|
|
53
|
+
"name": "network",
|
|
54
|
+
"required": true,
|
|
55
|
+
"conditionKeys": [],
|
|
56
|
+
"dependentActions": []
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"conditionKeys": [],
|
|
60
|
+
"dependentActions": []
|
|
61
|
+
},
|
|
62
|
+
"batchresetdevicesforuser": {
|
|
63
|
+
"name": "BatchResetDevicesForUser",
|
|
64
|
+
"description": "Grants permission to batch reset devices for a user in a Wickr network",
|
|
65
|
+
"accessLevel": "Write",
|
|
66
|
+
"resourceTypes": [
|
|
67
|
+
{
|
|
68
|
+
"name": "network",
|
|
69
|
+
"required": true,
|
|
70
|
+
"conditionKeys": [],
|
|
71
|
+
"dependentActions": []
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"conditionKeys": [],
|
|
75
|
+
"dependentActions": []
|
|
76
|
+
},
|
|
77
|
+
"batchtoggleusersuspendstatus": {
|
|
78
|
+
"name": "BatchToggleUserSuspendStatus",
|
|
79
|
+
"description": "Grants permission to batch toggle user suspend status in a Wickr network",
|
|
80
|
+
"accessLevel": "Write",
|
|
81
|
+
"resourceTypes": [
|
|
82
|
+
{
|
|
83
|
+
"name": "network",
|
|
84
|
+
"required": true,
|
|
85
|
+
"conditionKeys": [],
|
|
86
|
+
"dependentActions": []
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"conditionKeys": [],
|
|
90
|
+
"dependentActions": []
|
|
91
|
+
},
|
|
2
92
|
"createadminsession": {
|
|
3
93
|
"name": "CreateAdminSession",
|
|
4
94
|
"description": "Grants permission to create and manage Wickr networks",
|
|
@@ -14,41 +104,455 @@
|
|
|
14
104
|
"conditionKeys": [],
|
|
15
105
|
"dependentActions": []
|
|
16
106
|
},
|
|
107
|
+
"createbot": {
|
|
108
|
+
"name": "CreateBot",
|
|
109
|
+
"description": "Grants permission to create a bot in a Wickr network",
|
|
110
|
+
"accessLevel": "Write",
|
|
111
|
+
"resourceTypes": [
|
|
112
|
+
{
|
|
113
|
+
"name": "network",
|
|
114
|
+
"required": true,
|
|
115
|
+
"conditionKeys": [],
|
|
116
|
+
"dependentActions": []
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
"conditionKeys": [],
|
|
120
|
+
"dependentActions": []
|
|
121
|
+
},
|
|
122
|
+
"createdataretentionbot": {
|
|
123
|
+
"name": "CreateDataRetentionBot",
|
|
124
|
+
"description": "Grants permission to create a data retention bot in a Wickr network",
|
|
125
|
+
"accessLevel": "Write",
|
|
126
|
+
"resourceTypes": [
|
|
127
|
+
{
|
|
128
|
+
"name": "network",
|
|
129
|
+
"required": true,
|
|
130
|
+
"conditionKeys": [],
|
|
131
|
+
"dependentActions": []
|
|
132
|
+
}
|
|
133
|
+
],
|
|
134
|
+
"conditionKeys": [],
|
|
135
|
+
"dependentActions": []
|
|
136
|
+
},
|
|
137
|
+
"createdataretentionbotchallenge": {
|
|
138
|
+
"name": "CreateDataRetentionBotChallenge",
|
|
139
|
+
"description": "Grants permission to create a data retention bot challenge in a Wickr network",
|
|
140
|
+
"accessLevel": "Write",
|
|
141
|
+
"resourceTypes": [
|
|
142
|
+
{
|
|
143
|
+
"name": "network",
|
|
144
|
+
"required": true,
|
|
145
|
+
"conditionKeys": [],
|
|
146
|
+
"dependentActions": []
|
|
147
|
+
}
|
|
148
|
+
],
|
|
149
|
+
"conditionKeys": [],
|
|
150
|
+
"dependentActions": []
|
|
151
|
+
},
|
|
17
152
|
"createnetwork": {
|
|
18
153
|
"name": "CreateNetwork",
|
|
19
|
-
"description": "Grants permission to create a new
|
|
154
|
+
"description": "Grants permission to create a new Wickr network",
|
|
20
155
|
"accessLevel": "Write",
|
|
21
|
-
"resourceTypes": [
|
|
156
|
+
"resourceTypes": [
|
|
157
|
+
{
|
|
158
|
+
"name": "network",
|
|
159
|
+
"required": true,
|
|
160
|
+
"conditionKeys": [],
|
|
161
|
+
"dependentActions": []
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"conditionKeys": [
|
|
165
|
+
"aws:RequestTag/${TagKey}",
|
|
166
|
+
"aws:TagKeys"
|
|
167
|
+
],
|
|
168
|
+
"dependentActions": []
|
|
169
|
+
},
|
|
170
|
+
"createsecuritygroup": {
|
|
171
|
+
"name": "CreateSecurityGroup",
|
|
172
|
+
"description": "Grants permission to create a security group in a Wickr network",
|
|
173
|
+
"accessLevel": "Write",
|
|
174
|
+
"resourceTypes": [
|
|
175
|
+
{
|
|
176
|
+
"name": "network",
|
|
177
|
+
"required": true,
|
|
178
|
+
"conditionKeys": [],
|
|
179
|
+
"dependentActions": []
|
|
180
|
+
}
|
|
181
|
+
],
|
|
182
|
+
"conditionKeys": [],
|
|
183
|
+
"dependentActions": []
|
|
184
|
+
},
|
|
185
|
+
"deletebot": {
|
|
186
|
+
"name": "DeleteBot",
|
|
187
|
+
"description": "Grants permission to delete a bot from a Wickr network",
|
|
188
|
+
"accessLevel": "Write",
|
|
189
|
+
"resourceTypes": [
|
|
190
|
+
{
|
|
191
|
+
"name": "network",
|
|
192
|
+
"required": true,
|
|
193
|
+
"conditionKeys": [],
|
|
194
|
+
"dependentActions": []
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"conditionKeys": [],
|
|
198
|
+
"dependentActions": []
|
|
199
|
+
},
|
|
200
|
+
"deletedataretentionbot": {
|
|
201
|
+
"name": "DeleteDataRetentionBot",
|
|
202
|
+
"description": "Grants permission to delete a data retention bot from a Wickr network",
|
|
203
|
+
"accessLevel": "Write",
|
|
204
|
+
"resourceTypes": [
|
|
205
|
+
{
|
|
206
|
+
"name": "network",
|
|
207
|
+
"required": true,
|
|
208
|
+
"conditionKeys": [],
|
|
209
|
+
"dependentActions": []
|
|
210
|
+
}
|
|
211
|
+
],
|
|
22
212
|
"conditionKeys": [],
|
|
23
213
|
"dependentActions": []
|
|
24
214
|
},
|
|
25
215
|
"deletenetwork": {
|
|
26
216
|
"name": "DeleteNetwork",
|
|
27
|
-
"description": "Grants permission to
|
|
217
|
+
"description": "Grants permission to delete Wickr networks",
|
|
28
218
|
"accessLevel": "Write",
|
|
29
|
-
"resourceTypes": [
|
|
219
|
+
"resourceTypes": [
|
|
220
|
+
{
|
|
221
|
+
"name": "network",
|
|
222
|
+
"required": true,
|
|
223
|
+
"conditionKeys": [],
|
|
224
|
+
"dependentActions": []
|
|
225
|
+
}
|
|
226
|
+
],
|
|
227
|
+
"conditionKeys": [],
|
|
228
|
+
"dependentActions": []
|
|
229
|
+
},
|
|
230
|
+
"deletesecuritygroup": {
|
|
231
|
+
"name": "DeleteSecurityGroup",
|
|
232
|
+
"description": "Grants permission to delete a security group from a Wickr network",
|
|
233
|
+
"accessLevel": "Write",
|
|
234
|
+
"resourceTypes": [
|
|
235
|
+
{
|
|
236
|
+
"name": "network",
|
|
237
|
+
"required": true,
|
|
238
|
+
"conditionKeys": [],
|
|
239
|
+
"dependentActions": []
|
|
240
|
+
}
|
|
241
|
+
],
|
|
242
|
+
"conditionKeys": [],
|
|
243
|
+
"dependentActions": []
|
|
244
|
+
},
|
|
245
|
+
"getbot": {
|
|
246
|
+
"name": "GetBot",
|
|
247
|
+
"description": "Grants permission to get bot information in a Wickr network",
|
|
248
|
+
"accessLevel": "Read",
|
|
249
|
+
"resourceTypes": [
|
|
250
|
+
{
|
|
251
|
+
"name": "network",
|
|
252
|
+
"required": true,
|
|
253
|
+
"conditionKeys": [],
|
|
254
|
+
"dependentActions": []
|
|
255
|
+
}
|
|
256
|
+
],
|
|
257
|
+
"conditionKeys": [],
|
|
258
|
+
"dependentActions": []
|
|
259
|
+
},
|
|
260
|
+
"getbotscount": {
|
|
261
|
+
"name": "GetBotsCount",
|
|
262
|
+
"description": "Grants permission to get bot count for a Wickr network",
|
|
263
|
+
"accessLevel": "Read",
|
|
264
|
+
"resourceTypes": [
|
|
265
|
+
{
|
|
266
|
+
"name": "network",
|
|
267
|
+
"required": true,
|
|
268
|
+
"conditionKeys": [],
|
|
269
|
+
"dependentActions": []
|
|
270
|
+
}
|
|
271
|
+
],
|
|
272
|
+
"conditionKeys": [],
|
|
273
|
+
"dependentActions": []
|
|
274
|
+
},
|
|
275
|
+
"getdataretentionbot": {
|
|
276
|
+
"name": "GetDataRetentionBot",
|
|
277
|
+
"description": "Grants permission to get data retention bot information in a Wickr network",
|
|
278
|
+
"accessLevel": "Read",
|
|
279
|
+
"resourceTypes": [
|
|
280
|
+
{
|
|
281
|
+
"name": "network",
|
|
282
|
+
"required": true,
|
|
283
|
+
"conditionKeys": [],
|
|
284
|
+
"dependentActions": []
|
|
285
|
+
}
|
|
286
|
+
],
|
|
287
|
+
"conditionKeys": [],
|
|
288
|
+
"dependentActions": []
|
|
289
|
+
},
|
|
290
|
+
"getguestuserhistorycount": {
|
|
291
|
+
"name": "GetGuestUserHistoryCount",
|
|
292
|
+
"description": "Grants permission to get guest user history count for a Wickr network",
|
|
293
|
+
"accessLevel": "Read",
|
|
294
|
+
"resourceTypes": [
|
|
295
|
+
{
|
|
296
|
+
"name": "network",
|
|
297
|
+
"required": true,
|
|
298
|
+
"conditionKeys": [],
|
|
299
|
+
"dependentActions": []
|
|
300
|
+
}
|
|
301
|
+
],
|
|
302
|
+
"conditionKeys": [],
|
|
303
|
+
"dependentActions": []
|
|
304
|
+
},
|
|
305
|
+
"getnetwork": {
|
|
306
|
+
"name": "GetNetwork",
|
|
307
|
+
"description": "Grants permission to get details of a Wickr network",
|
|
308
|
+
"accessLevel": "Read",
|
|
309
|
+
"resourceTypes": [
|
|
310
|
+
{
|
|
311
|
+
"name": "network",
|
|
312
|
+
"required": true,
|
|
313
|
+
"conditionKeys": [],
|
|
314
|
+
"dependentActions": []
|
|
315
|
+
}
|
|
316
|
+
],
|
|
317
|
+
"conditionKeys": [],
|
|
318
|
+
"dependentActions": []
|
|
319
|
+
},
|
|
320
|
+
"getnetworksettings": {
|
|
321
|
+
"name": "GetNetworkSettings",
|
|
322
|
+
"description": "Grants permission to get network settings for a Wickr network",
|
|
323
|
+
"accessLevel": "Read",
|
|
324
|
+
"resourceTypes": [
|
|
325
|
+
{
|
|
326
|
+
"name": "network",
|
|
327
|
+
"required": true,
|
|
328
|
+
"conditionKeys": [],
|
|
329
|
+
"dependentActions": []
|
|
330
|
+
}
|
|
331
|
+
],
|
|
332
|
+
"conditionKeys": [],
|
|
333
|
+
"dependentActions": []
|
|
334
|
+
},
|
|
335
|
+
"getoidcinfo": {
|
|
336
|
+
"name": "GetOidcInfo",
|
|
337
|
+
"description": "Grants permission to get OIDC information for a Wickr network",
|
|
338
|
+
"accessLevel": "Read",
|
|
339
|
+
"resourceTypes": [
|
|
340
|
+
{
|
|
341
|
+
"name": "network",
|
|
342
|
+
"required": true,
|
|
343
|
+
"conditionKeys": [],
|
|
344
|
+
"dependentActions": []
|
|
345
|
+
}
|
|
346
|
+
],
|
|
347
|
+
"conditionKeys": [],
|
|
348
|
+
"dependentActions": []
|
|
349
|
+
},
|
|
350
|
+
"getsecuritygroup": {
|
|
351
|
+
"name": "GetSecurityGroup",
|
|
352
|
+
"description": "Grants permission to get security group information in a Wickr network",
|
|
353
|
+
"accessLevel": "Read",
|
|
354
|
+
"resourceTypes": [
|
|
355
|
+
{
|
|
356
|
+
"name": "network",
|
|
357
|
+
"required": true,
|
|
358
|
+
"conditionKeys": [],
|
|
359
|
+
"dependentActions": []
|
|
360
|
+
}
|
|
361
|
+
],
|
|
362
|
+
"conditionKeys": [],
|
|
363
|
+
"dependentActions": []
|
|
364
|
+
},
|
|
365
|
+
"getuser": {
|
|
366
|
+
"name": "GetUser",
|
|
367
|
+
"description": "Grants permission to get information about a user in a Wickr network",
|
|
368
|
+
"accessLevel": "Read",
|
|
369
|
+
"resourceTypes": [
|
|
370
|
+
{
|
|
371
|
+
"name": "network",
|
|
372
|
+
"required": true,
|
|
373
|
+
"conditionKeys": [],
|
|
374
|
+
"dependentActions": []
|
|
375
|
+
}
|
|
376
|
+
],
|
|
377
|
+
"conditionKeys": [],
|
|
378
|
+
"dependentActions": []
|
|
379
|
+
},
|
|
380
|
+
"getuserscount": {
|
|
381
|
+
"name": "GetUsersCount",
|
|
382
|
+
"description": "Grants permission to get user count for a Wickr network",
|
|
383
|
+
"accessLevel": "Read",
|
|
384
|
+
"resourceTypes": [
|
|
385
|
+
{
|
|
386
|
+
"name": "network",
|
|
387
|
+
"required": true,
|
|
388
|
+
"conditionKeys": [],
|
|
389
|
+
"dependentActions": []
|
|
390
|
+
}
|
|
391
|
+
],
|
|
392
|
+
"conditionKeys": [],
|
|
393
|
+
"dependentActions": []
|
|
394
|
+
},
|
|
395
|
+
"listblockedguestusers": {
|
|
396
|
+
"name": "ListBlockedGuestUsers",
|
|
397
|
+
"description": "Grants permission to list blocked guest users in a Wickr network",
|
|
398
|
+
"accessLevel": "Read",
|
|
399
|
+
"resourceTypes": [
|
|
400
|
+
{
|
|
401
|
+
"name": "network",
|
|
402
|
+
"required": true,
|
|
403
|
+
"conditionKeys": [],
|
|
404
|
+
"dependentActions": []
|
|
405
|
+
}
|
|
406
|
+
],
|
|
407
|
+
"conditionKeys": [],
|
|
408
|
+
"dependentActions": []
|
|
409
|
+
},
|
|
410
|
+
"listbots": {
|
|
411
|
+
"name": "ListBots",
|
|
412
|
+
"description": "Grants permission to list bots in a Wickr network",
|
|
413
|
+
"accessLevel": "Read",
|
|
414
|
+
"resourceTypes": [
|
|
415
|
+
{
|
|
416
|
+
"name": "network",
|
|
417
|
+
"required": true,
|
|
418
|
+
"conditionKeys": [],
|
|
419
|
+
"dependentActions": []
|
|
420
|
+
}
|
|
421
|
+
],
|
|
422
|
+
"conditionKeys": [],
|
|
423
|
+
"dependentActions": []
|
|
424
|
+
},
|
|
425
|
+
"listdevicesforuser": {
|
|
426
|
+
"name": "ListDevicesForUser",
|
|
427
|
+
"description": "Grants permission to list devices for a user in a Wickr network",
|
|
428
|
+
"accessLevel": "Read",
|
|
429
|
+
"resourceTypes": [
|
|
430
|
+
{
|
|
431
|
+
"name": "network",
|
|
432
|
+
"required": true,
|
|
433
|
+
"conditionKeys": [],
|
|
434
|
+
"dependentActions": []
|
|
435
|
+
}
|
|
436
|
+
],
|
|
437
|
+
"conditionKeys": [],
|
|
438
|
+
"dependentActions": []
|
|
439
|
+
},
|
|
440
|
+
"listguestusers": {
|
|
441
|
+
"name": "ListGuestUsers",
|
|
442
|
+
"description": "Grants permission to list guest users in a Wickr network",
|
|
443
|
+
"accessLevel": "Read",
|
|
444
|
+
"resourceTypes": [
|
|
445
|
+
{
|
|
446
|
+
"name": "network",
|
|
447
|
+
"required": true,
|
|
448
|
+
"conditionKeys": [],
|
|
449
|
+
"dependentActions": []
|
|
450
|
+
}
|
|
451
|
+
],
|
|
30
452
|
"conditionKeys": [],
|
|
31
453
|
"dependentActions": []
|
|
32
454
|
},
|
|
33
455
|
"listnetworks": {
|
|
34
456
|
"name": "ListNetworks",
|
|
35
|
-
"description": "Grants permission to
|
|
36
|
-
"accessLevel": "
|
|
457
|
+
"description": "Grants permission to list Wickr networks",
|
|
458
|
+
"accessLevel": "Read",
|
|
37
459
|
"resourceTypes": [],
|
|
38
460
|
"conditionKeys": [],
|
|
39
461
|
"dependentActions": []
|
|
40
462
|
},
|
|
463
|
+
"listsecuritygroupusers": {
|
|
464
|
+
"name": "ListSecurityGroupUsers",
|
|
465
|
+
"description": "Grants permission to list users in a security group in a Wickr network",
|
|
466
|
+
"accessLevel": "Read",
|
|
467
|
+
"resourceTypes": [
|
|
468
|
+
{
|
|
469
|
+
"name": "network",
|
|
470
|
+
"required": true,
|
|
471
|
+
"conditionKeys": [],
|
|
472
|
+
"dependentActions": []
|
|
473
|
+
}
|
|
474
|
+
],
|
|
475
|
+
"conditionKeys": [],
|
|
476
|
+
"dependentActions": []
|
|
477
|
+
},
|
|
478
|
+
"listsecuritygroups": {
|
|
479
|
+
"name": "ListSecurityGroups",
|
|
480
|
+
"description": "Grants permission to list security groups in a Wickr network",
|
|
481
|
+
"accessLevel": "Read",
|
|
482
|
+
"resourceTypes": [
|
|
483
|
+
{
|
|
484
|
+
"name": "network",
|
|
485
|
+
"required": true,
|
|
486
|
+
"conditionKeys": [],
|
|
487
|
+
"dependentActions": []
|
|
488
|
+
}
|
|
489
|
+
],
|
|
490
|
+
"conditionKeys": [],
|
|
491
|
+
"dependentActions": []
|
|
492
|
+
},
|
|
41
493
|
"listtagsforresource": {
|
|
42
494
|
"name": "ListTagsForResource",
|
|
43
495
|
"description": "Grants permission to list the tags applied to a Wickr resource",
|
|
44
496
|
"accessLevel": "Read",
|
|
45
|
-
"resourceTypes": [
|
|
497
|
+
"resourceTypes": [
|
|
498
|
+
{
|
|
499
|
+
"name": "network",
|
|
500
|
+
"required": true,
|
|
501
|
+
"conditionKeys": [],
|
|
502
|
+
"dependentActions": []
|
|
503
|
+
}
|
|
504
|
+
],
|
|
505
|
+
"conditionKeys": [],
|
|
506
|
+
"dependentActions": []
|
|
507
|
+
},
|
|
508
|
+
"listusers": {
|
|
509
|
+
"name": "ListUsers",
|
|
510
|
+
"description": "Grants permission to list users in a Wickr network",
|
|
511
|
+
"accessLevel": "Read",
|
|
512
|
+
"resourceTypes": [
|
|
513
|
+
{
|
|
514
|
+
"name": "network",
|
|
515
|
+
"required": true,
|
|
516
|
+
"conditionKeys": [],
|
|
517
|
+
"dependentActions": []
|
|
518
|
+
}
|
|
519
|
+
],
|
|
520
|
+
"conditionKeys": [],
|
|
521
|
+
"dependentActions": []
|
|
522
|
+
},
|
|
523
|
+
"registeroidcconfig": {
|
|
524
|
+
"name": "RegisterOidcConfig",
|
|
525
|
+
"description": "Grants permission to register OIDC configuration for a Wickr network",
|
|
526
|
+
"accessLevel": "Write",
|
|
527
|
+
"resourceTypes": [
|
|
528
|
+
{
|
|
529
|
+
"name": "network",
|
|
530
|
+
"required": true,
|
|
531
|
+
"conditionKeys": [],
|
|
532
|
+
"dependentActions": []
|
|
533
|
+
}
|
|
534
|
+
],
|
|
535
|
+
"conditionKeys": [],
|
|
536
|
+
"dependentActions": []
|
|
537
|
+
},
|
|
538
|
+
"registeroidcconfigtest": {
|
|
539
|
+
"name": "RegisterOidcConfigTest",
|
|
540
|
+
"description": "Grants permission to test OIDC configuration for a Wickr network",
|
|
541
|
+
"accessLevel": "Write",
|
|
542
|
+
"resourceTypes": [
|
|
543
|
+
{
|
|
544
|
+
"name": "network",
|
|
545
|
+
"required": true,
|
|
546
|
+
"conditionKeys": [],
|
|
547
|
+
"dependentActions": []
|
|
548
|
+
}
|
|
549
|
+
],
|
|
46
550
|
"conditionKeys": [],
|
|
47
551
|
"dependentActions": []
|
|
48
552
|
},
|
|
49
553
|
"tagresource": {
|
|
50
554
|
"name": "TagResource",
|
|
51
|
-
"description": "Grants permission to add tags to a specified
|
|
555
|
+
"description": "Grants permission to add tags to a specified Wickr resource",
|
|
52
556
|
"accessLevel": "Tagging",
|
|
53
557
|
"resourceTypes": [
|
|
54
558
|
{
|
|
@@ -67,7 +571,7 @@
|
|
|
67
571
|
},
|
|
68
572
|
"untagresource": {
|
|
69
573
|
"name": "UntagResource",
|
|
70
|
-
"description": "Grants permission to untag the specified tags from the specified
|
|
574
|
+
"description": "Grants permission to untag the specified tags from the specified Wickr resource",
|
|
71
575
|
"accessLevel": "Tagging",
|
|
72
576
|
"resourceTypes": [
|
|
73
577
|
{
|
|
@@ -82,6 +586,51 @@
|
|
|
82
586
|
],
|
|
83
587
|
"dependentActions": []
|
|
84
588
|
},
|
|
589
|
+
"updatebot": {
|
|
590
|
+
"name": "UpdateBot",
|
|
591
|
+
"description": "Grants permission to update a bot in a Wickr network",
|
|
592
|
+
"accessLevel": "Write",
|
|
593
|
+
"resourceTypes": [
|
|
594
|
+
{
|
|
595
|
+
"name": "network",
|
|
596
|
+
"required": true,
|
|
597
|
+
"conditionKeys": [],
|
|
598
|
+
"dependentActions": []
|
|
599
|
+
}
|
|
600
|
+
],
|
|
601
|
+
"conditionKeys": [],
|
|
602
|
+
"dependentActions": []
|
|
603
|
+
},
|
|
604
|
+
"updatedataretention": {
|
|
605
|
+
"name": "UpdateDataRetention",
|
|
606
|
+
"description": "Grants permission to update data retention settings in a Wickr network",
|
|
607
|
+
"accessLevel": "Write",
|
|
608
|
+
"resourceTypes": [
|
|
609
|
+
{
|
|
610
|
+
"name": "network",
|
|
611
|
+
"required": true,
|
|
612
|
+
"conditionKeys": [],
|
|
613
|
+
"dependentActions": []
|
|
614
|
+
}
|
|
615
|
+
],
|
|
616
|
+
"conditionKeys": [],
|
|
617
|
+
"dependentActions": []
|
|
618
|
+
},
|
|
619
|
+
"updateguestuser": {
|
|
620
|
+
"name": "UpdateGuestUser",
|
|
621
|
+
"description": "Grants permission to update guest user status in a Wickr network",
|
|
622
|
+
"accessLevel": "Write",
|
|
623
|
+
"resourceTypes": [
|
|
624
|
+
{
|
|
625
|
+
"name": "network",
|
|
626
|
+
"required": true,
|
|
627
|
+
"conditionKeys": [],
|
|
628
|
+
"dependentActions": []
|
|
629
|
+
}
|
|
630
|
+
],
|
|
631
|
+
"conditionKeys": [],
|
|
632
|
+
"dependentActions": []
|
|
633
|
+
},
|
|
85
634
|
"updatenetworkdetails": {
|
|
86
635
|
"name": "UpdateNetworkDetails",
|
|
87
636
|
"description": "Grants permission to update Wickr network details",
|
|
@@ -96,5 +645,50 @@
|
|
|
96
645
|
],
|
|
97
646
|
"conditionKeys": [],
|
|
98
647
|
"dependentActions": []
|
|
648
|
+
},
|
|
649
|
+
"updatenetworksettings": {
|
|
650
|
+
"name": "UpdateNetworkSettings",
|
|
651
|
+
"description": "Grants permission to update network settings for a Wickr network",
|
|
652
|
+
"accessLevel": "Write",
|
|
653
|
+
"resourceTypes": [
|
|
654
|
+
{
|
|
655
|
+
"name": "network",
|
|
656
|
+
"required": true,
|
|
657
|
+
"conditionKeys": [],
|
|
658
|
+
"dependentActions": []
|
|
659
|
+
}
|
|
660
|
+
],
|
|
661
|
+
"conditionKeys": [],
|
|
662
|
+
"dependentActions": []
|
|
663
|
+
},
|
|
664
|
+
"updatesecuritygroup": {
|
|
665
|
+
"name": "UpdateSecurityGroup",
|
|
666
|
+
"description": "Grants permission to update a security group in a Wickr network",
|
|
667
|
+
"accessLevel": "Write",
|
|
668
|
+
"resourceTypes": [
|
|
669
|
+
{
|
|
670
|
+
"name": "network",
|
|
671
|
+
"required": true,
|
|
672
|
+
"conditionKeys": [],
|
|
673
|
+
"dependentActions": []
|
|
674
|
+
}
|
|
675
|
+
],
|
|
676
|
+
"conditionKeys": [],
|
|
677
|
+
"dependentActions": []
|
|
678
|
+
},
|
|
679
|
+
"updateuser": {
|
|
680
|
+
"name": "UpdateUser",
|
|
681
|
+
"description": "Grants permission to update user information in a Wickr network",
|
|
682
|
+
"accessLevel": "Write",
|
|
683
|
+
"resourceTypes": [
|
|
684
|
+
{
|
|
685
|
+
"name": "network",
|
|
686
|
+
"required": true,
|
|
687
|
+
"conditionKeys": [],
|
|
688
|
+
"dependentActions": []
|
|
689
|
+
}
|
|
690
|
+
],
|
|
691
|
+
"conditionKeys": [],
|
|
692
|
+
"dependentActions": []
|
|
99
693
|
}
|
|
100
694
|
}
|