Skip to main content

Roles

The Roles view is where user roles and their permissions are managed. DataStream ships four built-in roles, and on editions that include Advanced RBAC it lets you assemble custom roles from a catalog of permission sets.


To access the Roles view

  • Go to the Home > Organization pane
  • Click Manage Roles

-or-

  • Click the hamburger menu on the top left
  • Select Organization > Roles

The view contains the following essential components:

  • Role table - Displays Role name, Description, Permissions count, and Assigned Users count
  • Items per page - Controls pagination settings for role display
  • Page navigation - Shows current page and total pages
  • Action menu - Three-dot menu for additional role management options

Role Columns

The table lists all available roles in your organization with their key characteristics:

  • Role name - Human readable name of the role. Built-in roles display a Built-in tag next to the name. Clicking the name opens the role detail drawer.

  • Description - Details of the role, including the actions the role has permission to carry out

  • Permissions - The number of permissions assigned to the role.

    Clicking on this value opens a breakdown list with two columns:

    • Permission Title - The name of the permission
    • Ability - The action the permission grants

    Click again to close the table.

  • Assigned Users - Number of users the role has been assigned to in your organization.

    Clicking on this value opens a list displaying the e-mails and names of the assignees. Click again to close the list.

Actions Menu

The Action menu—the vertical ellipsis (⋮) on the right—opens a management menu. For custom roles, the available items are Manage role, Clone role, and Delete role (subject to your permissions). For built-in roles, only Clone role is available.

Role Details Drawer

Clicking a role's name opens a side drawer with a Role Details section showing Name, Description, Permissions (N) (expandable permission list), and Assigned Users (N) (expandable user list). The footer offers Manage role (custom roles only) and Clone role.

How Permissions Are Structured

Permissions exist at three levels. Knowing which level you are looking at explains most of what is otherwise confusing about the naming:

LevelWhat it isExample
PermissionThe atomic right the platform checks on a requestPIPELINE_EDIT
Permission setA named bundle of permissions, offered in tiers per resourcePIPELINE_CONTRIBUTOR
ScopeThe resource family the permission sets are grouped underPIPELINE

A role holds permissions. What you assign when building a custom role is a permission set, and the sets are presented grouped by scope.

The same word therefore appears in several forms, and those forms are not duplicates of one another. PIPELINE is a scope, PIPELINE_ADMIN is a permission set, and PIPELINE_EDIT is a permission. Likewise the ROUTES scope offers QUICK_ROUTE_* and ADVANCED_ROUTE_* permission sets, which grant QUICKROUTE_* and ADVANCEDROUTE_* permissions.

A Permission Set Reaches Beyond Its Own Resource

A permission set grants the permissions its screens need in order to function, not only the permissions of the resource it is named after.

TARGET_ADMIN, for instance, grants full access to targets — and also read access to pipelines, detections, the library, proxies, the vault, and the audit log, because a target cannot be configured without seeing them.

So assigning one permission set grants read access to resources you did not name. Read a set's contents rather than inferring them from its name; the permission breakdown on the role's row lists exactly what the role ended up holding.

Built-in Roles

The system provides four built-in roles.

User

Read-only. The User role holds the read permission for nearly every resource and nothing else, with two qualifications: it also holds MSSP_SWITCH, so it can switch between tenants, and it holds no permission at all for API tokens, MFA, enrollment templates, statistics, live data, console logs, pipeline commits, or content settings.

Contributor

Read, create, and edit across the platform, with no delete — with one exception: Contributor can delete director access tokens. Beyond deletion it also lacks three specific rights: it cannot merge pipeline commits, edit content settings, or complete onboarding.

Admin

Full access — read, create, edit, and delete — across every resource.

Owner

Full access, identical to Admin at the permission level, plus account ownership.

note

Admin and Owner hold exactly the same permissions. The difference between them is not expressed as a permission at all: transferring account ownership and terminating the account are restricted to the Owner in code, and were deliberately removed from the grantable permission catalog so that no role can be given them.

warning

The built-in roles cannot be modified or deleted.

Role Permission Matrix

Every cell below is derived from the platform's role seed.

SymbolGrants
RRead
CCreate
EEdit
DDelete
MMerge — pipeline commits only
SSwitch — MSSP tenants only
XComplete — onboarding only
No access

Fleet Management

