{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Token API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Token", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Generate Service Access Token", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/modelmanagement/v1.0/subscriptions/:subscriptionId/resourceGroups/:resourceGroup/providers/Microsoft.MachineLearningServices/workspaces/:workspace/services/:id/token", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure Subscription ID." }, { "name": "resourceGroup", "value": "", "type": "path", "description": "The Name of the resource group in which the workspace is located." }, { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace." }, { "name": "id", "value": "", "type": "path", "description": "The Service Id." } ] }, "docs": "Gets access token that can be used for calling service." }, { "info": { "name": "Microsoft Azure Issue A New Token For An Identity", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/identities/:id/:issueAccessToken", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the identity to issue token for." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }