SetAccessInheritance
Modifies whether a shared folder inherits access permissions from its parent, applicable in team-based Dropbox setups.
Input
| Name | Type | Required | Description |
| AccessInheritance | String | True | Specifies the access inheritance setting for the folder. Possible values include inherit (inherits permissions from the parent) or no_inherit (removes inherited permissions). |
| FolderId | String | True | The unique identifier of the shared folder whose access inheritance setting is updated. |
Result Set Columns
| Name | Type | Description |
| Success | String | Returns a value of True when the access inheritance setting is successfully updated; otherwise, returns False. |