Apex
CloudFiles Client

Update Permissions

To update permission in external storage like SharePoint, Google Drive etc.

Apex


Parameters

  1. permissionInputs - List of Types.PermissionInput
  2. library - Type of library. Example - sharepoint. You can get this value from Content Library
  3. runAs - Email Id of the user on whom behalf the function should run. If you want to run the action as automation user, supply integrationUser

Return Type

None

Example

Apex