Skip to content

Commit 63ece82

Browse files
authored
chore: support VizqlDataApiAccess capability (#1504)
Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
1 parent 60dfd4d commit 63ece82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tableauserverclient/models/permissions_item.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class Capability:
3636
ShareView = "ShareView"
3737
ViewComments = "ViewComments"
3838
ViewUnderlyingData = "ViewUnderlyingData"
39+
VizqlDataApiAccess = "VizqlDataApiAccess"
3940
WebAuthoring = "WebAuthoring"
4041
Write = "Write"
4142
RunExplainData = "RunExplainData"

0 commit comments

Comments
 (0)