Skip to main content

DesWorkspaceInsNotificationRecipientSettings

Recipients configuration applied to insight notifications.

type DesWorkspaceInsNotificationRecipientSettings {
groups: [DesWorkspaceInsRecipientGroup!]!
sendToOwners: Boolean!
users: [DesWorkspaceInsRecipientUser!]!
}

Fields

DesWorkspaceInsNotificationRecipientSettings.groups ● [DesWorkspaceInsRecipientGroup!]! non-null object

Recipient groups included in notifications.

DesWorkspaceInsNotificationRecipientSettings.sendToOwners ● Boolean! non-null scalar

Send notifications to the insight owners automatically.

DesWorkspaceInsNotificationRecipientSettings.users ● [DesWorkspaceInsRecipientUser!]! non-null object

Explicit user recipients for notifications.