WorkspaceProperties

Workspace properties.

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
defaultDataLakeStorage object
sqlAdministratorLoginPassword string SQL administrator login password.
managedResourceGroupName string Workspace managed resource group name.
provisioningState string Resource provisioning state.
sqlAdministratorLogin string Login for workspace SQL active directory administrator.
virtualNetworkProfile object
connectivityEndpoints object Connectivity endpoints.
managedVirtualNetwork string Setting this to 'default' will ensure that all compute is in a managed virtual network.
managedVirtualNetworkSettings object
encryption object
publicNetworkAccess string Enable or disable public network access.
workspaceUID string The workspace unique identifier.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-workspaceproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkspaceProperties",
  "title": "WorkspaceProperties",
  "type": "object",
  "description": "Workspace properties.",
  "properties": {
    "defaultDataLakeStorage": {
      "$ref": "#/components/schemas/DataLakeStorageAccountDetails"
    },
    "sqlAdministratorLoginPassword": {
      "type": "string",
      "description": "SQL administrator login password."
    },
    "managedResourceGroupName": {
      "type": "string",
      "description": "Workspace managed resource group name."
    },
    "provisioningState": {
      "type": "string",
      "description": "Resource provisioning state.",
      "readOnly": true
    },
    "sqlAdministratorLogin": {
      "type": "string",
      "description": "Login for workspace SQL active directory administrator."
    },
    "virtualNetworkProfile": {
      "type": "object",
      "properties": {
        "computeSubnetId": {
          "type": "string",
          "description": "Subnet ID used for computes in workspace."
        }
      }
    },
    "connectivityEndpoints": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Connectivity endpoints.",
      "readOnly": true
    },
    "managedVirtualNetwork": {
      "type": "string",
      "description": "Setting this to 'default' will ensure that all compute is in a managed virtual network."
    },
    "managedVirtualNetworkSettings": {
      "type": "object",
      "properties": {
        "preventDataExfiltration": {
          "type": "boolean",
          "description": "Prevent data exfiltration."
        },
        "linkedAccessCheckOnTargetResource": {
          "type": "boolean",
          "description": "Linked access check on target resource."
        },
        "allowedAadTenantIdsForLinking": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Allowed AAD Tenant IDs for linking."
        }
      }
    },
    "encryption": {
      "type": "object",
      "properties": {
        "cmk": {
          "type": "object",
          "properties": {
            "key": {
              "type": "object",
              "properties": {
                "name": {
                  "type": "string",
                  "description": "Workspace Key Name."
                },
                "keyVaultUrl": {
                  "type": "string",
                  "description": "Workspace Key sub-resource key vault URL."
                }
              }
            }
          }
        }
      }
    },
    "publicNetworkAccess": {
      "type": "string",
      "description": "Enable or disable public network access.",
      "enum": [
        "Enabled",
        "Disabled"
      ]
    },
    "workspaceUID": {
      "type": "string",
      "description": "The workspace unique identifier.",
      "readOnly": true
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-azure-synapse-analytics-workspaceproperties"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.