{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector ServicePrincipal API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "ServicePrincipal", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Tenantid Serviceprincipals", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:tenantID/servicePrincipals", "params": [ { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply to the operation." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." }, { "name": "tenantID", "value": "", "type": "path", "description": "The tenant ID." } ] }, "docs": "Gets a list of service principals from the current tenant." }, { "info": { "name": "Microsoft Azure Post Tenantid Serviceprincipals", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:tenantID/servicePrincipals", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client API version." }, { "name": "tenantID", "value": "", "type": "path", "description": "The tenant ID." } ] }, "docs": "Creates a service principal in the directory." }, { "info": { "name": "Microsoft Azure Get Tenantid Serviceprincipals Objectid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:tenantID/servicePrincipals/:objectId", "params": [ { "name": "objectId", "value": "", "type": "path", "description": "The object ID of the service principal to get." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." }, { "name": "tenantID", "value": "", "type": "path", "description": "The tenant ID." } ] }, "docs": "Gets service principal information from the directory. Query by objectId or pass a filter to query by appId" }, { "info": { "name": "Microsoft Azure Patch Tenantid Serviceprincipals Objectid", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/:tenantID/servicePrincipals/:objectId", "params": [ { "name": "objectId", "value": "", "type": "path", "description": "The object ID of the service principal to delete." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." }, { "name": "tenantID", "value": "", "type": "path", "description": "The tenant ID." } ] }, "docs": "Updates a service principal in the directory." }, { "info": { "name": "Microsoft Azure Delete Tenantid Serviceprincipals Objectid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/:tenantID/servicePrincipals/:objectId", "params": [ { "name": "objectId", "value": "", "type": "path", "description": "The object ID of the service principal to delete." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." }, { "name": "tenantID", "value": "", "type": "path", "description": "The tenant ID." } ] }, "docs": "Deletes a service principal from the directory." } ] } ], "bundled": true }