SetOwner
Set owner and group of a path.
Input
| Name | Type | Required | Description |
| Path | String | False | The path whose owner/group will be changed. |
| Owner | String | False | The new owner. |
| Group | String | False | The new group. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Whether the operation completed successfully or not. |