SoftLayer_Notification_User_Subscriber_Preference


SoftLayer_Notification_User_Subscriber_Preference

Description

Preferences are settings that can be modified to change the behavior of the subscription. For example, modify the limit preference to only receive notifications 10 times instead of 1 during a billing cycle.

NOTE: Some preferences have certain restrictions on values that can be set.

Local


id

Unique identifier for the subscriber’s preferences.
Type: int


notificationPreferenceId

Unique identifier of the default preference for which the subscriber preference is based on. For example, if no preferences are supplied during the creation of a subscriber. The default values are pulled using this property.
Type: int


notificationUserSubscriberId

Unique identifier of the subscriber tied to the subscriber preference.
Type: int


value

The user supplied value to “override” the “default” preference’s value.
Type: string

Relational


defaultPreference

Details such name, keyname, minimum and maximum values for the preference.
Type: SoftLayer_Notification_Preference


notificationUserSubscriber

Details of the subscriber tied to the preference.
Type: SoftLayer_Notification_User_Subscriber

Count