winops_acl_inheritance
Enable or disable Access Control List (ACL) inheritance on files or directories to control permission propagation.
Instructions
Enable or disable ACL inheritance on a file or directory.
Return Format
{"success": bool, "path": str, "inheritance_enabled": bool}Examples
inheritance(path="D:\\secure", enable=False)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File or directory path. | |
| enable | No | True to enable inheritance, False to disable. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||