Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph
Represents details about an end user notification.
Base type of positiveReinforcementNotification, simulationNotification, and trainingReminderNotification.
Properties
| Property | Type | Description |
|---|---|---|
| defaultLanguage | String | The default language for the end user notification. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| endUserNotification | endUserNotification | End user notification detail. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.baseEndUserNotification",
"defaultLanguage": "String"
}