{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Invitation API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Invitation", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Invitation In A Share", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataShare/accounts/:accountName/shares/:shareName/invitations/:invitationName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription identifier" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group name." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the share account." }, { "name": "shareName", "value": "", "type": "path", "description": "The name of the share." }, { "name": "invitationName", "value": "", "type": "path", "description": "The name of the invitation." }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Get an invitation in a share" }, { "info": { "name": "Microsoft Azure Sends A New Invitation To A Recipient To Access A Share", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataShare/accounts/:accountName/shares/:shareName/invitations/:invitationName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription identifier" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group name." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the share account." }, { "name": "shareName", "value": "", "type": "path", "description": "The name of the share to send the invitation for." }, { "name": "invitationName", "value": "", "type": "path", "description": "The name of the invitation." }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Create an invitation " }, { "info": { "name": "Microsoft Azure Delete Invitation In A Share", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataShare/accounts/:accountName/shares/:shareName/invitations/:invitationName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription identifier" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group name." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the share account." }, { "name": "shareName", "value": "", "type": "path", "description": "The name of the share." }, { "name": "invitationName", "value": "", "type": "path", "description": "The name of the invitation." }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Delete an invitation in a share" }, { "info": { "name": "Microsoft Azure List All Invitations In A Share", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataShare/accounts/:accountName/shares/:shareName/invitations", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription identifier" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group name." }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the share account." }, { "name": "shareName", "value": "", "type": "path", "description": "The name of the share." }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." }, { "name": "$skipToken", "value": "", "type": "query", "description": "The continuation token" }, { "name": "$filter", "value": "", "type": "query", "description": "Filters the results using OData syntax." }, { "name": "$orderby", "value": "", "type": "query", "description": "Sorts the results using OData syntax." } ] }, "docs": "List invitations in a share" } ] } ], "bundled": true }