Skip to content

Latest commit

 

History

History
67 lines (54 loc) · 3.17 KB

File metadata and controls

67 lines (54 loc) · 3.17 KB
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

unifiedRoleManagementAlertIncident resource type

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:

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.

Methods

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.

Properties

Property Type Description
id String The identifier of the alert incident. Inherited from entity. Supports $filter (eq, ne).

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.unifiedRoleManagementAlertIncident",
  "id": "String (identifier)"
}

Related content