-
Notifications
You must be signed in to change notification settings - Fork 448
Description
Summary
Hello, I saw the traditional auth type/class has user_id_to_impersonate. However, it is not available if I want to use PersonalAccessTokenAuth.
Request Type
If you know, say which of these types your request is in the title, and follow the suggestions for that type when writing your description.
Type 1: support a REST API:
If it is functionality that already exists in the REST API, example API calls are the clearest way to explain your request
REST API DOCUMENTATION : https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_concepts_auth.htm
Impersonating a User
Description
I want to have the ability to impersonate a user when using PersonalAccessTokenAuth method to login. Currently, currently it's only support if use Traditional Auth Type (User/password).
please see line 24 & line 54 in the file tableauserverclient/models/tableau_auth.py
