Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents the settings associated with a training notification.
Inherits from endUserNotificationSetting.
Properties
| Property | Type | Description |
|---|---|---|
| notificationPreference | endUserNotificationPreference | Notification preference. Possible values are: unknown, microsoft, custom, unknownFutureValue. Inherited from endUserNotificationSetting. |
| positiveReinforcement | positiveReinforcementNotification | Positive reinforcement details. Inherited from endUserNotificationSetting. |
| settingType | endUserNotificationSettingType | Setting type. Possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue. Inherited from endUserNotificationSetting. |
| trainingAssignment | baseEndUserNotification | Training assignment details. |
| trainingReminder | trainingReminderNotification | Training reminder details. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.trainingNotificationSetting",
"notificationPreference": "String",
"positiveReinforcement": {"@odata.type": "microsoft.graph.positiveReinforcementNotification"},
"settingType": "String",
"trainingAssignment": {"@odata.type": "microsoft.graph.baseEndUserNotification"},
"trainingReminder": {"@odata.type": "microsoft.graph.trainingReminderNotification"}
}