ערוך

שתף באמצעות


baseEndUserNotification resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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"
}