8000 Add Guest to site role enum (#83) · Souravsp/server-client-python@2f041d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f041d1

Browse files
Kovnert8y8
authored andcommitted
Add Guest to site role enum (tableau#83)
Fixes tableau#79 by adding 'Guest' to the site role enum
1 parent e1f38a8 commit 2f041d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tableauserverclient/models/user_item.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class Roles:
1414
UnlicensedWithPublish = 'UnlicensedWithPublish'
1515
Viewer = 'Viewer'
1616
ViewerWithPublish = 'ViewerWithPublish'
17+
Guest = 'Guest'
1718

1819
class Auth:
1920
SAML = 'SAML'

0 commit comments

Comments
 (0)
0