| title | unifiedRoleManagementAlertIncident resource type |
|---|---|
| description | An abstract type that represents the details of a security alert incident in your tenant in Privileged Identity Management (PIM) for Microsoft Entra roles. |
| author | rkarim-ms |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| toc.title | Role management alert incident |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
An abstract type that represents the details of an incident as part of a security alert in Privileged Identity Management (PIM) for Microsoft Entra roles.
This abstract type is inherited by the following derived types:
- invalidLicenseAlertIncident
- noMfaOnRoleActivationAlertIncident
- redundantAssignmentAlertIncident
- rolesAssignedOutsidePrivilegedIdentityManagementAlertIncident
- sequentialActivationRenewalsAlertIncident
- staleSignInAlertIncident
- tooManyGlobalAdminsAssignedToTenantAlertIncident
Inherits from entity.
For more information about working with security alerts for Microsoft Entra roles using PIM APIs, see Manage security alerts for Microsoft Entra roles using PIM APIs in Microsoft Graph.
| Method | Return type | Description |
|---|---|---|
| List | unifiedRoleManagementAlertIncident collection | Get a list of the unifiedRoleManagementAlertIncident objects and their properties. |
| Get | unifiedRoleManagementAlertIncident | Read the properties and relationships of an unifiedRoleManagementAlertIncident object. |
| Remediate | None | Remediate or mitigate an incident of an alert. |
| Property | Type | Description |
|---|---|---|
| id | String | The identifier of the alert incident. Inherited from entity. Supports $filter (eq, ne). |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.unifiedRoleManagementAlertIncident",
"id": "String (identifier)"
}