{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin identity.customAuthenticationExtension API", "version": "1.0.0" }, "items": [ { "info": { "name": "identity.customAuthenticationExtension", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List customAuthenticationExtensions", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identity/customAuthenticationExtensions", "params": [ { "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 customAuthenticationExtension objects and their properties. The following derived types are supported." }, { "info": { "name": "Microsoft Graph Create customAuthenticationExtension", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identity/customAuthenticationExtensions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new customAuthenticationExtension object. The following derived types are currently supported." }, { "info": { "name": "Microsoft Graph Get customAuthenticationExtension", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identity/customAuthenticationExtensions/:customAuthenticationExtension-id", "params": [ { "name": "customAuthenticationExtension-id", "value": "", "type": "path", "description": "The unique identifier of customAuthenticationExtension" }, { "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 customAuthenticationExtension object. The following derived types are currently supported." }, { "info": { "name": "Microsoft Graph Update customAuthenticationExtension", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identity/customAuthenticationExtensions/:customAuthenticationExtension-id", "params": [ { "name": "customAuthenticationExtension-id", "value": "", "type": "path", "description": "The unique identifier of customAuthenticationExtension" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a customAuthenticationExtension object. The following derived types are currently supported." }, { "info": { "name": "Microsoft Graph Delete customAuthenticationExtension", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identity/customAuthenticationExtensions/:customAuthenticationExtension-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "customAuthenticationExtension-id", "value": "", "type": "path", "description": "The unique identifier of customAuthenticationExtension" } ] }, "docs": "Delete a customAuthenticationExtension object. The following derived types are currently supported." }, { "info": { "name": "Microsoft Graph Invoke action validateAuthenticationConfiguration", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identity/customAuthenticationExtensions/:customAuthenticationExtension-id/validateAuthenticationConfiguration", "params": [ { "name": "customAuthenticationExtension-id", "value": "", "type": "path", "description": "The unique identifier of customAuthenticationExtension" } ] }, "docs": "An API to check validity of the endpoint and and authentication configuration for a customAuthenticationExtension object, which can represent one of the following derived types:" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identity/customAuthenticationExtensions/$count", "params": [ { "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" }, { "info": { "name": "Microsoft Graph Invoke action validateAuthenticationConfiguration", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identity/customAuthenticationExtensions/validateAuthenticationConfiguration", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action validateAuthenticationConfiguration" } ] } ], "bundled": true }