List inactiveAzureServicePrincipalFinding objects
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Get a list of the inactiveAzureServicePrincipalFinding objects and their properties, representing inactive service principals in your Azure environment.
Permissions
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions only if your app requires it. For details about delegated and application permissions, see Permission types. To learn more about these permissions, see the permissions reference.
Permission type | Least privileged permissions | Higher privileged permissions |
---|---|---|
Delegated (work or school account) | Not supported. | Not supported. |
Delegated (personal Microsoft account) | Not supported. | Not supported. |
Application | PermissionsAnalytics.Read.OwnedBy | Not available. |
HTTP request
GET /identityGovernance/permissionsAnalytics/azure/findings/microsoft.graph.inactiveAzureServicePrincipalFinding
Optional query parameters
This method supports the $filter
and $orderby
OData query parameters to help customize the response. For general information, see OData query parameters.
Request headers
Name | Description |
---|---|
Authorization | Bearer {token}. Required. Learn more about authentication and authorization. |
Request body
Don't supply a request body for this method.
Response
If successful, this method returns a 200 OK
response code and a collection of inactiveAzureServicePrincipalFinding objects in the response body.
Examples
Request
The following example shows a request.
GET https://graph.microsoft.com/beta/identityGovernance/permissionsAnalytics/azure/findings/microsoft.graph.inactiveAzureServicePrincipalFinding
Response
The following example shows the response.
Note: The response object shown here might be shortened for readability.
HTTP/1.1 200 OK
Content-Type: application/json
{
"@odata.context": "https://graph.microsoft.com/beta/identityGovernance/permissionsAnalytics/azure/findings/microsoft.graph.inactiveAzureServicePrincipalFinding",
"value": [
{
"@odata.type": "graph.inactiveAzureServicePrincipalFinding",
"id": "aW5hY3RpdmVTZXJ2aWNlUHJpbmNpcGFsRmluZGluZzEwMDAx",
"identity": {
"@odata.type": "graph.azureServicePincipal",
"id":"YjRkY2ViZTMtMGQ1Yy00ODQ3LWI2ZjktNWY2ZjllODhhYTUw",
"externalId": "b4dcebe3-0d5c-4847-b6f9-5f6f9e88aa50",
"displayName": "ciem-cloudknox-3p-app",
"source": {
"@odata.type": "graph.aadSource",
"identityProviderType": "aad",
"domain": "6bdeb36e-2415-4f7e-ac03-49c518da0e10"
},
"authorizationSystem": {
"@odata.type": "graph.azureAuthorizationSystem",
"id": "{Id}",
"authorizationSystemId": "6ea285d9-fe7e-49f6-a0ff-203c1a7ac225",
"authorizationSystemName": "Microsoft Azure Sponsorship 2",
"authorizationSystemType": "azure"
}
},
"actionSummary": {
"assigned": 5046,
"exercised": 0,
"available": 12724
},
"identityDetails": {
"createdDateTime": "String (timestamp)",
"lastActiveDateTime": "String (timestamp)"
},
"permissionsCreepIndex": {
"score": 0
},
"createdDateTime": "2020-10-11T20:11:45.671Z",
"identityDetails": {
"createdDateTime": "2020-04-12T20:34:24Z",
"lastActiveDateTime": "2020-10-30T03:21:05Z"
}
}
]
}