Microsoft.Synapse workspaces/sqlAdministrators

ARM template resource definition

The workspaces/sqlAdministrators resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.Synapse/workspaces/sqlAdministrators resource, add the following JSON to your template.

{
  "type": "Microsoft.Synapse/workspaces/sqlAdministrators",
  "apiVersion": "2021-06-01",
  "name": "activeDirectory",
  "properties": {
    "administratorType": "string",
    "login": "string",
    "sid": "string",
    "tenantId": "string"
  }
}

Property values

workspaces/sqlAdministrators

Name Description Value
type The resource type 'Microsoft.Synapse/workspaces/sqlAdministrators'
apiVersion The resource api version '2021-06-01'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
'activeDirectory'
properties Workspace active directory administrator properties AadAdminProperties

AadAdminProperties

Name Description Value
administratorType Workspace active directory administrator type string
login Login of the workspace active directory administrator string
sid Object ID of the workspace active directory administrator string
tenantId Tenant ID of the workspace active directory administrator string