{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "ReferencedDashboard - Metadata API",
"description": "Represents the ReferencedDashboard object in CRM Analytics. A referenced dashboard stores information about an externally referenced dashboard.",
"file_information": ".refdash",
"directory_location": "wave",
"fields_columns": [
"type",
"description"
],
"fields": {
"application": {
"type": "string",
"description": "The internal name of the Analytics app.",
"required": true
},
"description": {
"type": "string",
"description": "The dashboard description that appears in the user interface."
},
"embedUrl": {
"type": "string",
"description": "The URL to the referenced dashboard.",
"required": true
},
"masterLabel": {
"type": "string",
"description": "The dashboard name that appears in the user interface.",
"required": true
},
"templateAssetSourceName": {
"type": "string",
"description": "Links the dashboard to the template used to create it. Null for assets not created from a template."
},
"visibility": {
"type": "string",
"description": "The visibility of the dashboard. Valid values are: ALL and LIMITED."
}
},
"wsdl_segment": "```xml\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 a WaveDashboard component.",
"code": "\n\n my_app\n ReferencedDashboard1\n My Tableau Dashboard\n https://public.tableau.com/views/Superstore_24/Overview\n ALL\n"
}
]
}