{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Credential API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Credential", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure List All Credentials", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/credentials", "params": [ { "name": "$skip", "value": "", "type": "query", "description": "for paging, skipped number" }, { "name": "$maxpagesize", "value": "", "type": "query", "description": "the maximum number of items in one page" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create A New Data Source Credential", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/credentials" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get A Data Source Credential", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/credentials/:credentialId", "params": [ { "name": "credentialId", "value": "", "type": "path", "description": "Data source credential unique ID" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Update A Data Source Credential", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/credentials/:credentialId", "params": [ { "name": "credentialId", "value": "", "type": "path", "description": "Data source credential unique ID" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete A Data Source Credential", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/credentials/:credentialId", "params": [ { "name": "credentialId", "value": "", "type": "path", "description": "Data source credential unique ID" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get Credentials Credentialname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/credentials/:credentialName", "params": [ { "name": "credentialName", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Gets credential information" }, { "info": { "name": "Microsoft Azure Put Credentials Credentialname", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/credentials/:credentialName", "params": [ { "name": "credentialName", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Creates an instance of a credential" }, { "info": { "name": "Microsoft Azure Delete Credentials Credentialname", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/credentials/:credentialName", "params": [ { "name": "credentialName", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Deletes the credentials associated with the account" } ] } ], "bundled": true }