{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Applications Federated Identity Credentials API", "version": "1.0.0" }, "items": [ { "info": { "name": "Applications Federated Identity Credentials", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List federatedIdentityCredential objects", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/federatedIdentityCredentials", "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": "Get a list of the federatedIdentityCredential objects and their properties assigned to an application." }, { "info": { "name": "Microsoft Graph Create federatedIdentityCredential", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/federatedIdentityCredentials", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new federatedIdentityCredential object for an application. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application." }, { "info": { "name": "Microsoft Graph Get federatedIdentityCredential", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/federatedIdentityCredentials/:federatedIdentityCredential-id", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "name": "federatedIdentityCredential-id", "value": "", "type": "path", "description": "The unique identifier of federatedIdentityCredential" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a federatedIdentityCredential object assigned to an application." }, { "info": { "name": "Microsoft Graph Upsert federatedIdentityCredential", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/federatedIdentityCredentials/:federatedIdentityCredential-id", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "name": "federatedIdentityCredential-id", "value": "", "type": "path", "description": "The unique identifier of federatedIdentityCredential" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new federatedIdentityCredential object for an application if it doesn't exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application." }, { "info": { "name": "Microsoft Graph Delete federatedIdentityCredential", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/federatedIdentityCredentials/:federatedIdentityCredential-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "name": "federatedIdentityCredential-id", "value": "", "type": "path", "description": "The unique identifier of federatedIdentityCredential" } ] }, "docs": "Delete a federatedIdentityCredential object 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/federatedIdentityCredentials/$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}/federatedIdentityCredentials/$count" } ] } ], "bundled": true }