Partager via


type de ressource simulationNotification

Espace de noms: microsoft.graph

Représente le contenu d’une notification qui cible les utilisateurs qui font partie d’une simulation.

Hérite de baseEndUserNotification.

Propriétés

Propriété Type Description
defaultLanguage String Langue par défaut. Hérité de baseEndUserNotification.
targettedUserType targettedUserType Type d’utilisateur cible. Les valeurs possibles sont : unknown, clicked, compromised, allUsers, unknownFutureValue.

Relations

Relation Type Description
endUserNotification endUserNotification Détails de la notification de l’utilisateur final. Hérité de baseEndUserNotification.

Représentation JSON

La représentation JSON suivante montre le type de ressource.

{
  "@odata.type": "#microsoft.graph.simulationNotification",
  "defaultLanguage": "String",
  "targettedUserType": "String"
}