|
|
|
|
@ -105,6 +105,11 @@ var globalAuthorizedCollectionActions = map[string]*structpb.ListValue{
|
|
|
|
|
structpb.NewStringValue("destroy-key-version"),
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"session-recordings": {
|
|
|
|
|
Values: []*structpb.Value{
|
|
|
|
|
structpb.NewStringValue("list"),
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"storage-buckets": {
|
|
|
|
|
Values: []*structpb.Value{
|
|
|
|
|
structpb.NewStringValue("create"),
|
|
|
|
|
@ -162,6 +167,11 @@ var orgAuthorizedCollectionActions = map[string]*structpb.ListValue{
|
|
|
|
|
structpb.NewStringValue("destroy-key-version"),
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"session-recordings": {
|
|
|
|
|
Values: []*structpb.Value{
|
|
|
|
|
structpb.NewStringValue("list"),
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
"storage-buckets": {
|
|
|
|
|
Values: []*structpb.Value{
|
|
|
|
|
structpb.NewStringValue("create"),
|
|
|
|
|
|