security-test-item-acl-by-path
Verify user or role access permissions to Sitecore items by path, testing specific rights like read or write for security validation.
Instructions
Tests whether a user or role has specific access rights to a Sitecore item by its path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path of the item to test access rights on (e.g. /sitecore/content/Home) | |
| identity | Yes | The identity of the user or role to test (e.g. 'sitecore\admin') | |
| accessRight | Yes | The access right to test (e.g. 'item:read', 'item:write') | |
| propType | No | The propagation type for the access right | |
| database | No | The database containing the item (defaults to the context database) |