Type de ressource endUserNotificationSetting
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 un paramètre de notification de l’utilisateur final fourni par un administrateur lors d’une création de simulation.
Type de base noTrainingNotificationSetting et trainingNotificationSetting.
Propriétés
Propriété | Type | Description |
---|---|---|
notificationPreference | endUserNotificationPreference | Préférence de notification. Les valeurs possibles sont les suivantes : unknown , microsoft , custom , unknownFutureValue . |
positiveReinforcement | positiveReinforcementNotification | Détail de renforcement positif. |
settingType | endUserNotificationSettingType | Type de notification de l’utilisateur final. Les valeurs possibles sont les suivantes : unknown , noTraining , trainingSelected , noNotification , unknownFutureValue . |
Relations
Aucun.
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"@odata.type": "#microsoft.graph.endUserNotificationSetting",
"notificationPreference": "String",
"positiveReinforcement": {"@odata.type": "microsoft.graph.positiveReinforcementNotification"},
"settingType": "String"
}