We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f80ca commit 022e6f1Copy full SHA for 022e6f1
tableauserverclient/models/permissions_item.py
@@ -43,6 +43,7 @@ class Capability:
43
CreateRefreshMetrics = "CreateRefreshMetrics"
44
SaveAs = "SaveAs"
45
PulseMetricDefine = "PulseMetricDefine"
46
+ WebAuthoringForFlows = "WebAuthoringForFlows"
47
48
def __repr__(self):
49
return "<Enum Capability: AddComment | ChangeHierarchy | ChangePermission ... (17 more) >"
0 commit comments