Skip to content

Feature: Manage PPAC security roles and their table privileges - #123

Merged
Splaxi merged 1 commit into
d365collaborative:developmentfrom
Trygve-es:ppac-security-role-tables
Jul 30, 2026
Merged

Feature: Manage PPAC security roles and their table privileges#123
Splaxi merged 1 commit into
d365collaborative:developmentfrom
Trygve-es:ppac-security-role-tables

Conversation

@Trygve-es

Copy link
Copy Markdown
Contributor

Adds four new cmdlets for working with Dataverse security roles the same way as the Power Platform admin center security role editor:

  • Get-PpacTable - list all tables (entities) in an environment, like the maker portal Tables view
  • New-PpacSecurityRole - create a security role in the root business unit, mimicking the PPAC "Create New Role" panel incl. member privilege inheritance and the App Opener privileges option
  • Get-PpacSecurityRoleTable - list the tables assigned to a security role with their access levels, like "Show only assigned tables" in PPAC
  • Set-PpacSecurityRoleTable - set the table privileges of a security role, with each privilege type (Create, Read, Write, Delete, Append, AppendTo, Assign, Share) configurable using the PPAC access level naming

Access level naming is translated between the PPAC naming and the Dataverse privilege depths via shared PSFramework configuration, and tab completion is provided for roles and tables.

Adds four new cmdlets for working with Dataverse security roles the same
way as the Power Platform admin center security role editor:

- Get-PpacTable - list all tables (entities) in an environment, like the
  maker portal Tables view
- New-PpacSecurityRole - create a security role in the root business unit,
  mimicking the PPAC "Create New Role" panel incl. member privilege
  inheritance and the App Opener privileges option
- Get-PpacSecurityRoleTable - list the tables assigned to a security role
  with their access levels, like "Show only assigned tables" in PPAC
- Set-PpacSecurityRoleTable - set the table privileges of a security role,
  with each privilege type (Create, Read, Write, Delete, Append, AppendTo,
  Assign, Share) configurable using the PPAC access level naming

Access level naming is translated between the PPAC naming and the
Dataverse privilege depths via shared PSFramework configuration, and tab
completion is provided for roles and tables.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@Splaxi
Splaxi merged commit 60e854b into d365collaborative:development Jul 30, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants