Search historical grants that have been revoked, filtered by app user or entitlement.
Documentation Index
Fetch the complete documentation index at: https://conductorone-groman-network-requirements-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.
The request message for searching historical grants.
A list of entitlement references to restrict the search to.
A list of app IDs to restrict the search to.
A list of app user references to restrict the search to.
The AppEntitlementUserBindingExpandHistoryMask message.
The maximum number of results to return per page.
The token for fetching the next page of results.
The SearchPastGrantsResponse message contains a list of past grants and a nextPageToken if applicable.
The SearchPastGrantsResponse message contains a list of past grants and a nextPageToken if applicable.
The expanded field.
The list of results containing up to X results, where X is the page size defined in the request.
The nextPageToken is shown for the next page if the number of results is larger than the max page size. The server returns one page of results and the nextPageToken until all results are retrieved. To retrieve the next page, use the same request and append a pageToken field with the value of nextPageToken shown on the previous page.