We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a4a12 commit 04667f3Copy full SHA for 04667f3
1 file changed
tableauserverclient/models/user_item.py
@@ -255,7 +255,7 @@ def _set_values(
255
if domain_name:
256
self._domain_name = domain_name
257
if idp_configuration_id:
258
- self._domain_name = idp_configuration_id
+ self._idp_configuration_id = idp_configuration_id
259
260
@classmethod
261
def from_response(cls, resp, ns) -> list["UserItem"]:
0 commit comments