Newer Version Available

This content describes an older version of this product. View Latest

Files Connect Permission Collection Input

A collection of permissions to apply or remove.
Root XML tag
<contentHubPermissions>
JSON example
1{
2"permissionsToApply": [
3   {
4      "directoryEntryId" : "Anyone",
5      "permissionTypesIds" : ["CanView"]
6   }
7   ],
8"permissionsToRemove": [
9   {
10      "directoryEntryId" : "AnyoneInMyDomain",
11      "permissionTypesIds" : ["CanDelete","CanEdit"]
12   }
13   ]
14}
Properties
Name Type Description Required or Optional Available Version
permissions​ToApply Files Connect Permission Input[] List of permissions to apply to the file. Required if permissions​ToRemove isn’t specified 35.0
permissions​ToRemove Files Connect Permission Input[] List of permissions to remove from the file. Required if permissions​ToApply isn’t specified 35.0