ruleDTO
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
A DTO for notification rules.
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
identity (string) | 1/1 | Get the rule's unique identifier. |
eventType (eventTypeDTO) | 1/1 | Get the event type for which this rule will generate notifications, |
channel (channelDTO) | 1/1 | Get the channel to which this rule will deliver notifications. |
templateIdentity (string) | 1/1 | Get the ID of the template to use for the notification. |
destinationIdentities/destinationIdentity (string) | 0/unbounded | Get the list of IDs of destinations that the notification will be sent to. |