NotificationChannelAllowedRecipients
Home > @gooddata/sdk-model > NotificationChannelAllowedRecipients
NotificationChannelAllowedRecipients type
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.
Allowed recipients of notifications from this channel.
Creator - only the creator of the report. Internal - all users within the organization.
Signature:
export type NotificationChannelAllowedRecipients = "creator" | "internal";