| title | noMfaOnRoleActivationAlertIncident resource type |
|---|---|
| description | Represents the details of an alert incident that is triggered if roles don't require multi-factor authentication for activation. |
| author | rkarim-ms |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| toc.title | No MFA on activation |
| ms.date | 09/19/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the details of an alert incident that is triggered if roles don't require multi-factor authentication for activation.
Inherits from unifiedRoleManagementAlertIncident.
None.
For the list of API operations for managing this resource type, see the unifiedRoleManagementAlertIncident resource type.
| Property | Type | Description |
|---|---|---|
| id | String | The identifier for an alert incident. For example, it could be a role assignment ID if the incident represents a role assignment. Inherited from entity. Supports $filter (eq, ne). |
| roleDisplayName | String | The name of the Microsoft Entra ID directory role. |
| roleTemplateId | String | The globally unique identifier for a directory role. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.noMfaOnRoleActivationAlertIncident",
"id": "String (identifier)",
"roleTemplateId": "String",
"roleDisplayName": "String"
}