{ "opencollection": "1.0.0", "info": { "name": "Azure Synapse Analytics - Access Control AzureADOnlyAuthentications API", "version": "2020-12-01" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "AzureADOnlyAuthentications", "type": "folder" }, "items": [ { "info": { "name": "Azure Synapse Analytics List Azure AD only authentications", "type": "http" }, "http": { "method": "GET", "url": "https://{workspaceName}.dev.azuresynapse.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Synapse/workspaces/:workspaceName/azureADOnlyAuthentications", "params": [ { "name": "api-version", "value": "", "type": "query" }, { "name": "subscriptionId", "value": "", "type": "path" }, { "name": "resourceGroupName", "value": "", "type": "path" }, { "name": "workspaceName", "value": "", "type": "path" } ] }, "docs": "Gets a list of Azure Active Directory only authentication property for a workspace." }, { "info": { "name": "Azure Synapse Analytics Get Azure AD only authentication", "type": "http" }, "http": { "method": "GET", "url": "https://{workspaceName}.dev.azuresynapse.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Synapse/workspaces/:workspaceName/azureADOnlyAuthentications/:azureADOnlyAuthenticationName", "params": [ { "name": "api-version", "value": "", "type": "query" }, { "name": "subscriptionId", "value": "", "type": "path" }, { "name": "resourceGroupName", "value": "", "type": "path" }, { "name": "workspaceName", "value": "", "type": "path" }, { "name": "azureADOnlyAuthenticationName", "value": "", "type": "path", "description": "Name of the Azure AD only authentication (default)." } ] }, "docs": "Gets a Azure Active Directory only authentication property." }, { "info": { "name": "Azure Synapse Analytics Create or update Azure AD only authentication", "type": "http" }, "http": { "method": "PUT", "url": "https://{workspaceName}.dev.azuresynapse.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Synapse/workspaces/:workspaceName/azureADOnlyAuthentications/:azureADOnlyAuthenticationName", "params": [ { "name": "api-version", "value": "", "type": "query" }, { "name": "subscriptionId", "value": "", "type": "path" }, { "name": "resourceGroupName", "value": "", "type": "path" }, { "name": "workspaceName", "value": "", "type": "path" }, { "name": "azureADOnlyAuthenticationName", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or Update a Azure Active Directory only authentication property for the workspaces." } ] } ], "bundled": true }