Type Alias GroupIDRecipientPersist

recipient object model that is directly persisted in the DB

type GroupIDRecipientPersist = {
    alertingTaskGroupRecipientErrors?: AlertingTaskGroupRecipientError[];
    enabledBySystem?: boolean;
    enabledByUser?: boolean;
    taskGroupRecipientErrors?: TaskGroupRecipientError[];
    value?: string;
}
Index

Properties

alertingTaskGroupRecipientErrors?: AlertingTaskGroupRecipientError[]
enabledBySystem?: boolean

Whether this recipient can receive alerts, set by external settings.

enabledByUser?: boolean

Whether this recipient can receive alerts, set by api calls.

taskGroupRecipientErrors?: TaskGroupRecipientError[]
value?: string

Group ID of recipient.