The workspaces/administrators resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Synapse/workspaces/administrators resource, add the following JSON to your template.
{
"type": "Microsoft.Synapse/workspaces/administrators",
"apiVersion": "2021-06-01",
"name": "activeDirectory",
"properties": {
"administratorType": "string",
"login": "string",
"sid": "string",
"tenantId": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Synapse/workspaces/administrators' |
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 |
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 |