{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin servicePrincipals.delegatedPermissionClassification API", "version": "1.0.0" }, "items": [ { "info": { "name": "servicePrincipals.delegatedPermissionClassification", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List delegatedPermissionClassifications collection of servicePrincipal", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/servicePrincipals/:servicePrincipal-id/delegatedPermissionClassifications", "params": [ { "name": "servicePrincipal-id", "value": "", "type": "path", "description": "The unique identifier of servicePrincipal" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the list of delegatedPermissionClassification currently configured for the delegated permissions exposed by an API." }, { "info": { "name": "Microsoft Graph Create delegatedPermissionClassification", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/servicePrincipals/:servicePrincipal-id/delegatedPermissionClassifications", "params": [ { "name": "servicePrincipal-id", "value": "", "type": "path", "description": "The unique identifier of servicePrincipal" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Classify a delegated permission by adding a delegatedPermissionClassification to the servicePrincipal representing the API." }, { "info": { "name": "Microsoft Graph Get delegatedPermissionClassifications from servicePrincipals", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/servicePrincipals/:servicePrincipal-id/delegatedPermissionClassifications/:delegatedPermissionClassification-id", "params": [ { "name": "servicePrincipal-id", "value": "", "type": "path", "description": "The unique identifier of servicePrincipal" }, { "name": "delegatedPermissionClassification-id", "value": "", "type": "path", "description": "The unique identifier of delegatedPermissionClassification" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get delegatedPermissionClassifications from servicePrincipals" }, { "info": { "name": "Microsoft Graph Update the navigation property delegatedPermissionClassifications in servicePrincipals", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/servicePrincipals/:servicePrincipal-id/delegatedPermissionClassifications/:delegatedPermissionClassification-id", "params": [ { "name": "servicePrincipal-id", "value": "", "type": "path", "description": "The unique identifier of servicePrincipal" }, { "name": "delegatedPermissionClassification-id", "value": "", "type": "path", "description": "The unique identifier of delegatedPermissionClassification" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property delegatedPermissionClassifications in servicePrincipals" }, { "info": { "name": "Microsoft Graph Delete delegatedPermissionClassification", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/servicePrincipals/:servicePrincipal-id/delegatedPermissionClassifications/:delegatedPermissionClassification-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "servicePrincipal-id", "value": "", "type": "path", "description": "The unique identifier of servicePrincipal" }, { "name": "delegatedPermissionClassification-id", "value": "", "type": "path", "description": "The unique identifier of delegatedPermissionClassification" } ] }, "docs": "Deletes a delegatedPermissionClassification which had previously been set for a delegated permission." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/servicePrincipals/:servicePrincipal-id/delegatedPermissionClassifications/$count", "params": [ { "name": "servicePrincipal-id", "value": "", "type": "path", "description": "The unique identifier of servicePrincipal" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }