| title | baseEndUserNotification resource type |
|---|---|
| description | Represents details about an end user notification. |
| author | stuartcl |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents details about an end user notification.
Base type of positiveReinforcementNotification, simulationNotification, and trainingReminderNotification.
| Property | Type | Description |
|---|---|---|
| defaultLanguage | String | The default language for the end user notification. |
| Relationship | Type | Description |
|---|---|---|
| endUserNotification | endUserNotification | End user notification detail. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.baseEndUserNotification",
"defaultLanguage": "String"
}