Tableau · Schema

UpdateDataSourceRequest

AnalyticsBusiness IntelligenceDashboardsData Visualization

Properties

Name Type Description
datasource object
View JSON Schema on GitHub

JSON Schema

tableau-updatedatasourcerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateDataSourceRequest",
  "title": "UpdateDataSourceRequest",
  "type": "object",
  "properties": {
    "datasource": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "project": {
          "type": "object",
          "properties": {
            "id": {
              "type": "string"
            }
          }
        },
        "owner": {
          "type": "object",
          "properties": {
            "id": {
              "type": "string"
            }
          }
        },
        "isCertified": {
          "type": "boolean"
        },
        "certificationNote": {
          "type": "string"
        },
        "encryptExtracts": {
          "type": "string"
        }
      },
      "example": "example_value"
    }
  }
}