Getting Started
Role Based Access Control (RBAC)
Granular permissions and control according to user roles so that you know who has access to what.
Structure
- 1Organization: The top-level customer entity (e.g., "FinWiz Corp"). Contains Billing and Settings.
- 2Account Group: A subdivision of organization (e.g., "AI Datacenter", "EU Branch"). Contains Assets and Scans.
Roles
- 1Organization Admin: Customer admin who manages their entire organization.
- 2Account Group Admin: Customer admin who manages a specific subdivision.
- 3User: Standard customer user with read-only/execute permissions.
| Scoped Role | Permissions |
|---|---|
| Organization Admin | Full control over their organization: users, account groups, agents, tests, results, billing view |
| Account Group Admin | Manage a specific account group: agents, tests, results, user assignment |
| User | Read-only: view dashboard, generate reports, read results |
Permission Matrix
| Permission Category | Org Admin | Group Admin | User |
|---|---|---|---|
| Create Agent | Y | Y | - |
| Create Test | Y | Y | - |
| View Dashboard | Y | Y | Y |
| Manage Dashboard | Y | Y | - |
| Generate Report | Y | Y | Y |
| View Audit Logs | Y | Y | - |
| Manage ORT | Y | Y | - |
| Manage Users | Y | - | - |
| Manage Org | Y | - | - |
| Manage Groups | Y | Y | - |
| Manage Agents | Y | Y | - |
| Manage Tests | Y | Y | - |
| Read Results | Y | Y | Y |
| Billing | Y (view) | - | - |
| Impersonate User | - | - | - |
