Type de ressource trainingNotificationSetting
Espace de noms: microsoft.graph
Importante
Les API sous la version /beta
dans Microsoft Graph sont susceptibles d’être modifiées. L’utilisation de ces API dans des applications de production n’est pas prise en charge. Pour déterminer si une API est disponible dans v1.0, utilisez le sélecteur Version .
Représente les paramètres associés à une notification d’entraînement.
Hérite de endUserNotificationSetting.
Propriétés
Propriété | Type | Description |
---|---|---|
notificationPreference | endUserNotificationPreference | Préférence de notification. Les valeurs possibles sont les suivantes : unknown , microsoft , custom , unknownFutureValue . Hérité de endUserNotificationSetting. |
positiveReinforcement | positiveReinforcementNotification | Détails du renforcement positif. Hérité de endUserNotificationSetting. |
settingType | endUserNotificationSettingType | Type de paramètre. Les valeurs possibles sont les suivantes : unknown , noTraining , trainingSelected , noNotification , unknownFutureValue . Hérité de endUserNotificationSetting. |
trainingAssignment | baseEndUserNotification | Détails de l’affectation de formation. |
trainingReminder | trainingReminderNotification | Détails du rappel de formation. |
Relations
Aucun.
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"@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"}
}