-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathscopes_gen.go
44 lines (42 loc) · 1.61 KB
/
scopes_gen.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
// This file is auto-generated. DO NOT EDIT
package slack
// These constants match the scopes provided by Slack API
const (
ChannelsHistoryScope = "channels:history"
ChannelsReadScope = "channels:read"
ChannelsWriteScope = "channels:write"
ChatWriteBotScope = "chat:write:bot"
ChatWriteUserScope = "chat:write:user"
DndReadScope = "dnd:read"
DndWriteScope = "dnd:write"
EmojiReadScope = "emoji:read"
FilesReadScope = "files:read"
FilesWriteUserScope = "files:write:user"
GroupsHistoryScope = "groups:history"
GroupsReadScope = "groups:read"
GroupsWriteScope = "groups:write"
IdentityBasicScope = "identity.basic"
ImHistoryScope = "im:history"
ImReadScope = "im:read"
ImWriteScope = "im:write"
LinksWriteScope = "links:write"
MpimHistoryScope = "mpim:history"
MpimReadScope = "mpim:read"
MpimWriteScope = "mpim:write"
PinsReadScope = "pins:read"
PinsWriteScope = "pins:write"
ReactionsReadScope = "reactions:read"
ReactionsWriteScope = "reactions:write"
RemindersReadScope = "reminders:read"
RemindersWriteScope = "reminders:write"
SearchReadScope = "search:read"
StarsReadScope = "stars:read"
StarsWriteScope = "stars:write"
TeamReadScope = "team:read"
UsergroupsReadScope = "usergroups:read"
UsergroupsWriteScope = "usergroups:write"
UsersProfileReadScope = "users.profile:read"
UsersProfileWriteScope = "users.profile:write"
UsersReadScope = "users:read"
UsersWriteScope = "users:write"
)