Values.UsersAndGroupsSourceProvides information about users and group names associated with a topic control rule.
type nonrec t = {userIds : UserIds.t option;The user ids associated with a topic control rule.
*)userGroups : UserGroups.t option;The user group names associated with a topic control rule.
*)}