-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpermissions.yaml
More file actions
599 lines (599 loc) · 15 KB
/
permissions.yaml
File metadata and controls
599 lines (599 loc) · 15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
AccountAuthenticationMethodCreate:
- role:organization:admin
AccountAuthenticationMethodDelete:
- role:organization:admin
AccountAuthenticationMethodGet:
- role:organization:admin
AccountAuthenticationMethodUpdate:
- role:organization:admin
AccountAuthenticationMethodsList:
- role:organization:admin
AlloyDbOmniGoogleCloudPrivateKeyIdentify:
- service:data:write
AlloyDbOmniGoogleCloudPrivateKeyRemove:
- service:data:write
AlloyDbOmniGoogleCloudPrivateKeySet:
- service:data:write
ApplicationUserAccessTokenCreate:
- organization:app_users:write
ApplicationUserAccessTokenDelete:
- organization:app_users:write
ApplicationUserAccessTokensList:
- organization:app_users:write
ApplicationUserCreate:
- organization:app_users:write
ApplicationUserDelete:
- organization:app_users:write
ApplicationUserGet:
- organization:app_users:write
ApplicationUserUpdate:
- organization:app_users:write
ApplicationUsersList:
- organization:app_users:write
BillingGroupCreditsClaim:
- developer
- operator
BillingGroupCreditsList:
- developer
- operator
- read_only
BillingGroupEventList:
- developer
- operator
- read_only
BillingGroupGet:
- developer
- operator
- read_only
BillingGroupInvoiceCsvGet:
- operator
BillingGroupInvoiceLinesList:
- operator
BillingGroupInvoiceList:
- developer
- operator
- read_only
BillingGroupProjectList:
- developer
- operator
- read_only
ListProjectClouds:
- project:services:write
ListProjectServiceTypes:
- project:services:read
ListProjectVpcPeeringConnectionTypes:
- project:networking:read
MySQLServiceQueryStatistics:
- service:data:write
OrganizationAddressCreate:
- organization:billing:write
OrganizationAddressDelete:
- organization:billing:write
OrganizationAddressGet:
- organization:billing:read
- organization:billing:write
OrganizationAddressList:
- organization:billing:read
- organization:billing:write
OrganizationAddressUpdate:
- organization:billing:write
OrganizationBillingGroupCreate:
- organization:billing:write
OrganizationBillingGroupDelete:
- organization:billing:write
OrganizationBillingGroupGet:
- organization:billing:read
- organization:billing:write
OrganizationBillingGroupList:
- organization:billing:read
- organization:billing:write
- organization:projects:write
OrganizationBillingGroupUpdate:
- organization:billing:write
OrganizationDomainAdd:
- organization:domains:write
OrganizationDomainUpdate:
- organization:domains:write
OrganizationDomainVerify:
- organization:domains:write
OrganizationDomainsList:
- organization:domains:write
OrganizationDomainsRemove:
- organization:domains:write
OrganizationProjectsDelete:
- organization:projects:write
OrganizationProjectsGet:
- project:services:read
OrganizationProjectsUpdate:
- organization:projects:write
OrganizationUserAuthenticationMethodsList:
- organization:users:write
OrganizationUserDelete:
- organization:users:write
OrganizationUserInvitationDelete:
- organization:users:write
OrganizationUserInvitationsList:
- organization:users:write
OrganizationUserInvite:
- organization:users:write
OrganizationUserPasswordReset:
- organization:users:write
OrganizationUserRevokeToken:
- organization:users:write
OrganizationUserTokensList:
- organization:users:write
OrganizationUserUpdate:
- organization:users:write
OrganizationVpcCreate:
- organization:networking:write
OrganizationVpcDelete:
- organization:networking:write
OrganizationVpcGet:
- organization:networking:read
OrganizationVpcList:
- organization:networking:read
OrganizationVpcPeeringConnectionCreate:
- organization:networking:write
OrganizationVpcPeeringConnectionDeleteById:
- organization:networking:write
PGServiceAvailableExtensions:
- service:data:write
PGServiceQueryStatistics:
- service:data:write
ProjectAlertsList:
- developer
- operator
- read_only
ProjectCreditsClaim:
- developer
- operator
ProjectCreditsList:
- developer
- operator
- read_only
ProjectDelete:
- organization:projects:write
ProjectDownloadSBOMReport:
- developer
- operator
- read_only
ProjectGenerateSbomDownloadUrl:
- developer
- operator
- read_only
ProjectGet:
- project:services:read
ProjectGetEventLogs:
- project:audit_logs:read
ProjectGetServiceLogs:
- service:logs:read
ProjectInvoiceList:
- developer
- operator
- read_only
ProjectKmsGetCA:
- organization:projects:write
ProjectPrivatelinkAvailabilityList:
- project:services:write
ProjectServicePlanList:
- developer
- operator
- read_only
ProjectServicePlanPriceGet:
- developer
- operator
- read_only
ProjectServicePlanSpecsGet:
- developer
- operator
- read_only
ProjectServiceTagsList:
- service:configuration:write
ProjectServiceTagsReplace:
- service:configuration:write
ProjectServiceTagsUpdate:
- service:configuration:write
ProjectServiceTypesGet:
- developer
- operator
- read_only
ProjectServiceTypesList:
- project:services:read
ProjectStaticIPAssociate:
- service:configuration:write
ProjectStaticIPAvailabilityList:
- developer
- operator
- read_only
ProjectStaticIPDissociate:
- service:configuration:write
ProjectStaticIPPatch:
- operator
ProjectTagsList:
- developer
- operator
- read_only
ProjectUpdate:
- organization:projects:write
ProjectUserList:
- developer
- operator
- read_only
ServiceAlertsList:
- developer
- operator
- read_only
ServiceBackupToAnotherRegionReport:
- service:configuration:write
ServiceBackupsGet:
- service:configuration:write
ServiceCancelQuery:
- developer
- operator
ServiceClickHouseCurrentQueries:
- service:data:write
ServiceClickHouseDatabaseCreate:
- service:data:write
ServiceClickHouseDatabaseDelete:
- service:data:write
ServiceClickHouseDatabaseList:
- service:data:write
ServiceClickHousePasswordReset:
- service:data:write
- service:users:write
ServiceClickHouseQuery:
- service:data:write
ServiceClickHouseQueryStats:
- service:data:write
ServiceClickHouseTieredStorageSummary:
- service:data:write
ServiceClickHouseUserCreate:
- service:data:write
- service:users:write
ServiceClickHouseUserDelete:
- service:data:write
- service:users:write
ServiceClickHouseUserList:
- service:data:write
- service:users:write
ServiceCreate:
- project:services:write
- role:services:recover
ServiceDatabaseCreate:
- developer
- operator
ServiceDatabaseDelete:
- developer
- operator
ServiceDatabaseList:
- developer
- operator
- read_only
ServiceDelete:
- project:services:write
ServiceEnableWrites:
- operator
ServiceFlinkCancelApplicationDeployment:
- service:data:write
ServiceFlinkCancelJarApplicationDeployment:
- service:data:write
ServiceFlinkCreateApplication:
- service:data:write
ServiceFlinkCreateApplicationDeployment:
- service:data:write
ServiceFlinkCreateApplicationVersion:
- service:data:write
ServiceFlinkCreateJarApplication:
- service:data:write
ServiceFlinkCreateJarApplicationDeployment:
- service:data:write
ServiceFlinkCreateJarApplicationVersion:
- service:data:write
ServiceFlinkDeleteApplication:
- service:data:write
ServiceFlinkDeleteApplicationDeployment:
- service:data:write
ServiceFlinkDeleteApplicationVersion:
- service:data:write
ServiceFlinkDeleteJarApplication:
- service:data:write
ServiceFlinkDeleteJarApplicationDeployment:
- service:data:write
ServiceFlinkDeleteJarApplicationVersion:
- service:data:write
ServiceFlinkGetApplication:
- service:data:write
ServiceFlinkGetApplicationDeployment:
- service:data:write
ServiceFlinkGetApplicationVersion:
- service:data:write
ServiceFlinkGetJarApplication:
- service:data:write
ServiceFlinkGetJarApplicationDeployment:
- service:data:write
ServiceFlinkGetJarApplicationVersion:
- service:data:write
ServiceFlinkJobDetails:
- service:data:write
ServiceFlinkJobsList:
- service:data:write
ServiceFlinkListApplicationDeployments:
- service:data:write
ServiceFlinkListApplications:
- service:data:write
ServiceFlinkListJarApplicationDeployments:
- service:data:write
ServiceFlinkListJarApplications:
- service:data:write
ServiceFlinkOverview:
- service:data:write
ServiceFlinkStopApplicationDeployment:
- service:data:write
ServiceFlinkStopJarApplicationDeployment:
- service:data:write
ServiceFlinkUpdateApplication:
- service:data:write
ServiceFlinkUpdateJarApplication:
- service:data:write
ServiceFlinkValidateApplicationVersion:
- service:data:write
ServiceGet:
- project:services:read
ServiceGetMigrationStatus:
- developer
- operator
- read_only
ServiceIntegrationCreate:
- project:integrations:write
ServiceIntegrationDelete:
- project:integrations:write
- role:services:recover
ServiceIntegrationEndpointCreate:
- project:integrations:write
ServiceIntegrationEndpointDelete:
- project:integrations:write
ServiceIntegrationEndpointGet:
- project:integrations:read
ServiceIntegrationEndpointList:
- project:integrations:read
ServiceIntegrationEndpointTypes:
- project:integrations:read
ServiceIntegrationEndpointUpdate:
- project:integrations:write
ServiceIntegrationGet:
- project:integrations:read
ServiceIntegrationList:
- project:integrations:read
- role:services:recover
ServiceIntegrationTypes:
- project:integrations:read
ServiceIntegrationUpdate:
- project:integrations:write
ServiceKafkaAclAdd:
- service:data:write
ServiceKafkaAclDelete:
- service:data:write
ServiceKafkaAclList:
- service:data:write
ServiceKafkaConnectCreateConnector:
- service:data:write
ServiceKafkaConnectDeleteConnector:
- service:data:write
ServiceKafkaConnectEditConnector:
- service:data:write
ServiceKafkaConnectGetAvailableConnectors:
- service:data:write
ServiceKafkaConnectGetConnectorConfiguration:
- service:data:write
ServiceKafkaConnectGetConnectorStatus:
- service:data:write
ServiceKafkaConnectList:
- service:data:write
ServiceKafkaConnectPauseConnector:
- service:data:write
ServiceKafkaConnectRestartConnector:
- service:data:write
ServiceKafkaConnectRestartConnectorTask:
- service:data:write
ServiceKafkaConnectResumeConnector:
- service:data:write
ServiceKafkaMirrorMakerCreateReplicationFlow:
- service:data:write
ServiceKafkaMirrorMakerDeleteReplicationFlow:
- service:data:write
ServiceKafkaMirrorMakerGetReplicationFlow:
- service:data:write
ServiceKafkaMirrorMakerGetReplicationFlows:
- service:data:write
ServiceKafkaMirrorMakerPatchReplicationFlow:
- service:data:write
ServiceKafkaNativeAclAdd:
- service:data:write
ServiceKafkaNativeAclDelete:
- service:data:write
ServiceKafkaNativeAclGet:
- service:data:write
ServiceKafkaNativeAclList:
- service:data:write
ServiceKafkaQuotaCreate:
- service:data:write
ServiceKafkaQuotaDelete:
- service:data:write
ServiceKafkaQuotaDescribe:
- service:data:write
ServiceKafkaQuotaList:
- service:data:write
ServiceKafkaTieredStorageStorageUsageByTopic:
- service:data:write
ServiceKafkaTieredStorageStorageUsageTotal:
- service:data:write
ServiceKafkaTieredStorageSummary:
- service:data:write
ServiceKafkaTopicCreate:
- developer
- operator
ServiceKafkaTopicDelete:
- service:data:write
ServiceKafkaTopicGet:
- service:data:write
ServiceKafkaTopicList:
- service:data:write
ServiceKafkaTopicMessageList:
- service:data:write
ServiceKafkaTopicMessageProduce:
- service:data:write
ServiceKafkaTopicUpdate:
- service:data:write
ServiceKmsGetCA:
- developer
- operator
- read_only
ServiceKmsGetKeypair:
- operator
ServiceList:
- project:services:read
ServiceMaintenanceStart:
- role:services:maintenance
ServiceMetricsFetch:
- developer
- operator
- read_only
ServiceOpenSearchAclGet:
- service:data:write
ServiceOpenSearchAclSet:
- service:data:write
ServiceOpenSearchAclUpdate:
- service:data:write
ServiceOpenSearchIndexDelete:
- service:data:write
ServiceOpenSearchIndexList:
- service:data:write
ServiceOpenSearchSecurityGet:
- service:data:write
ServiceOpenSearchSecurityReset:
- service:data:write
ServiceOpenSearchSecuritySet:
- service:data:write
ServicePGBouncerCreate:
- service:data:write
ServicePGBouncerDelete:
- service:data:write
ServicePGBouncerUpdate:
- service:data:write
ServicePrivatelinkAWSConnectionList:
- service:configuration:write
ServicePrivatelinkAWSCreate:
- service:configuration:write
ServicePrivatelinkAWSDelete:
- service:configuration:write
ServicePrivatelinkAWSGet:
- service:configuration:write
ServicePrivatelinkAWSUpdate:
- service:configuration:write
ServicePrivatelinkAzureConnectionApproval:
- service:configuration:write
ServicePrivatelinkAzureConnectionList:
- service:configuration:write
ServicePrivatelinkAzureConnectionUpdate:
- service:configuration:write
ServicePrivatelinkAzureCreate:
- service:configuration:write
ServicePrivatelinkAzureDelete:
- service:configuration:write
ServicePrivatelinkAzureGet:
- service:configuration:write
ServicePrivatelinkAzureUpdate:
- service:configuration:write
ServiceQueryActivity:
- developer
- operator
- read_only
ServiceQueryStatisticsReset:
- developer
- operator
ServiceSchemaRegistryAclAdd:
- service:data:write
ServiceSchemaRegistryAclDelete:
- service:data:write
ServiceSchemaRegistryAclList:
- service:data:write
ServiceSchemaRegistryCompatibility:
- service:data:write
ServiceSchemaRegistryGlobalConfigGet:
- service:data:write
ServiceSchemaRegistryGlobalConfigPut:
- service:data:write
ServiceSchemaRegistrySchemaGet:
- service:data:write
ServiceSchemaRegistrySubjectConfigGet:
- service:data:write
ServiceSchemaRegistrySubjectConfigPut:
- service:data:write
ServiceSchemaRegistrySubjectDelete:
- service:data:write
ServiceSchemaRegistrySubjectVersionDelete:
- service:data:write
ServiceSchemaRegistrySubjectVersionGet:
- service:data:write
ServiceSchemaRegistrySubjectVersionPost:
- service:data:write
ServiceSchemaRegistrySubjectVersionSchemaGet:
- service:data:write
ServiceSchemaRegistrySubjectVersionsGet:
- service:data:write
ServiceSchemaRegistrySubjects:
- service:data:write
ServiceTaskCreate:
- operator
ServiceTaskGet:
- operator
ServiceThanosStorageSummary:
- service:data:write
ServiceUpdate:
- project:services:write
- role:services:maintenance
- role:services:recover
- service:configuration:write
ServiceUserCreate:
- service:users:write
ServiceUserCredentialsModify:
- service:users:write
ServiceUserCredentialsReset:
- service:users:write
ServiceUserDelete:
- service:users:write
ServiceUserGet:
- service:configuration:write
- service:users:write
StaticIPCreate:
- operator
StaticIPList:
- developer
- operator
- read_only
UserGroupCreate:
- organization:groups:write
UserGroupDelete:
- organization:groups:write
UserGroupMembersUpdate:
- organization:groups:write
UserGroupUpdate:
- organization:groups:write
VpcCreate:
- project:networking:write
VpcDelete:
- project:networking:write
VpcGet:
- project:networking:read
VpcList:
- project:networking:read
VpcPeeringConnectionCreate:
- project:networking:write
VpcPeeringConnectionDelete:
- project:networking:write
VpcPeeringConnectionUpdate:
- project:networking:write
VpcPeeringConnectionWithRegionDelete:
- project:networking:write
VpcPeeringConnectionWithResourceGroupDelete:
- project:networking:write