Class DefaultPermissionsContentTypeUrlSegments
Class containing default project permission content type URL segment constants.
For example, for the URL "/api/api-version/sites/site-luid/projects/project-luid/default-permissions/workbooks" the URL segment would be "workbooks".
See Tableau API Reference for documentation.
Inheritance
DefaultPermissionsContentTypeUrlSegments
Inherited Members
Namespace: Tableau.Migration.Content.Permissions
Assembly: Tableau.Migration.dll
Syntax
public class DefaultPermissionsContentTypeUrlSegments : StringEnum<DefaultPermissionsContentTypeUrlSegments>
Fields
DataSources
Gets the data source content type URL path segment.
Declaration
public const string DataSources = "datasources"
Field Value
Type | Description |
---|---|
string |
Databases
Gets the database content type URL path segment.
Declaration
public const string Databases = "databases"
Field Value
Type | Description |
---|---|
string |
Flows
Gets the flow content type URL path segment.
Declaration
public const string Flows = "flows"
Field Value
Type | Description |
---|---|
string |
Tables
Gets the table content type URL path segment.
Declaration
public const string Tables = "tables"
Field Value
Type | Description |
---|---|
string |
Workbooks
Gets the workbook content type URL path segment.
Declaration
public const string Workbooks = "workbooks"
Field Value
Type | Description |
---|---|
string |