Help Center / Browsing Data / Exporting Data Source Information

Exporting Data Source Information

This export is not a risk report. It is the computed role catalogue for a loaded data source: every role with its contents, its assigned population, and its aggregated usage. It exists so you can take role statistics into a tool MTC Skopos does not try to be, typically Power BI for dashboards or a script for a bespoke question.

Steps

  1. Select a loaded data source
  2. Click Export
  3. Choose an output directory

Two files are written.

Output files

FileContents
single_roles.jsonOne object per single role
composite_roles.jsonOne object per composite role

single_roles.json

FieldMeaning
nameRole name
actionsActions the role grants, each with its own usage statistics
users_assignedUsers holding the role directly
users_assigned_via_compositeUsers holding it through a composite
users_assigned_countTotal holders
total_actions_usageSum of executions across the role's actions
last_action_executed_onMost recent execution timestamp
is_master_rolePresent when the role is a master in a derived-role hierarchy
parent_roleThe master this role derives from
composite_rolesComposites that include this role

composite_roles.json

FieldMeaning
nameComposite role name
rolesSingle roles it contains
users_assignedUsers holding the composite
users_assigned_countTotal holders
actionsActions reachable through it, with usage statistics
total_actions_usageSum of executions

Fields that are zero or empty are omitted rather than written as nulls, so do not assume every key is present on every object.

Notes

  • The export needs computed statistics, which are built shortly after a data source finishes loading. Exporting immediately after load may produce nothing; wait for loading to complete and retry
  • Usage figures are only populated when a usage table was supplied with the data source
  • These files are the same inputs the remediation workbook tooling expects, alongside a remediation export

Updated on: 2026-08-02

« Back to Browsing Data