RingCentral .Net SDK
All Classes Namespaces Functions Variables Properties Events Pages
Properties | List of all members
RingCentral.WebhookDeliveryMode Class Reference

Properties

string transportType [get, set]
 The transport type for this subscription, or the channel by which an app should be notified of an event Required Enum: WebHook More...
 
string address [get, set]
 The URL to which notifications should be delivered. This is only applicable for the WebHook transport type, for which it is a required field. Required Format: uri Example: https://acme.com/myservice/webhook More...
 
bool? encryption [get, set]
 Specifies if notification messages will be encrypted or not. Required Enum: false More...
 

Property Documentation

◆ address

string RingCentral.WebhookDeliveryMode.address
getset

The URL to which notifications should be delivered. This is only applicable for the WebHook transport type, for which it is a required field. Required Format: uri Example: https://acme.com/myservice/webhook

◆ encryption

bool? RingCentral.WebhookDeliveryMode.encryption
getset

Specifies if notification messages will be encrypted or not. Required Enum: false

◆ transportType

string RingCentral.WebhookDeliveryMode.transportType
getset

The transport type for this subscription, or the channel by which an app should be notified of an event Required Enum: WebHook


The documentation for this class was generated from the following file: