{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "sub_types", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "AnalyticsWorkspace - Metadata API", "description": "Represents a Tableau Next workspace.", "file_information": ".analtyicsWorkspace", "directory_location": "analyticsWorkspaces", "fields_columns": [ "type", "description", "required" ], "fields": { "description": { "type": "string", "description": "The workspace description." }, "masterLabel": { "type": "string", "required": true, "description": "The name of the workspace." }, "workspaceAssetRelationships": { "type": "AnalyticsWorkspaceAsset[]", "description": "The workspace assets associated with the workspace. A workspace has 1 or more assets." } }, "sub_types": { "AnalyticsWorkspaceAsset": { "asset": { "type": "string", "required": true, "description": "The name of workspace asset" }, "assetType": { "type": "AnalyticsWorkspaceAssetType (enumeration of type string)", "required": true, "description": "The workspace asset typeValues are: AnalyticsDashboard (Tableau Next Dashboard) AnalyticsVisualization (Tableau Next Visualization) MktCalculatedInsightObject (Data 360 Calculated Insight Object) MktDataConnection (Data 360 Connection) MktDataLakeObject (Data 360 Data Lake Object) MktDataModelObject (Data 360 Data Model Object) SemanticModel (Semantic Model)" }, "assetUsageType": { "type": "AnalyticsWorkspaceAssetUsageType (enumeration of type string)", "required": true, "description": "The workspace asset usage type.Values are: Created Referenced" }, "metadataSourceType": { "type": "AnalyticsWorkspaceAssetMetadataSourceType (enumeration of type string)", "description": "The workspace asset metadata source type.Values are: Promoted Reused" }, "workspace": { "type": "string", "required": true, "description": "The workspace the asset belongs to." } } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n\n\n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n\n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "The following is an example of an AnalyticsWorkspace component.", "code": "\n \n An example for Analytics Workspace\n Analytics Workspace\n \n \t My Test Dashboard\n \t AnalyticsDashboard\n \t Created\n \t Promoted\n \t Analytics Workspace\n \n" } ] }