Search Reachable Resources For User
SearchReachableResourcesForUser returns the distinct app resources a user can reach through any of their grants, deduplicated across entitlements (a resource reachable via more than one grant appears once). Powers the Resources lane of the access graph’s list view: supports free-text search over resource display name and narrowing to specific applications.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Body
SearchReachableResourcesForUser request.
Restrict results to resources belonging to these applications. Empty searches across every application the user can reach.
Maximum number of results to return per page.
Token for fetching the next page of results.
Fuzzy search over the resource display name.
The user whose reachable resources to search.
Response
SearchReachableResourcesForUser response. Resources are deduplicated: a resource reachable through more than one grant or entitlement appears once.
SearchReachableResourcesForUser response. Resources are deduplicated: a resource reachable through more than one grant or entitlement appears once.