Type Alias GroupIDRecipient

an internal recipient based on its group id.

type GroupIDRecipient = {
    alertingTaskGroupRecipientErrors?: AlertingTaskGroupRecipientError[];
    enabled?: boolean;
    taskGroupRecipientErrors?: TaskGroupRecipientError[];
    value?: string;
}
Index

Properties

alertingTaskGroupRecipientErrors?: AlertingTaskGroupRecipientError[]
enabled?: boolean

Whether this recipient can receive alerts.

taskGroupRecipientErrors?: TaskGroupRecipientError[]
value?: string

Group ID of recipient.