Permissions
The accelerator creates an Excel report that captures the extracted permissions (ACLs). The Excel report contains a sheet with the distinct principals and a sheet with the distinct permissions.
The principals sheet has the following columns:
Principal System Name: The system name of the principal.Count: Number of times found.
For example:
| Principal System Name | Count |
|---|---|
| admin | 2 |
| consultants | 3 |
The permissions sheet has the following columns:
Permission: The name of the permissions.Count: Number of times found.
For example:
| Permission | Count |
|---|---|
| Full Control | 3 |
| Write | 2 |
Settings
mongoConnection
The Mongo connection string including the database name to connect to.
reportPath
Path to the Excel file.
sheetNamePrincipals
Name of the sheet for the principals.
sheetNamePermissions
Name of the sheet for the permissions.