Class PermissionsCapabilityNames
Enumeration class for the various capability names used in REST API permissions.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public class PermissionsCapabilityNames : StringEnum<PermissionsCapabilityNames>
Fields
AddComment
Gets the name of the "Add Comment" capability.
Declaration
public const string AddComment = "AddComment"
Field Value
Type | Description |
---|---|
string |
ChangeHierarchy
Gets the name of the "Change Hierarchy" capability.
Declaration
public const string ChangeHierarchy = "ChangeHierarchy"
Field Value
Type | Description |
---|---|
string |
ChangePermissions
Gets the name of the "Change Permissions" capability.
Declaration
public const string ChangePermissions = "ChangePermissions"
Field Value
Type | Description |
---|---|
string |
Connect
Gets the name of the "Connect" capability.
Declaration
public const string Connect = "Connect"
Field Value
Type | Description |
---|---|
string |
CreateRefreshMetrics
Gets the name of the "Create Refresh Metrics" capability.
Declaration
public const string CreateRefreshMetrics = "CreateRefreshMetrics"
Field Value
Type | Description |
---|---|
string |
Delete
Gets the name of the "Delete" capability.
Declaration
public const string Delete = "Delete"
Field Value
Type | Description |
---|---|
string |
Execute
Gets the name of the "Execute" capability.
Declaration
public const string Execute = "Execute"
Field Value
Type | Description |
---|---|
string |
ExportData
Gets the name of the "Export Data" capability.
Declaration
public const string ExportData = "ExportData"
Field Value
Type | Description |
---|---|
string |
ExportImage
Gets the name of the "Export Image" capability.
Declaration
public const string ExportImage = "ExportImage"
Field Value
Type | Description |
---|---|
string |
ExportXml
Gets the name of the "Export XML" capability.
Declaration
public const string ExportXml = "ExportXml"
Field Value
Type | Description |
---|---|
string |
ExtractRefresh
Gets the name of the "Extract Refresh" capability.
Declaration
public const string ExtractRefresh = "ExtractRefresh"
Field Value
Type | Description |
---|---|
string |
Filter
Gets the name of the "Filter" capability.
Declaration
public const string Filter = "Filter"
Field Value
Type | Description |
---|---|
string |
InheritedProjectLeader
Gets the name of the "Inherited Project Leader" capability.
Declaration
public const string InheritedProjectLeader = "InheritedProjectLeader"
Field Value
Type | Description |
---|---|
string |
None
Gets the name of the None capability.
Declaration
public const string None = "None"
Field Value
Type | Description |
---|---|
string |
ProjectLeader
Gets the name of the "Project Leader" capability.
Declaration
public const string ProjectLeader = "ProjectLeader"
Field Value
Type | Description |
---|---|
string |
Read
Gets the name of the "Read" capability.
Declaration
public const string Read = "Read"
Field Value
Type | Description |
---|---|
string |
RunExplainData
Gets the name of the "Run Explain Data" capability.
Declaration
public const string RunExplainData = "RunExplainData"
Field Value
Type | Description |
---|---|
string |
SaveAs
Gets the name of the "Save As" capability.
Declaration
public const string SaveAs = "SaveAs"
Field Value
Type | Description |
---|---|
string |
ShareView
Gets the name of the "Share View" capability.
Declaration
public const string ShareView = "ShareView"
Field Value
Type | Description |
---|---|
string |
ViewComments
Gets the name of the "View Comments" capability.
Declaration
public const string ViewComments = "ViewComments"
Field Value
Type | Description |
---|---|
string |
ViewUnderlyingData
Gets the name of the "View Underlying Data" capability.
Declaration
public const string ViewUnderlyingData = "ViewUnderlyingData"
Field Value
Type | Description |
---|---|
string |
WebAuthoring
Gets the name of the "Web Authoring" capability.
Declaration
public const string WebAuthoring = "WebAuthoring"
Field Value
Type | Description |
---|---|
string |
WebAuthoringForFlows
Gets the name of the "Web Authoring" capability for flows.
Declaration
public const string WebAuthoringForFlows = "WebAuthoringForFlows"
Field Value
Type | Description |
---|---|
string |
Write
Gets the name of the "Write" capability.
Declaration
public const string Write = "Write"
Field Value
Type | Description |
---|---|
string |