src/api/Controllers/InfobloxRoleAccessController.cs
deleted100644 → 0
+0
−77
Loading
Group membership (which groups belong to a role) is now tracked in a
dedicated ib_role_groups junction table, while ib_role_access retains
only network/domain access grants. Adds nested REST endpoints under
/infoblox/roles/{roleId}/groups and /infoblox/roles/{roleId}/access,
replacing the flat /infoblox/role_access controller.