INotificationChannelMetadataObjectBase
Home > @gooddata/sdk-model > INotificationChannelMetadataObjectBase
INotificationChannelMetadataObjectBase interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Shared base interface for all notification channel metadata objects.
Signature:
export interface INotificationChannelMetadataObjectBase
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
allowedRecipients? | NotificationChannelAllowedRecipients | (BETA) (Optional) Allowed recipients of notifications from this channel. If creator is specified, the notification will be sent to the creator of the report only. If internal is specified, the notification will be sent to all internal users. | |
customDashboardUrl? | string | (BETA) (Optional) Custom dashboard url that is going to be used in the notification. If not specified it is going to be deduced based on the context. Allowed placeholders are {workspaceId}, {dashboardId}. | |
destinationType | NotificationChannelDestinationType | (BETA) Type of the destination of the notification channel. | |
type | "notificationChannel" | (BETA) |