|
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...
|
|
◆ 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:
- RingCentral.Net/Definitions/WebhookDeliveryMode.cs