ResourceKey prefixUserContributorAdminOwner
DirectorsDIRECTORRR C ER C E DR C E D
ClustersCLUSTERRR C ER C E DR C E D
DevicesDEVICERR C ER C E DR C E D
TargetsTARGETRR C ER C E DR C E D
DatasetsDATASETRR C ER C E DR C E D
ProfilesPROFILERR C ER C E DR C E D
Enrollment templatesENROLLMENT_TEMPLATER C ER C E DR C E D
Director access tokensACCESSTOKENRR C DR C DR C D
ProxiesPROXYRR C ER C E DR C E D
Update managementUPDATEMANAGEMENTRR ER ER E
Live dataLIVEDATARRR
Console logsCONSOLELOGRRR

Content Management

ResourceKey prefixUserContributorAdminOwner
PipelinesPIPELINERR C ER C E DR C E D
Pipeline commitsPIPELINE_COMMITCC MC M
LibraryLIBRARYRR C ER C E DR C E D
DetectionsDETECTIONRR C ER C E DR C E D
VaultVAULTRR C ER C E DR C E D
Content HubCONTENTHUBRRRR

Routes

ResourceKey prefixUserContributorAdminOwner
Quick routesQUICKROUTERR C ER C E DR C E D
Advanced routesADVANCEDROUTERR C ER C E DR C E D

Monitoring and Analytics

ResourceKey prefixUserContributorAdminOwner
AlertsALERTRR ER ER E
Alert rulesALERT_RULERR C ER C E DR C E D
Rule actionsRULE_ACTIONRR C ER C E DR C E D
StatsSTATSRRR

Organization

ResourceKey prefixUserContributorAdminOwner
UsersUSERRR C ER C E DR C E D
RolesROLERR C ER C E DR C E D
AuditAUDITRRRR
SettingsSETTINGSRR ER ER E
Content settingsCONTENT_SETTINGSEE
SSOSSORR C ER C E DR C E D
MFAMFAR C ER C E DR C E D
API tokensAPI_TOKENR C ER C E DR C E D
MSSP tenantsMSSPR SR C E SR C E D SR C E D S
Access requestsREQUESTACCESSRR C ER C ER C E
UsageUSAGERRRR
OnboardingONBOARDINGXX
TO BE SETTLED BY THE TEAM

Two items in this matrix need a ruling before the page is complete.

Where console logs, live data, and update management are enforced. These three are granted exactly as shown and they do gate the corresponding tabs in the web interface — but no server-side route checks them, so the restriction is applied by the interface alone. Whether that is intended, or whether the checks belong on the API as well, is a platform question. Treat these three rows as controlling what a user sees rather than as an access guarantee.

Two scopes the custom-role builder offers that do not exist. The builder lists USAGE_AND_LIMIT alongside USAGE_AND_LIMITS, and a second entry labelled "Vault" beside the real Vault scope. Neither is backed by a permission set, so selecting one grants nothing. They are stale labels in the interface rather than scopes this page has omitted, and the Scopes and Their Permission Sets table below lists the 25 that are real.

Rows worth noting:

  • Audit, Content Hub, and Usage are read-only for every role, Owner included. AUDIT_READ is the only audit permission that exists, so there is no way to edit or delete audit records.
  • Director access tokens are the one resource where Contributor, Admin, and Owner are identical, and the one place Contributor can delete. No role can edit a token — a token is replaced rather than changed.
  • Alerts, Settings, and Update management have no create or delete: they are edited in place.
  • Pipeline commits separate authoring from approval. Contributor can commit; only Admin and Owner can merge. See Source Control.
  • Content settings is Admin and Owner only, and edit-only. See Content Settings.
  • Access requests have no delete permission at all: the family is read, create, and edit only, for every role that holds it.

Custom Roles

Enterprise

The built-in roles above are available on every plan. Listing the roles you already have is always available; creating, opening, cloning, editing, and deleting a role all require Advanced RBAC, and the role search box is disabled without it.

Creating a Custom Role

Click Create new role. The page heading reads Create a custom role.

  1. Role details — a Role Name, a Description, and a Scope restricting where the role applies, which defaults to All.

  2. Configuration methodBasic offers suggested roles assembled from common permission sets; Advanced exposes the permission sets individually, filtered with the View the actions for selector.

  3. Review — a Summary panel on the right reflects the selections. Click Create Role to submit, or Cancel to discard.

Scopes and Their Permission Sets

The catalog a custom role is assembled from:

