File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
tableauserverclient/server/endpoint Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -756,11 +756,6 @@ def create_users_csv(users: Iterable[UserItem]) -> bytes:
756756 users: Iterable[UserItem]
757757 An iterable of UserItem objects to create the CSV from.
758758
759- identity_pool: Optional[str]
760- The identity pool to use when adding the users. This parameter is not
761- yet supported in this version of the Tableau Server Client, and should
762- be left as None.
763-
764759 Returns
765760 -------
766761 bytes
@@ -821,11 +816,6 @@ def remove_users_csv(users: Iterable[UserItem]) -> bytes:
821816 users: Iterable[UserItem]
822817 An iterable of UserItem objects to create the CSV from.
823818
824- identity_pool: Optional[str]
825- The identity pool to use when adding the users. This parameter is not
826- yet supported in this version of the Tableau Server Client, and should
827- be left as None.
828-
829819 Returns
830820 -------
831821 bytes
You can’t perform that action at this time.
0 commit comments