| title | unifiedRoleManagementPolicyNotificationRule resource type |
|---|---|
| description | A type derived from the unifiedRoleManagementPolicyRule resource type that defines the email notification rules for role assignments, activations, and approvals. |
| author | rkarim-ms |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
A type derived from the unifiedRoleManagementPolicyRule resource type that defines the email notification rules for role assignments, activations, and approvals.
Inherits from unifiedRoleManagementPolicyRule.
| Property | Type | Description |
|---|---|---|
| id | String | Identifier for the rule. Inherited from entity. |
| isDefaultRecipientsEnabled | Boolean | Indicates whether a default recipient will receive the notification email. |
| notificationLevel | String | The level of notification. The possible values are None, Critical, All. |
| notificationRecipients | String collection | The list of recipients of the email notifications. |
| notificationType | String | The type of notification. Only Email is supported. |
| recipientType | String | The type of recipient of the notification. The possible values are Requestor, Approver, Admin. |
| target | unifiedRoleManagementPolicyRuleTarget | Defines details of the scope that's targeted by the notification rule. The details can include the principal type, the role assignment type, and actions affecting a role. Inherited from unifiedRoleManagementPolicyRule. Supports $filter (eq, ne). |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.unifiedRoleManagementPolicyNotificationRule",
"id": "String (identifier)",
"target": {
"@odata.type": "microsoft.graph.unifiedRoleManagementPolicyRuleTarget"
},
"notificationType": "String",
"recipientType": "String",
"notificationLevel": "String",
"isDefaultRecipientsEnabled": "Boolean",
"notificationRecipients": [
"String"
]
}