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:
756
756
users: Iterable[UserItem]
757
757
An iterable of UserItem objects to create the CSV from.
758
758
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
-
764
759
Returns
765
760
-------
766
761
bytes
@@ -821,11 +816,6 @@ def remove_users_csv(users: Iterable[UserItem]) -> bytes:
821
816
users: Iterable[UserItem]
822
817
An iterable of UserItem objects to create the CSV from.
823
818
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
-
829
819
Returns
830
820
-------
831
821
bytes
You can’t perform that action at this time.
0 commit comments