1. National Institute of Standards and Technology (NIST). (2013). Special Publication 800-162: Guide to Attribute Based Access Control (ABAC) Definition and Considerations. Section 2.3
"Comparison of ABAC to Other Access Control Models
" states
"In the RBAC model
roles are created for various job functions in an organization... Permissions to perform certain operations are assigned to specific roles." This directly supports using a department as a role.
2. Sandhu
R. S.
Coyne
E. J.
Feinstein
H. L.
& Youman
C. E. (1996). Role-based access control models. IEEE Computer
29(2)
38-47. In Section 2
"The RBAC Framework
" the paper defines roles as corresponding to job functions or work-groups within an organization
such as a department. (DOI: https://doi.org/10.1109/2.485845)
3. Ferraiolo
D. F.
& Kuhn
D. R. (1992). Role-Based Access Control. Proceedings of the 15th National Computer Security Conference. The foundational paper on RBAC defines the model where permissions are associated with roles
and users acquire permissions by being members of roles. A department is a direct implementation of such a role. (Available via NIST CSRC publications).