FlowAction_CreateRemovePermInput
This method creates a RemovePermission request that can be used as input for the Remove Permissions Flow Action.
Methods
global static List<FlowAction_CreateRemovePermInput_Response> createRemovePermissionsInput(List<RemovePermission> removePermissionsInput)
INVOCABLEMETHOD
Parameters
Param | Description |
---|---|
removePermissionsInput | List of RemovePermission |
Returns
Type | Description |
---|---|
List<FlowAction_CreateRemovePermInput_Response> | A FlowAction_CreateRemovePermInput_Response object containing the new RemovePermission request. |
Classes
FlowAction_CreateRemovePermInput_Response
Holds the output of the Create Remove Permissions Input Flow Action.
Fields
global removePermissionsInput
→ RemovePermission
INVOCABLEVARIABLE
The RemovePermission object that can be used as input for the Remove Permissions Flow Action.