8000 adding SupportUser role (#392) · tableau/server-client-python@0a099f4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a099f4

Browse files
authored
adding SupportUser role (#392)
1 parent ade073c commit 0a099f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tableauserverclient/models/user_item.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ class Roles:
2222
ReadOnly = 'ReadOnly'
2323
SiteAdministratorCreator = 'SiteAdministratorCreator'
2424
SiteAdministratorExplorer = 'SiteAdministratorExplorer'
25-
UnlicensedWithPublish = 'UnlicensedWithPublish'
25+
26+
# Online only
27+
SupportUser = 'SupportUser'
2628

2729
class Auth:
2830
SAML = 'SAML'

0 commit comments

Comments
 (0)
0