{ "opencollection": "1.0.0", "info": { "name": "Azure Synapse Analytics - Access Control AzureADOnlyAuthentications Keys 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": "Keys", "type": "folder" }, "items": [ { "info": { "name": "Azure Synapse Analytics List workspace keys", "type": "http" }, "http": { "method": "GET", "url": "https://{workspaceName}.dev.azuresynapse.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Synapse/workspaces/:workspaceName/keys", "params": [ { "name": "api-version", "value": "", "type": "query" }, { "name": "subscriptionId", "value": "", "type": "path" }, { "name": "resourceGroupName", "value": "", "type": "path" }, { "name": "workspaceName", "value": "", "type": "path" } ] }, "docs": "Returns a list of keys in a workspace." }, { "info": { "name": "Azure Synapse Analytics Get a workspace key", "type": "http" }, "http": { "method": "GET", "url": "https://{workspaceName}.dev.azuresynapse.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Synapse/workspaces/:workspaceName/keys/:keyName", "params": [ { "name": "api-version", "value": "", "type": "query" }, { "name": "subscriptionId", "value": "", "type": "path" }, { "name": "resourceGroupName", "value": "", "type": "path" }, { "name": "workspaceName", "value": "", "type": "path" }, { "name": "keyName", "value": "", "type": "path", "description": "The name of the workspace key." } ] }, "docs": "Gets a workspace key." }, { "info": { "name": "Azure Synapse Analytics Create or update a workspace key", "type": "http" }, "http": { "method": "PUT", "url": "https://{workspaceName}.dev.azuresynapse.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Synapse/workspaces/:workspaceName/keys/:keyName", "params": [ { "name": "api-version", "value": "", "type": "query" }, { "name": "subscriptionId", "value": "", "type": "path" }, { "name": "resourceGroupName", "value": "", "type": "path" }, { "name": "workspaceName", "value": "", "type": "path" }, { "name": "keyName", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates a workspace key." }, { "info": { "name": "Azure Synapse Analytics Delete a workspace key", "type": "http" }, "http": { "method": "DELETE", "url": "https://{workspaceName}.dev.azuresynapse.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Synapse/workspaces/:workspaceName/keys/:keyName", "params": [ { "name": "api-version", "value": "", "type": "query" }, { "name": "subscriptionId", "value": "", "type": "path" }, { "name": "resourceGroupName", "value": "", "type": "path" }, { "name": "workspaceName", "value": "", "type": "path" }, { "name": "keyName", "value": "", "type": "path" } ] }, "docs": "Deletes a workspace key." } ] } ], "bundled": true }