Interface iUserPermissionsWithDetails<T>

Type Parameters

Hierarchy (view full)

Implemented by

Properties

canUpdateAutoApproveSelfInitiatedIncomingTransfers: iActionPermission<T>[]

The permissions for updating auto-approving self-initiated incoming transfers. If auto-approve is enabled, then the user will be approved by default for all incoming transfers that are self-initiated.

canUpdateAutoApproveSelfInitiatedOutgoingTransfers: iActionPermission<T>[]

The permissions for updating auto-approving self-initiated outgoing transfers. If auto-approve is enabled, then the user will be approved by default for all outgoing transfers that are self-initiated.

canUpdateIncomingApprovals: iUserIncomingApprovalPermissionWithDetails<T>[]

The list of permissions for updating approved incoming transfers.

canUpdateOutgoingApprovals: iUserOutgoingApprovalPermissionWithDetails<T>[]

The list of permissions for updating approved outgoing transfers.