mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
feat: returns the membership group information in permission
This commit is contained in:
@@ -315,6 +315,8 @@ export const registerProjectRoleRouter = async (server: FastifyZodProvider) => {
|
||||
memberships: z
|
||||
.object({
|
||||
id: z.string(),
|
||||
actorGroupId: z.string().nullish(),
|
||||
actorUserId: z.string().nullish(),
|
||||
roles: z
|
||||
.object({
|
||||
role: z.string()
|
||||
|
||||
Reference in New Issue
Block a user