INotificationChannelMetadataObjectBase
Home > @gooddata/sdk-model > INotificationChannelMetadataObjectBase
INotificationChannelMetadataObjectBase interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface INotificationChannelMetadataObjectBase
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
allowedRecipients? | NotificationChannelAllowedRecipient | (ALPHA) (Optional) Allowed recipients of notifications from this channel. | |
destination | IWebhookDestination | ISmtpDestination | (ALPHA) Destination of the notification channel. | |
type | "webhook" | "smtp" | (ALPHA) Type of the notification channel. |