ScopePermission sets it offers
Pipeline (PIPELINE)PIPELINE_ADMIN, PIPELINE_CONTRIBUTOR, PIPELINE_VIEWER
Audit (AUDIT)AUDIT_MANAGER
Roles (ROLES)ROLE_ADMIN, ROLE_CONTRIBUTOR, ROLE_VIEWER
User (USER)USER_ADMIN, USER_CONTRIBUTOR, USER_VIEWER
Fleet Management (FLEET_MANAGEMENT)DIRECTOR_ADMIN, DIRECTOR_CONTRIBUTOR, DIRECTOR_VIEWER, CLUSTER_ADMIN, CLUSTER_CONTRIBUTOR, CLUSTER_VIEWER, DEVICE_ADMIN, DEVICE_CONTRIBUTOR, DEVICE_VIEWER, TARGET_ADMIN, TARGET_CONTRIBUTOR, TARGET_VIEWER
Content Hub (CONTENT_HUB)CONTENT_HUB_ADMIN, CONTENT_HUB_CONTRIBUTOR, CONTENT_HUB_VIEWER
Routes (ROUTES)QUICK_ROUTE_ADMIN, QUICK_ROUTE_CONTRIBUTOR, QUICK_ROUTE_VIEWER, ADVANCED_ROUTE_ADMIN, ADVANCED_ROUTE_CONTRIBUTOR, ADVANCED_ROUTE_VIEWER
Stats (STATS)STATS_MANAGER, STATS_CONTRIBUTOR
MSSP (MSSP)MSSP_ADMIN, MSSP_CONTRIBUTOR, MSSP_VIEWER
SSO (SSO)SSO_ADMIN, SSO_CONTRIBUTOR, SSO_VIEWER
Settings (SETTINGS)SETTINGS_MANAGER, SETTINGS_CONTRIBUTOR
Usage and Limits (USAGE_AND_LIMITS)USAGE_AND_LIMITS_MANAGER
Token (TOKEN)TOKEN_ADMIN
MFA (MFA)MFA_ADMIN, MFA_CONTRIBUTOR
Dataset (DATASET)DATASET_ADMIN, DATASET_CONTRIBUTOR, DATASET_VIEWER
Profile (PROFILE)PROFILE_ADMIN, PROFILE_CONTRIBUTOR, PROFILE_VIEWER
Vault (VAULT)VAULT_ADMIN, VAULT_CONTRIBUTOR
Library (LIBRARY)LIBRARY_ADMIN, LIBRARY_CONTRIBUTOR, LIBRARY_VIEWER
Detection (DETECTION)DETECTION_ADMIN, DETECTION_CONTRIBUTOR, DETECTION_VIEWER
Alert (ALERT)ALERT_ADMIN, ALERT_CONTRIBUTOR, ALERT_VIEWER
Alert Rule (ALERT_RULE)ALERT_RULE_ADMIN, ALERT_RULE_CONTRIBUTOR, ALERT_RULE_VIEWER
Enrollment (ENROLLMENT)ENROLLMENT_TEMPLATE_ADMIN, ENROLLMENT_TEMPLATE_CONTRIBUTOR
API Token (API_TOKEN)API_TOKEN_ADMIN, API_TOKEN_CONTRIBUTOR
Proxy (PROXY)PROXY_ADMIN, PROXY_CONTRIBUTOR, PROXY_VIEWER
Health (HEALTH)HEALTH

Most scopes offer three tiers: _VIEWER reads, _CONTRIBUTOR adds create and edit, _ADMIN adds delete. Where a scope offers fewer, its resource has no meaningful tier to add — AUDIT, TOKEN, USAGE_AND_LIMITS, and HEALTH carry a single set, and STATS, SETTINGS, MFA, VAULT, ENROLLMENT, and API_TOKEN carry two.

Two scopes cover more than one resource: Fleet Management offers separate tiers for directors, clusters, devices, and targets, and Routes offers separate tiers for quick routes and advanced routes.

Token and API Token are different things. TOKEN governs the access tokens a director enrolls with; API_TOKEN governs the organization's API tokens, managed under Organization > Settings > API Tokens.

Role Assignment

Roles are assigned to a user at account creation or afterwards from Organization > Users. The roles offered are filtered by your edition: a role holding permissions your edition does not include is not selectable.

Modifying and Deleting Roles

Open the role's Action menu (⋮).

  • Manage role edits a custom role. Permission changes take effect immediately, and affected users' sessions are invalidated so the new permissions apply without a re-login.
  • Clone role copies any role, built-in ones included, as the starting point for a custom one.
  • Delete role removes a custom role after confirmation. If the role has assigned users, the confirmation lets you pick a replacement role, and the affected users are reassigned before the deletion completes.

Built-in roles cannot be deleted, and the Owner role is protected outright so that an organization cannot be locked out of its own account.