Type Alias UserGroupSkeleton
UserGroupSkeleton: IdObjectSkeletonInterface & { cn: string[]; dn: string[]; members: { uniqueMember: string[] }; objectclass: string[]; privileges: Record<string, boolean>[]; realm: string; universalid: string[]; username: string;}