endUserNotificationSetting resource type (Tipo de recurso endUserNotificationSetting)
Namespace: microsoft.graph
Importante
As APIs na versão /beta
no Microsoft Graph estão sujeitas a alterações. Não há suporte para o uso dessas APIs em aplicativos de produção. Para determinar se uma API está disponível na v1.0, use o seletor Versão.
Representa uma definição de notificação do utilizador final fornecida por um administrador durante a criação de uma simulação.
Tipo base de noTrainingNotificationSetting e trainingNotificationSetting.
Propriedades
Propriedade | Tipo | Descrição |
---|---|---|
notificationPreference | endUserNotificationPreference | Preferência de notificação. Os valores possíveis são: unknown , microsoft , custom , unknownFutureValue . |
positiveReinforcement | positiveReinforcementNotification | Detalhes positivos do reforço. |
settingType | endUserNotificationSettingType | Tipo de notificação do utilizador final. Os valores possíveis são: unknown , noTraining , trainingSelected , noNotification , unknownFutureValue . |
Relações
Nenhum
Representação JSON
A representação JSON seguinte mostra o tipo de recurso.
{
"@odata.type": "#microsoft.graph.endUserNotificationSetting",
"notificationPreference": "String",
"positiveReinforcement": {"@odata.type": "microsoft.graph.positiveReinforcementNotification"},
"settingType": "String"
}