SoftLayer_Notification_User_Subscriber_Delivery_Method


SoftLayer_Notification_User_Subscriber_Delivery_Method

Description

Provides mapping details of how the subscriber’s notification will be delivered. This maps the subscriber’s id with all the delivery method ids used to delivery the notification.

Local


active

Determines if the delivery method is active for the user.
Type: int


notificationMethodId

Unique identifier of the method used to deliver notification.
Type: int


notificationUserSubscriberId

Unique identifier of the subscriber tied to the delivery method.
Type: int

Relational


deliveryMethod

Provides details for the method used to deliver the notification (email, sms, ticket).
Type: SoftLayer_Notification_Delivery_Method


notificationUserSubscriber

The Subscriber information tied to the delivery method.
Type: SoftLayer_Notification_User_Subscriber

Count