A paged list of user access details
type UserAccessResultsList {# The current page of search resultsresults: [UserAccess] # The offset of the next page of results, if this is null it is the final page of # results.nextOffset: String }