Type Alias UserIDRecipient

an internal recipient based on its user id.

type UserIDRecipient = {
    alertingTaskRecipientErrors?: AlertingTaskRecipientError[];
    enabled?: boolean;
    groups?: string[];
    subscribed?: boolean;
    taskRecipientErrors?: TaskRecipientError[];
    value?: string;
}
Index

Properties

alertingTaskRecipientErrors?: AlertingTaskRecipientError[]
enabled?: boolean

Whether this recipient can receive alerts.

groups?: string[]

A list of associated groups. If a user is added individually the "addedIndividually" pseudo group is included

subscribed?: boolean

Whether this recipient is subscribed to alerts of a task

taskRecipientErrors?: TaskRecipientError[]
value?: string

User ID of recipient (internal user).