Microsoft.Synapse workspaces/azureADOnlyAuthentications

ARM template resource definition

The workspaces/azureADOnlyAuthentications 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/azureADOnlyAuthentications resource, add the following JSON to your template.

{
  "type": "Microsoft.Synapse/workspaces/azureADOnlyAuthentications",
  "apiVersion": "2021-06-01",
  "name": "default",
  "properties": {
    "azureADOnlyAuthentication": "bool"
  }
}

Property values

workspaces/azureADOnlyAuthentications

Name Description Value
type The resource type 'Microsoft.Synapse/workspaces/azureADOnlyAuthentications'
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.
'default'
properties azureADOnlyAuthentication resource properties AzureADOnlyAuthenticationProperties

AzureADOnlyAuthenticationProperties

Name Description Value
azureADOnlyAuthentication Azure Active Directory only Authentication enabled. bool (required)