-
Notifications
You must be signed in to change notification settings - Fork 1
/
permissions.pb.go
204 lines (186 loc) · 8.94 KB
/
permissions.pb.go
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
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
// protoc v3.20.3
// source: permissions.proto
package protos
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
// These are the permissions a user can have. They have to be defined in Auth0 and are included in
// the JWT permission list. API can verify that the permission required for a message has been set
// before allowing the request to be processed.
// NOTE: Each message name ending with Req is expected to have a line preceeding it
// that looks like this:
// requires(PERMISSION)
// Where PERMISSION is one of the below enums (with the PERM_ prefix removed)
type Permission int32
const (
Permission_PERM_NONE Permission = 0 // https://protobuf.dev/programming-guides/dos-donts/ says specify something at 0
Permission_PERM_QUANTIFY Permission = 1 // Can run quant jobs
// PERM_JOB_ADMIN = 2; // Can view all quant jobs
Permission_PERM_USER_ADMIN Permission = 3 // Can edit users, roles, create/delete user-groups
Permission_PERM_EDIT_SCAN Permission = 5 // Can upload datasets, rename them, add images
// PERM_BLESS_QUANT = 6; // Can mark a quant as "blessed"
Permission_PERM_PIXLISE_ADMIN Permission = 7
Permission_PERM_EDIT_DIFFRACTION Permission = 9 // Can edit detected diffraction peak status AND add user defined peaks
Permission_PERM_EXPORT Permission = 10 // Can export data
Permission_PERM_EDIT_EXPRESSION Permission = 11 // Can edit/delete expressions, expression groups and data modules
Permission_PERM_EDIT_API_SETTINGS Permission = 12 // Can change system settings eg log level
Permission_PERM_READ_PIQUANT_SETTINGS Permission = 13 // Can read PIQUANT settings
Permission_PERM_EDIT_PIQUANT_SETTINGS Permission = 14 // Can write PIQUANT settings, eg current version to run
Permission_PERM_EDIT_ROI Permission = 15 // Can create/edit/delete ROIs
Permission_PERM_EDIT_TAGS Permission = 16 // Can create+edit tags
Permission_PERM_EDIT_OWN_USER Permission = 17 // Can edit own user account, eg notifications, name, email etc
Permission_PERM_EDIT_VIEW_STATE Permission = 18 // Can save view state
Permission_PERM_EDIT_ELEMENT_SET Permission = 19 // Can create/edit/delete Element Sets
Permission_PERM_EDIT_EXPRESSION_GROUP Permission = 20 // Can create/edit/delete Expression Groups (formerly known as RGB Mixes)
)
// Enum value maps for Permission.
var (
Permission_name = map[int32]string{
0: "PERM_NONE",
1: "PERM_QUANTIFY",
3: "PERM_USER_ADMIN",
5: "PERM_EDIT_SCAN",
7: "PERM_PIXLISE_ADMIN",
9: "PERM_EDIT_DIFFRACTION",
10: "PERM_EXPORT",
11: "PERM_EDIT_EXPRESSION",
12: "PERM_EDIT_API_SETTINGS",
13: "PERM_READ_PIQUANT_SETTINGS",
14: "PERM_EDIT_PIQUANT_SETTINGS",
15: "PERM_EDIT_ROI",
16: "PERM_EDIT_TAGS",
17: "PERM_EDIT_OWN_USER",
18: "PERM_EDIT_VIEW_STATE",
19: "PERM_EDIT_ELEMENT_SET",
20: "PERM_EDIT_EXPRESSION_GROUP",
}
Permission_value = map[string]int32{
"PERM_NONE": 0,
"PERM_QUANTIFY": 1,
"PERM_USER_ADMIN": 3,
"PERM_EDIT_SCAN": 5,
"PERM_PIXLISE_ADMIN": 7,
"PERM_EDIT_DIFFRACTION": 9,
"PERM_EXPORT": 10,
"PERM_EDIT_EXPRESSION": 11,
"PERM_EDIT_API_SETTINGS": 12,
"PERM_READ_PIQUANT_SETTINGS": 13,
"PERM_EDIT_PIQUANT_SETTINGS": 14,
"PERM_EDIT_ROI": 15,
"PERM_EDIT_TAGS": 16,
"PERM_EDIT_OWN_USER": 17,
"PERM_EDIT_VIEW_STATE": 18,
"PERM_EDIT_ELEMENT_SET": 19,
"PERM_EDIT_EXPRESSION_GROUP": 20,
}
)
func (x Permission) Enum() *Permission {
p := new(Permission)
*p = x
return p
}
func (x Permission) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Permission) Descriptor() protoreflect.EnumDescriptor {
return file_permissions_proto_enumTypes[0].Descriptor()
}
func (Permission) Type() protoreflect.EnumType {
return &file_permissions_proto_enumTypes[0]
}
func (x Permission) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Permission.Descriptor instead.
func (Permission) EnumDescriptor() ([]byte, []int) {
return file_permissions_proto_rawDescGZIP(), []int{0}
}
var File_permissions_proto protoreflect.FileDescriptor
var file_permissions_proto_rawDesc = []byte{
0x0a, 0x11, 0x70, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72,
0x6f, 0x74, 0x6f, 0x2a, 0xa5, 0x03, 0x0a, 0x0a, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69,
0x6f, 0x6e, 0x12, 0x0d, 0x0a, 0x09, 0x50, 0x45, 0x52, 0x4d, 0x5f, 0x4e, 0x4f, 0x4e, 0x45, 0x10,
0x00, 0x12, 0x11, 0x0a, 0x0d, 0x50, 0x45, 0x52, 0x4d, 0x5f, 0x51, 0x55, 0x41, 0x4e, 0x54, 0x49,
0x46, 0x59, 0x10, 0x01, 0x12, 0x13, 0x0a, 0x0f, 0x50, 0x45, 0x52, 0x4d, 0x5f, 0x55, 0x53, 0x45,
0x52, 0x5f, 0x41, 0x44, 0x4d, 0x49, 0x4e, 0x10, 0x03, 0x12, 0x12, 0x0a, 0x0e, 0x50, 0x45, 0x52,
0x4d, 0x5f, 0x45, 0x44, 0x49, 0x54, 0x5f, 0x53, 0x43, 0x41, 0x4e, 0x10, 0x05, 0x12, 0x16, 0x0a,
0x12, 0x50, 0x45, 0x52, 0x4d, 0x5f, 0x50, 0x49, 0x58, 0x4c, 0x49, 0x53, 0x45, 0x5f, 0x41, 0x44,
0x4d, 0x49, 0x4e, 0x10, 0x07, 0x12, 0x19, 0x0a, 0x15, 0x50, 0x45, 0x52, 0x4d, 0x5f, 0x45, 0x44,
0x49, 0x54, 0x5f, 0x44, 0x49, 0x46, 0x46, 0x52, 0x41, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x10, 0x09,
0x12, 0x0f, 0x0a, 0x0b, 0x50, 0x45, 0x52, 0x4d, 0x5f, 0x45, 0x58, 0x50, 0x4f, 0x52, 0x54, 0x10,
0x0a, 0x12, 0x18, 0x0a, 0x14, 0x50, 0x45, 0x52, 0x4d, 0x5f, 0x45, 0x44, 0x49, 0x54, 0x5f, 0x45,
0x58, 0x50, 0x52, 0x45, 0x53, 0x53, 0x49, 0x4f, 0x4e, 0x10, 0x0b, 0x12, 0x1a, 0x0a, 0x16, 0x50,
0x45, 0x52, 0x4d, 0x5f, 0x45, 0x44, 0x49, 0x54, 0x5f, 0x41, 0x50, 0x49, 0x5f, 0x53, 0x45, 0x54,
0x54, 0x49, 0x4e, 0x47, 0x53, 0x10, 0x0c, 0x12, 0x1e, 0x0a, 0x1a, 0x50, 0x45, 0x52, 0x4d, 0x5f,
0x52, 0x45, 0x41, 0x44, 0x5f, 0x50, 0x49, 0x51, 0x55, 0x41, 0x4e, 0x54, 0x5f, 0x53, 0x45, 0x54,
0x54, 0x49, 0x4e, 0x47, 0x53, 0x10, 0x0d, 0x12, 0x1e, 0x0a, 0x1a, 0x50, 0x45, 0x52, 0x4d, 0x5f,
0x45, 0x44, 0x49, 0x54, 0x5f, 0x50, 0x49, 0x51, 0x55, 0x41, 0x4e, 0x54, 0x5f, 0x53, 0x45, 0x54,
0x54, 0x49, 0x4e, 0x47, 0x53, 0x10, 0x0e, 0x12, 0x11, 0x0a, 0x0d, 0x50, 0x45, 0x52, 0x4d, 0x5f,
0x45, 0x44, 0x49, 0x54, 0x5f, 0x52, 0x4f, 0x49, 0x10, 0x0f, 0x12, 0x12, 0x0a, 0x0e, 0x50, 0x45,
0x52, 0x4d, 0x5f, 0x45, 0x44, 0x49, 0x54, 0x5f, 0x54, 0x41, 0x47, 0x53, 0x10, 0x10, 0x12, 0x16,
0x0a, 0x12, 0x50, 0x45, 0x52, 0x4d, 0x5f, 0x45, 0x44, 0x49, 0x54, 0x5f, 0x4f, 0x57, 0x4e, 0x5f,
0x55, 0x53, 0x45, 0x52, 0x10, 0x11, 0x12, 0x18, 0x0a, 0x14, 0x50, 0x45, 0x52, 0x4d, 0x5f, 0x45,
0x44, 0x49, 0x54, 0x5f, 0x56, 0x49, 0x45, 0x57, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x10, 0x12,
0x12, 0x19, 0x0a, 0x15, 0x50, 0x45, 0x52, 0x4d, 0x5f, 0x45, 0x44, 0x49, 0x54, 0x5f, 0x45, 0x4c,
0x45, 0x4d, 0x45, 0x4e, 0x54, 0x5f, 0x53, 0x45, 0x54, 0x10, 0x13, 0x12, 0x1e, 0x0a, 0x1a, 0x50,
0x45, 0x52, 0x4d, 0x5f, 0x45, 0x44, 0x49, 0x54, 0x5f, 0x45, 0x58, 0x50, 0x52, 0x45, 0x53, 0x53,
0x49, 0x4f, 0x4e, 0x5f, 0x47, 0x52, 0x4f, 0x55, 0x50, 0x10, 0x14, 0x42, 0x0a, 0x5a, 0x08, 0x2e,
0x3b, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_permissions_proto_rawDescOnce sync.Once
file_permissions_proto_rawDescData = file_permissions_proto_rawDesc
)
func file_permissions_proto_rawDescGZIP() []byte {
file_permissions_proto_rawDescOnce.Do(func() {
file_permissions_proto_rawDescData = protoimpl.X.CompressGZIP(file_permissions_proto_rawDescData)
})
return file_permissions_proto_rawDescData
}
var file_permissions_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
var file_permissions_proto_goTypes = []interface{}{
(Permission)(0), // 0: Permission
}
var file_permissions_proto_depIdxs = []int32{
0, // [0:0] is the sub-list for method output_type
0, // [0:0] is the sub-list for method input_type
0, // [0:0] is the sub-list for extension type_name
0, // [0:0] is the sub-list for extension extendee
0, // [0:0] is the sub-list for field type_name
}
func init() { file_permissions_proto_init() }
func file_permissions_proto_init() {
if File_permissions_proto != nil {
return
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_permissions_proto_rawDesc,
NumEnums: 1,
NumMessages: 0,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_permissions_proto_goTypes,
DependencyIndexes: file_permissions_proto_depIdxs,
EnumInfos: file_permissions_proto_enumTypes,
}.Build()
File_permissions_proto = out.File
file_permissions_proto_rawDesc = nil
file_permissions_proto_goTypes = nil
file_permissions_proto_depIdxs = nil
}