baseEndUserNotification resource type
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"
}