FlowAction_AddPermissions

This method mimics the sFiles API method, addPermissions. It assumes that the named credential to use is to be found in the “SharePoint Object Settings” Custom Metadata type specified by objectSettingsName.

Methods

global static List<FlowActionPayload_String> addPermissions(List<FlowAction_AddPermissions_Input> addPermNestedInputs)

INVOCABLEMETHOD

Parameters

Param Description
addPermNestedInputs List of FlowAction_AddPermissions_Input

Returns

Type Description
List<FlowActionPayload_String> A FlowActionPayload_String object containing the Id of the Apex job processing the permission requests.

Classes

FlowAction_AddPermissions_Input

Represents a batch of requests for granting SharePoint permissions.

See RemovePermission

Fields

global addPermListList<AddPermission>

INVOCABLEVARIABLE

A list of requests for granting permissions for various items and users.