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 4 Next »

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

entity:

  • NetworkSuspendingNotificationEnabled bool: Whether or not the current user will be notified when BrightSign is suspending their network subscription

  • NetworkSuspendedNotificationEnabled bool: Whether or not the current user will be notified when BrightSign has suspended their network subscription

  • NetworkSubscriptionUpgradedNotificationEnabled bool: Whether or not the current user will be notified when their network subscription has been upgraded

  • NetworkTrialPeriodStartedNotificationEnabled bool: Whether or not the current user will be notified when they have started a network trial subscription period

  • NetworkTrialPeriodExpiringNotificationEnabled bool: Whether or not the current user will be notified when a network trial subscription period is expiring

  • NetworkTrialPeriodExpiredNotificationEnabled bool: Whether or not the current user will be notified when a network trial subscription period has expired

  • DeviceFailureNotificationEnabled bool: Whether or not the current user will be notified when a device fails

  • DevicesFailureNotificationEnabled bool: Whether or not the current user will be notified when multiple devices fail

  • DeviceDisconnectedNotificationEnabled bool: Whether or not the current user will be notified when a device is disconnected

  • DevicesDisconnectedNotificationEnabled bool: Whether or not the current user will be notified when multiple devices are disconnected

  • SubscriptionCreatedNotificationEnabled bool: Whether or not the current user will be notified when they have created a subscription

  • SubscriptionsCreatedNotificationEnabled bool: Whether or not the current user will be notified when they have created multiple subscriptions

  • SubscriptionQueuedNotificationEnabled bool: Whether or not the current user will be notified when their subscription is queued

  • SubscriptionsQueuedNotificationEnabled bool: Whether or not the current user will be notified when their subscriptions are queued

  • GraceSubscriptionExpiringNotificationEnabled bool: Whether or not the current user will be notified that their subscription grace period is expiring

  • GraceSubscriptionsExpiringNotificationEnabled bool: Whether or not the current user will be notified that the grace period for multiple subscriptions is expiring

  • DemoSubscriptionExpiringNotificationEnabled bool: Whether or not the current user will be notified that the demo subscription is expiring

  • DemoSubscriptionsExpiringNotificationEnabled bool: Whether or not the current user will be notified that the multiple demo subscriptions are expiring

  • SubscriptionExpiringNotificationEnabled bool: Whether or not the current user will be notified that their subscription is expiring

  • SubscriptionsExpiringNotificationEnabled bool: Whether or not the current user will be notified that they have multiple subscriptions expiring

  • SubscriptionExpiredNotificationEnabled bool: Whether or not the current user will be notified that their subscription has expired

  • SubscriptionsExpiredNotificationEnabled bool: Whether or not the current user will be notified that they have multiple subscription expiring

  • SubscriptionSuspendingNotificationEnabled bool: Whether or not the current user will be notified that BrightSign is suspending their subscription 

  • SubscriptionsSuspendingNotificationEnabled bool: Whether or not the current user will be notified that BrightSign is suspending their subscriptions

  • SubscriptionSuspendedNotificationEnabled bool: Whether or not the current user will be notified that BrightSign has suspended their subscription

  • SubscriptionsSuspendedNotificationEnabled bool: Whether or not the current user will be notified that BrightSign has suspended their subscriptions


  • No labels