-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
python-sdk/sailpoint/paginator.py
Line 59 in e6a2c14
| if search.sort is None or len(search.sort) != 1: |
The search paginator limits the sort parameter to only one value. This limits our ability to effectively use the searchAfter functionality since we can only specify one parameter as well. For example, if we want to pull in all audit events from search we are forced to only use the created value. On the instances that there are multiple events with the same timestamp, we would miss them. If we could specify both created and id in the sort and searchAfter parameters we could avoid this issue.
The API lets you specify more than one, so I would think we can accomplish the same through the SDK. This enhancement would really help our team!
Thanks!
Metadata
Metadata
Assignees
Labels
No labels