{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin directory.deviceLocalCredentialInfo API", "version": "1.0.0" }, "items": [ { "info": { "name": "directory.deviceLocalCredentialInfo", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List deviceLocalCredentialInfo", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/deviceLocalCredentials", "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 deviceLocalCredentialInfo objects and their properties, excluding the credentials property. " }, { "info": { "name": "Microsoft Graph Create new navigation property to deviceLocalCredentials for directory", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/directory/deviceLocalCredentials", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to deviceLocalCredentials for directory" }, { "info": { "name": "Microsoft Graph Get deviceLocalCredentialInfo", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/deviceLocalCredentials/:deviceLocalCredentialInfo-id", "params": [ { "name": "deviceLocalCredentialInfo-id", "value": "", "type": "path", "description": "The unique identifier of deviceLocalCredentialInfo" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties of a deviceLocalCredentialInfo for a specified device object. " }, { "info": { "name": "Microsoft Graph Update the navigation property deviceLocalCredentials in directory", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/directory/deviceLocalCredentials/:deviceLocalCredentialInfo-id", "params": [ { "name": "deviceLocalCredentialInfo-id", "value": "", "type": "path", "description": "The unique identifier of deviceLocalCredentialInfo" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property deviceLocalCredentials in directory" }, { "info": { "name": "Microsoft Graph Delete navigation property deviceLocalCredentials for directory", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/directory/deviceLocalCredentials/:deviceLocalCredentialInfo-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "deviceLocalCredentialInfo-id", "value": "", "type": "path", "description": "The unique identifier of deviceLocalCredentialInfo" } ] }, "docs": "Microsoft Graph Delete navigation property deviceLocalCredentials for directory" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/deviceLocalCredentials/$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" } ] } ], "bundled": true }