BreakRoleInheritance
Breaks the security inheritance of a list, or list item so that role assignments on the parent object no longer apply to the child object.
Input
| Name | Type | Required | Description |
| List | String | True | The internal name of the list to break the security inheritance. |
| ItemId | Int | False | The list item id to break the security inheritance. |
| CopyRoleAssignments | Boolean | False | Specifies whether to copy the role assignments from the parent object.
デフォルト値はtrueです。 |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the operation was successful or not. |
| ErrorCode | Integer | The error code in case the procedure is not executed successfully. |
| ErrorMessage | String | The error message in case the procedure is not executed successfully. |