security-add-item-acl-by-path
Add access control entries to Sitecore items by specifying the item path, identity, and permissions to manage security settings.
Instructions
Adds an access control entry to a Sitecore item by its path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path of the item to add ACL entry for (e.g. /sitecore/content/Home) | |
| identity | Yes | The identity of the account (user or role) to grant permissions to (e.g. 'sitecore\admin') | |
| accessRight | Yes | The access right to grant (e.g. 'item:read', 'item:write') | |
| propagationType | No | The propagation type for the access right | Entity |
| securityPermission | No | Whether to allow or deny the specified access right | AllowAccess |
| database | No | The database containing the item (defaults to the context database) | |
| passThrough | No |