Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

All user notification settings entities, which allow the current user to manage their notification settings, are structured as follows:

entity:

  • [bool] NetworkSuspendingNotificationEnabled: Whether or not the current user will be notified when BrightSign is suspending their network subscription
  • [bool] NetworkSuspendedNotificationEnabled: Whether or not the current user will be notified when BrightSign has suspended their network subscription
  • [bool] DeviceFailureNotificationEnabled: Whether or not the current user will be notified when a device fails
  • [bool] DevicesFailureNotificationEnabled: Whether or not the current user will be notified when multiple devices fail
  • [bool] DeviceDisconnectedNotificationEnabled: Whether or not the current user will be notified when a device is disconnected
  • [bool] DevicesDisconnectedNotificationEnabled: Whether or not the current user will be notified when multiple devices are disconnected
  • [bool] SubscriptionCreatedNotificationEnabled: Whether or not the current user will be notified when they have created a subscription
  • [bool] SubscriptionsCreatedNotificationEnabled: Whether or not the current user will be notified when they have created multiple subscriptions
  • [bool] SubscriptionQueuedNotificationEnabled: Whether or not the current user will be notified when their subscription is queued
  • [bool] SubscriptionsQueuedNotificationEnabled: Whether or not the current user will be notified when their subscriptions are queued
  • [bool] GraceSubscriptionExpiringNotificationEnabled: Whether or not the current user will be notified that their subscription grace period is expiring
  • [bool] GraceSubscriptionsExpiringNotificationEnabled: Whether or not the current user will be notified that the grace period for multiple subscriptions is expiring
  • [bool] DemoSubscriptionExpiringNotificationEnabled: Whether or not the current user will be notified that the demo subscription is expiring
  • [bool] DemoSubscriptionsExpiringNotificationEnabled: Whether or not the current user will be notified that the multiple demo subscriptions are expiring
  • [bool] SubscriptionExpiringNotificationEnabled: Whether or not the current user will be notified that their subscription is expiring
  • [bool] SubscriptionsExpiringNotificationEnabled: Whether or not the current user will be notified that they have multiple subscriptions expiring
  • [bool] SubscriptionExpiredNotificationEnabled: Whether or not the current user will be notified that their subscription has expired
  • [bool] SubscriptionsExpiredNotificationEnabled: Whether or not the current user will be notified that they have multiple subscription expiring
  • [bool] SubscriptionSuspendingNotificationEnabled: Whether or not the current user will be notified that BrightSign is suspending their subscription 
  • [bool] SubscriptionsSuspendingNotificationEnabled: Whether or not the current user will be notified that BrightSign is suspending their subscriptions
  • [bool] SubscriptionSuspendedNotificationEnabled: Whether or not the current user will be notified that BrightSign has suspended their subscription
  • [bool] SubscriptionsSuspendedNotificationEnabled: Whether or not the current user will be notified that BrightSign has suspended their subscriptions




  • No labels