ObjectAccessResultsList

open_in_new

A paged list of object access details

GraphQL Schema definition

  • type ObjectAccessResultsList {
  • # The current page of search results
  • results: [ObjectAccess]
  • # The offset of the next page of results, if this is null it is the final page of
  • # results.
  • nextOffset: String
  • }