-
Notifications
You must be signed in to change notification settings - Fork 421
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73eaa4a
commit eac906c
Showing
3 changed files
with
143 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
test/assets/project_populate_virtualconnection_default_permissions.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<tsResponse xmlns="http://tableau.com/api" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://tableau.com/api https://help.tableau.com/samples/en-us/rest_api/ts-api_3_23.xsd"> | ||
<permissions> | ||
<project id="90f09c23-440a-44ee-857c-5744a51d5b08" name="Project3"> | ||
<owner id="26183d16-82f7-4fcf-b163-0e607bf292bc"/> | ||
</project> | ||
<granteeCapabilities> | ||
<group id="c8f2773a-c83a-11e8-8c8f-33e6d787b506"/> | ||
<capabilities> | ||
<capability name="Read" mode="Allow"/> | ||
<capability name="Connect" mode="Allow"/> | ||
<capability name="ChangeHierarchy" mode="Deny"/> | ||
<capability name="Delete" mode="Deny"/> | ||
<capability name="ChangePermissions" mode="Deny"/> | ||
</capabilities> | ||
</granteeCapabilities> | ||
</permissions> | ||
</tsResponse> |
17 changes: 17 additions & 0 deletions
17
test/assets/project_update_virtualconnection_default_permissions.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<tsResponse xmlns="http://tableau.com/api" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://tableau.com/api https://help.tableau.com/samples/en-us/rest_api/ts-api_3_23.xsd"> | ||
<permissions> | ||
<project id="90f09c23-440a-44ee-857c-5744a51d5b08" name="Project3"> | ||
<owner id="26183d16-82f7-4fcf-b163-0e607bf292bc"/> | ||
</project> | ||
<granteeCapabilities> | ||
<group id="c8f2773a-c83a-11e8-8c8f-33e6d787b506"/> | ||
<capabilities> | ||
<capability mode="Deny" name="Read"/> | ||
<capability mode="Allow" name="Delete"/> | ||
<capability mode="Allow" name="ChangeHierarchy"/> | ||
</capabilities> | ||
</granteeCapabilities> | ||
</permissions> | ||
</tsResponse> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters