Build a Departments Structure
Departments in your VPAM server enable you to create an additional segmentation layer that mirrors your organization's operational structure. While User Groups determine what applications Standard Users can see, and Roles determine what actions users can perform, Departments determine organizational boundaries for applications, approvals, vendors, gateways, and administrative visibility.
This guide contains recommendations and implementation models to help System Administrators build a secure and scalable Department structure in VPAM.
The goal of this guide is to enable zero-trust access control through:
-
Organizational segmentation
-
Granular approval routing
-
Department-level visibility restrictions
-
Separation of duties
-
Controlled vendor management
-
Application ownership segmentation
This document is intended for VPAM System Administrators responsible for designing secure operational boundaries in their server.
Initial Considerations
Departments are an advanced segmentation layer in VPAM and are not required for every deployment. However, they become extremely valuable when organizations require:
-
Segmentation between teams or business units
-
Department-based approvals
-
Delegated administration
-
Vendor isolation
-
Granular access boundaries
-
Environment separation
-
Organizational scalability
Departments affect:
-
Users
-
Roles
-
Applications
-
Gateways
-
Gatekeepers
-
Vendors
-
Approval workflows
Departments do not replace User Groups or Roles. Departments complement them as a third layer of segmentation. The recommended implementation order is:
- Create User Groups
- Configure Custom Roles and Permissions
- Build the Departments Structure
Understanding Department Segmentation
The VPAM server includes the built-in Global department.
Use the
Global department for System Administrators only by not assigning it to Standard Users.System Administrators inherently have visibility into all departments and resources in the server. Assigning operational users to the Global department reduces segmentation effectiveness and weakens zero-trust enforcement.
Departments primarily enable VPAM administrators to:
-
Restrict access boundaries
-
Route approvals
-
Separate applications
-
Isolate vendors
-
Segment gateways and gatekeepers
-
Mirror organizational ownership structures
Where to Begin
To configure Departments in the new UI:
-
Navigate to User Management.
-
Open Departments.
-
Click Add, on the left-most column of the
Globaldepartment.
All the departments you create are sub-departments ofGlobal. -
Build the department hierarchy according to your organization's structure.
Departments can contain sub-departments, enabling hierarchical segmentation models.
Suggested Department Structures
Use one or more of the following implementation models to create a scalable and secure Department structure.
Create Departments that mirror your organizational structure.
For example:
-
Global
-
IT
-
Infrastructure
-
Database
-
Networking
-
-
Security
-
Clinical Engineering
-
Customer Support
-
Internal User Support
-
Third-Party Support
-
-
This approach helps:
-
Delegate operational ownership
-
Separate responsibilities
-
Route approvals to appropriate teams
-
Limit visibility between departments
This model works best in large organizations with multiple operational teams.
Create Departments based on operational environments.
For example:
-
Global
-
Development
-
Testing
-
Staging
-
Production
-
This approach enables you to:
-
Separate lower environments from production
-
Prevent unauthorized production access
-
Reduce accidental administrative changes
-
Enforce operational controls between teams
Production environments should always be isolated into dedicated departments whenever possible.
Create Departments based on locations, regions, or facilities.
For example:
-
Global
-
North America
-
East US
-
Hospital A
-
Hospital B
-
-
Central US
-
Hospital C
-
-
-
Europe
-
Hospital D
-
-
Asia Pacific
-
This approach is useful for:
-
Multi-site healthcare organizations
-
Regional support teams
-
Managed services environments
-
Compliance-based segmentation
Create Departments based on vendor ownership or support domains.
For example:
-
Global
-
Medical Imaging Vendors
-
Infrastructure Vendors
-
Payment Systems
-
Clinical Systems
-
This segmentation enables:
-
Vendor isolation
-
Department-specific approvals
-
Reduced visibility between vendor ecosystems
-
Better auditing and compliance
Create Departments based on operational business ownership.
For example:
-
Global
-
Finance
-
Legal
-
Human Resources
-
Research
-
Operations
-
This model is useful when:
-
Different departments own different applications
-
Access approvals must remain within business ownership
-
Sensitive systems require additional segmentation
Most VPAM deployments benefit from combining multiple segmentation strategies.
For example:
-
Production
-
Clinical Systems
-
Infrastructure
-
-
Development
-
Engineering
-
-
North America
-
Hospital A
-
Medical Imaging
-
-
Hybrid structures provide the highest flexibility and strongest segmentation boundaries.
Start simple and increase granularity only as operational requirements grow.
Assigning Departments
After building the Department hierarchy, continue assigning departments to your VPAM resources.
Assign Departments to internal users to establish organizational boundaries.
Navigate to User Management > Users > Select the User you want to assign > Edit > Department.
Users assigned to a department primarily interact with applications and vendors associated to the same department.
Assign Departments to Applications to establish application ownership boundaries.
Navigate to Applications > Application List > Select the Application you want to assign > Application Information section > Edit > Department.
This enables:
-
Department-based visibility
-
Department-based approvals
-
Department-based vendor access
-
Internal Access approval routing
Assign Departments to Vendors to isolate third-party access.
Navigate to Vendors > Select Vendor > Edit > Department.
When vendors belong to departments:
Only users within matching departments can manage them
Approval routing becomes more granular
Vendor visibility becomes segmented
Department-Based Approval Routing
Departments significantly improve Approval Workflows in VPAM.
When Vendor Approval Workflows are configured per application department:
-
Vendor Representatives request access
-
Requests route only to Internal Users with Approver permissions in the matching department
-
Cross-department approvals are minimized
This improves accountability, security, and operational ownership.
Internal Access approvals can also leverage Departments.
When enabled:
-
Internal users request access to applications.
-
Requests are routed only to Internal Users with Approver permissions in the matching department.
-
Approvers only manage requests relevant to their operational area.
This approach enables highly granular operational security.
Recommendations
Ensure that you also follow the following recommendations when implementing Departments.
-
DO
-
Implement Departments only after configuring User Groups and Roles.
-
Keep the
Globaldepartment reserved for System Administrators. -
Use Departments to mirror operational ownership.
-
Combine multiple segmentation strategies when appropriate.
-
Use Departments to isolate production environments.
-
Use Departments to isolate vendor access.
-
Align Applications, Vendors, and Approvers within the same department.
-
Use Department segmentation to simplify approval routing.
-
Keep Department names clear and purpose-driven.
-
Build hierarchies that are easy to understand operationally.
-
-
DON'T
-
Don't use Departments as a replacement for User Groups.
-
Don't use Departments as a replacement for Roles.
-
Don't place all resources into the
Globaldepartment. -
Don't create unnecessary Department complexity.
-
Don't mix unrelated environments in the same department.
-
Don't create deeply nested hierarchies unless operationally required.
-
Don't assign production and development systems to the same department.
-
Don't configure vendors in departments unrelated to the applications they support.
-
Imagine a healthcare organization with the following operational requirements:
|
Team |
Access Requirements |
|---|---|
| Infrastructure Team | Production Infrastructure |
| Engineering | Medical Imaging Systems |
| Database Team | SQL Servers |
| Security Team | Audit and Compliance Visibility |
| Vendor Support Team | Vendor Management and Approvals |
A possible Department structure could be:
Global
├── Production
│ ├── Infrastructure
│ ├── Databases
│ ├── Medical Imaging
│ └── Security
├── Development
└── Vendors
The organization can then:
-
Assign applications to the appropriate department
-
Assign users and roles to matching departments
-
Route approvals correctly
-
Limit vendor visibility
-
Isolate operational teams
This layered approach creates User Group segmentation, role-based permission segmentation, and Department-based organizational segmentation.
Together, these layers help enforce zero-trust access principles throughout the VPAM server.
Remember!
-
Departments are most effective when they reflect operational ownership, support approval workflows, and enforce organizational boundaries. Ensure you complement User Groups and Roles.
-
Not every VPAM deployment requires highly granular Departments. However, organizations with multiple teams, vendors, environments, or approval workflows typically benefit significantly from implementing a Department structure.
-
Build Departments with operational clarity in mind. If administrators cannot easily understand the purpose of a department, the structure is likely too complex.