tableau_migration.migration_content
Wrapper for classes in Tableau.Migration.Content namespace.
Classes
PyCloudSubscription(cloud_subscription) |
The interface for a cloud subscription. |
|---|---|
PyConnection(connection) |
Interface for a content item's embedded connection. |
PyConnectionsContent(connections_content) |
Interface for content that has connection metadata. |
PyContainerContent(container_content) |
Interface for a content item that belongs to a container (e.g. project or personal space). |
PyCustomView(custom_view) |
The interface for a custom view content item. |
PyDataSource(data_source) |
Interface for a data source content item. |
PyDataSourceDetails(data_source_details) |
Interface for a data source object with extended information, from a GET query for example. |
PyDescriptionContent(description_content) |
Interface for a content item that has a description. |
PyExtractContent(extract_content) |
Interface for a content item that has an extract. |
PyFavorite(favorite) |
Interface for a content item named favorite. |
PyFavoriteContentType(value) |
Enum of content types for favorites. |
PyGroup(group) |
Interface for a group content item. |
PyGroupSet(group_set) |
Interface for a group set content item. |
PyGroupUser(group_user) |
Interface for a user linked to a group content item. |
PyLabel(label) |
Interface for a content item's label. |
PyProject(project) |
Interface for a project content item. |
PyPublishableCustomView(publishable_custom_view) |
Interface for the publishable version of ICustomView. |
PyPublishableDataSource(publishable_data_source) |
Interface for a IDataSource that has been downloaded and has full information necessary for re-publishing. |
PyPublishableGroup(publishable_group) |
Interface for a group content item with users. |
PyPublishableGroupSet(publishable_group_set) |
Interface for a group set content item with groups. |
PyPublishableWorkbook(publishable_workbook) |
Interface for an IWorkbook that has been downloaded and has full information necessary for re-publishing. |
PyPublishedContent(published_content) |
Interface for a content item that has metadata around publishing information. |
PyServerSubscription(server_subscription) |
The interface for a server subscription. |
PySubscription(subscription) |
Interface for a subscription. |
PySubscriptionContent(subscription_content) |
The content of the subscription. |
PyTag(tag) |
Interface for tags associated with content items. |
PyUser(user) |
Interface for a user content item. |
PyUserAuthenticationType(...) |
Structure representing the authentication type of a user. |
PyUsernameContent(username_content) |
Interface for a content item that uses a domain qualified username. |
PyView(view) |
Interface for view associated with the content item. |
PyWithDomain(with_domain) |
Interface for content items with a domain. |
PyWithOwner(with_owner) |
Interface to be inherited by content items with owner. |
PyWithTags(with_tags) |
Interface to be inherited by content items with tags. |
PyWithWorkbook(with_workbook) |
Interface to be inherited by content items with workbook. |
PyWorkbook(workbook) |
Interface for a workbook content item. |
PyWorkbookDetails(workbook_details) |
Interface for a workbook object with extended information, from a GET query for example. |