FlowAction_RemovePermissions

This method mimics the sFiles API method, removePermissions. 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> removePermissions(List<FlowAction_RemovePermissions_Input> removePermNestedInputs)

INVOCABLEMETHOD

Parameters

Param Description
removePermNestedInputs 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_RemovePermissions_Input

Represents a batch of requests for revoking SharePoint permissions.

See RemovePermission

Fields

global removePermListList<RemovePermission>

INVOCABLEVARIABLE

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