{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Applications Token Issuance Policies API", "version": "1.0.0" }, "items": [ { "info": { "name": "Applications Token Issuance Policies", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List assigned tokenIssuancePolicies", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/tokenIssuancePolicies", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "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": "List the tokenIssuancePolicy objects that are assigned to an application." }, { "info": { "name": "Microsoft Graph Remove tokenIssuancePolicy", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/tokenIssuancePolicies/:tokenIssuancePolicy-id/$ref", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "name": "tokenIssuancePolicy-id", "value": "", "type": "path", "description": "The unique identifier of tokenIssuancePolicy" } ] }, "docs": "Remove a tokenIssuancePolicy from an application." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/tokenIssuancePolicies/$count", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Performs GET operation on /applications/{application-id}/tokenIssuancePolicies/$count" }, { "info": { "name": "Microsoft Graph List assigned tokenIssuancePolicies", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/tokenIssuancePolicies/$ref", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "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" } ] }, "docs": "List the tokenIssuancePolicy objects that are assigned to an application." }, { "info": { "name": "Microsoft Graph Assign tokenIssuancePolicy", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/tokenIssuancePolicies/$ref", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" } ] }, "docs": "Assign a tokenIssuancePolicy to an application." }, { "info": { "name": "Microsoft Graph Remove tokenIssuancePolicy", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/tokenIssuancePolicies/$ref", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "name": "@id", "value": "", "type": "query", "description": "The delete Uri" } ] }, "docs": "Remove a tokenIssuancePolicy from an application." } ] } ], "bundled": true }