8000 Update user_item.py (#1217) · tableau/server-client-python@fc9568d · GitHub
[go: up one dir, main page]

Skip to content

Commit fc9568d

Browse files
authored
Update user_item.py (#1217)
TableauIDWithMFA added to the user_item model to allow creating users on Tableau Cloud with MFA enabled and to keep in sync with REST API. Fixing Issue #1216
1 parent e4fbe41 commit fc9568d

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
@@ -45,6 +45,7 @@ class Roles:
4545
class Auth:
4646
OpenID = "OpenID"
4747
SAML = "SAML"
48+
TableauIDWithMFA = "TableauIDWithMFA"
4849
ServerDefault = "ServerDefault"
4950

5051
def __init__(

0 commit comments

Comments
 (0)
0