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