Fetches a list of resource IDs on which an actor can perform a particular action. Supports pagination: provide page_size to receive results in pages, with a next_page_token in the response for fetching subsequent pages.
Requires an API key to access.
Required. Page size for pagination. Must be at least 10,000. Results will be paginated and a next_page_token will be included in the response if more results are available. Ignored when page_token is provided, since the page size is determined by the original request.
x >= 10000Page token for fetching subsequent pages of results. Use the next_page_token from a previous response. When provided, page_size is ignored.