{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin security.identityContainer API", "version": "1.0.0" }, "items": [ { "info": { "name": "security.identityContainer", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List identityAccounts objects", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/identities/identityAccounts", "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 identityAccounts objects and their properties." }, { "info": { "name": "Microsoft Graph Create new navigation property to identityAccounts for security", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/security/identities/identityAccounts", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to identityAccounts for security" }, { "info": { "name": "Microsoft Graph Get identityAccounts", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/identities/identityAccounts/:identityAccounts-id", "params": [ { "name": "identityAccounts-id", "value": "", "type": "path", "description": "The unique identifier of identityAccounts" }, { "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 single identity security account object. This allows retrieving information about available identity accounts." }, { "info": { "name": "Microsoft Graph Update the navigation property identityAccounts in security", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/security/identities/identityAccounts/:identityAccounts-id", "params": [ { "name": "identityAccounts-id", "value": "", "type": "path", "description": "The unique identifier of identityAccounts" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property identityAccounts in security" }, { "info": { "name": "Microsoft Graph Delete navigation property identityAccounts for security", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/security/identities/identityAccounts/:identityAccounts-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "identityAccounts-id", "value": "", "type": "path", "description": "The unique identifier of identityAccounts" } ] }, "docs": "Microsoft Graph Delete navigation property identityAccounts for security" }, { "info": { "name": "Microsoft Graph Invoke action invokeAction", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/security/identities/identityAccounts/:identityAccounts-id/microsoft.graph.security.invokeAction", "params": [ { "name": "identityAccounts-id", "value": "", "type": "path", "description": "The unique identifier of identityAccounts" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Perform actions such as revoking accounts and forcing password reset for identity accounts that are observed in Microsoft Defender for Identity. This action allows reading and performing identity security actions on behalf of the signed-in identity." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/identities/identityAccounts/$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 Get identities from security", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/identities", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A container for security identities APIs." }, { "info": { "name": "Microsoft Graph Update the navigation property identities in security", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/security/identities", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property identities in security" }, { "info": { "name": "Microsoft Graph Delete navigation property identities for security", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/security/identities", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property identities for security" }, { "info": { "name": "Microsoft Graph List healthIssues", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/identities/healthIssues", "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 healthIssue objects and their properties." }, { "info": { "name": "Microsoft Graph Create new navigation property to healthIssues for security", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/security/identities/healthIssues", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to healthIssues for security" }, { "info": { "name": "Microsoft Graph Get healthIssue", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/identities/healthIssues/:healthIssue-id", "params": [ { "name": "healthIssue-id", "value": "", "type": "path", "description": "The unique identifier of healthIssue" }, { "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 healthIssue object." }, { "info": { "name": "Microsoft Graph Update healthIssue", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/security/identities/healthIssues/:healthIssue-id", "params": [ { "name": "healthIssue-id", "value": "", "type": "path", "description": "The unique identifier of healthIssue" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a healthIssue object." }, { "info": { "name": "Microsoft Graph Delete navigation property healthIssues for security", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/security/identities/healthIssues/:healthIssue-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "healthIssue-id", "value": "", "type": "path", "description": "The unique identifier of healthIssue" } ] }, "docs": "Microsoft Graph Delete navigation property healthIssues for security" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/identities/healthIssues/$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 Get sensorCandidateActivationConfiguration", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/identities/sensorCandidateActivationConfiguration", "params": [ { "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 microsoft.graph.security.sensorCandidateActivationConfiguration object." }, { "info": { "name": "Microsoft Graph Update the navigation property sensorCandidateActivationConfiguration in security", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/security/identities/sensorCandidateActivationConfiguration", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sensorCandidateActivationConfiguration in security" }, { "info": { "name": "Microsoft Graph Delete navigation property sensorCandidateActivationConfiguration for security", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/security/identities/sensorCandidateActivationConfiguration", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property sensorCandidateActivationConfiguration for security" }, { "info": { "name": "Microsoft Graph List sensorCandidate objects", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/identities/sensorCandidates", "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 sensorCandidate objects and their properties." }, { "info": { "name": "Microsoft Graph Create new navigation property to sensorCandidates for security", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/security/identities/sensorCandidates", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to sensorCandidates for security" }, { "info": { "name": "Microsoft Graph Get sensorCandidates from security", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/identities/sensorCandidates/:sensorCandidate-id", "params": [ { "name": "sensorCandidate-id", "value": "", "type": "path", "description": "The unique identifier of sensorCandidate" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents Microsoft Defender for Identity sensors that are ready to be activated." }, { "info": { "name": "Microsoft Graph Update the navigation property sensorCandidates in security", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/security/identities/sensorCandidates/:sensorCandidate-id", "params": [ { "name": "sensorCandidate-id", "value": "", "type": "path", "description": "The unique identifier of sensorCandidate" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sensorCandidates in security" }, { "info": { "name": "Microsoft Graph Delete navigation property sensorCandidates for security", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/security/identities/sensorCandidates/:sensorCandidate-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sensorCandidate-id", "value": "", "type": "path", "description": "The unique identifier of sensorCandidate" } ] }, "docs": "Microsoft Graph Delete navigation property sensorCandidates for security" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/identities/sensorCandidates/$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 activate", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/security/identities/sensorCandidates/microsoft.graph.security.activate", "body": { "type": "json", "data": "{}" } }, "docs": "Activate Microsoft Defender for Identity sensors." }, { "info": { "name": "Microsoft Graph List sensors", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/identities/sensors", "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 sensor objects and their properties." }, { "info": { "name": "Microsoft Graph Create new navigation property to sensors for security", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/security/identities/sensors", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to sensors for security" }, { "info": { "name": "Microsoft Graph Get sensor", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/identities/sensors/:sensor-id", "params": [ { "name": "sensor-id", "value": "", "type": "path", "description": "The unique identifier of sensor" }, { "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 sensor object." }, { "info": { "name": "Microsoft Graph Update sensor", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/security/identities/sensors/:sensor-id", "params": [ { "name": "sensor-id", "value": "", "type": "path", "description": "The unique identifier of sensor" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a sensor object." }, { "info": { "name": "Microsoft Graph Delete sensor", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/security/identities/sensors/:sensor-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "sensor-id", "value": "", "type": "path", "description": "The unique identifier of sensor" } ] }, "docs": "Delete a sensor object." }, { "info": { "name": "Microsoft Graph Get healthIssues from security", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/identities/sensors/:sensor-id/healthIssues", "params": [ { "name": "sensor-id", "value": "", "type": "path", "description": "The unique identifier of sensor" }, { "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": "Represents potential issues within a customer's Microsoft Defender for Identity configuration that Microsoft Defender for Identity identified related to the sensor." }, { "info": { "name": "Microsoft Graph Get healthIssues from security", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/identities/sensors/:sensor-id/healthIssues/:healthIssue-id", "params": [ { "name": "sensor-id", "value": "", "type": "path", "description": "The unique identifier of sensor" }, { "name": "healthIssue-id", "value": "", "type": "path", "description": "The unique identifier of healthIssue" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents potential issues within a customer's Microsoft Defender for Identity configuration that Microsoft Defender for Identity identified related to the sensor." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/identities/sensors/:sensor-id/healthIssues/$count", "params": [ { "name": "sensor-id", "value": "", "type": "path", "description": "The unique identifier of sensor" }, { "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 Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/identities/sensors/$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 function getDeploymentAccessKey", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/identities/sensors/microsoft.graph.security.getDeploymentAccessKey()" }, "docs": "Get the deployment access key for Microsoft Defender for Identity that is required to install sensors associated with the workspace." }, { "info": { "name": "Microsoft Graph Invoke function getDeploymentPackageUri", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/security/identities/sensors/microsoft.graph.security.getDeploymentPackageUri()" }, "docs": "Get the sensor deployment package URL and version. You can use this URL to download the installer to install the sensor on a server." }, { "info": { "name": "Microsoft Graph Invoke action regenerateDeploymentAccessKey", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/security/identities/sensors/microsoft.graph.security.regenerateDeploymentAccessKey" }, "docs": "Generate a new deployment access key that can be used to install a sensor associated with the workspace." } ] } ], "bundled": true }