UserAccessResultsList

open_in_new

A paged list of user access details

GraphQL Schema definition

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

Require by

This element is not required by anyone