Details of the group membership or permissions needed to receive the notification.

interface NotificationRecipientsRestrictions {
    groupIds?: string[];
    groups?: Version2.Version2Models.GroupName[];
    permissions?: Version2.Version2Models.RestrictedPermission[];
}

Properties

groupIds?: string[]

List of groupId memberships required to receive the notification.

List of group memberships required to receive the notification.

List of permissions required to receive the notification.