mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-08 18:31:36 +01:00
Promote security knowledge from community to Microsoft layer
Pure git-mv relocation of the SECURITY domain from the community layer to the Microsoft layer. No content changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
3769d2fbf4
commit
347984ac74
16 changed files with 0 additions and 0 deletions
|
|
@ -1,34 +0,0 @@
|
|||
// Building blocks: focused per-concern, marked Assignable = false so administrators
|
||||
// do not accidentally assign a fragment.
|
||||
permissionset 50100 "Sales Tables - Read"
|
||||
{
|
||||
Assignable = false;
|
||||
Permissions =
|
||||
tabledata Customer = R,
|
||||
tabledata "Sales Header" = R,
|
||||
tabledata "Sales Line" = R;
|
||||
}
|
||||
|
||||
permissionset 50101 "Sales Tables - Edit"
|
||||
{
|
||||
Assignable = false;
|
||||
IncludedPermissionSets = "Sales Tables - Read";
|
||||
Permissions =
|
||||
tabledata Customer = IM,
|
||||
tabledata "Sales Header" = IMD,
|
||||
tabledata "Sales Line" = IMD;
|
||||
}
|
||||
|
||||
// Role-shaped, Assignable = true, composed from building blocks.
|
||||
// Adding a new Sales table means editing one building block; both roles inherit the change.
|
||||
permissionset 50110 "Sales Order Processor"
|
||||
{
|
||||
Assignable = true;
|
||||
IncludedPermissionSets = "Sales Tables - Edit";
|
||||
}
|
||||
|
||||
permissionset 50111 "Sales Viewer"
|
||||
{
|
||||
Assignable = true;
|
||||
IncludedPermissionSets = "Sales Tables - Read";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue