We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60dfd4d commit 63ece82Copy full SHA for 63ece82
1 file changed
tableauserverclient/models/permissions_item.py
@@ -36,6 +36,7 @@ class Capability:
36
ShareView = "ShareView"
37
ViewComments = "ViewComments"
38
ViewUnderlyingData = "ViewUnderlyingData"
39
+ VizqlDataApiAccess = "VizqlDataApiAccess"
40
WebAuthoring = "WebAuthoring"
41
Write = "Write"
42
RunExplainData = "RunExplainData"
0 commit comments