Search request catalogs based on filters specified in the request body.
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 RequestCatalogSearchServiceSearchEntitlementsRequest searches entitlements, but only ones that are available to you through the open catalogs.
Search entitlements that belong to this app name (exact match).
Search for entitlements with this alias (exact match).
The app entitlement expand mask allows the user to get additional information when getting responses containing app entitlement views.
Search entitlements with this granted status for your signed in user.
UNSPECIFIED, ALL, GRANTED, NOT_GRANTED Include deleted entitlements
The pageSize where 0 <= pageSize <= 100. Values < 10 will be set to 10. A value of 0 returns the default page size (currently 25)
The pageToken field.
Fuzzy search the display name of resource types.
The RequestCatalogSearchServiceSearchEntitlementsResponse message contains a list of results and a nextPageToken if applicable.
The RequestCatalogSearchServiceSearchEntitlementsResponse message contains a list of results and a nextPageToken if applicable.
List of serialized related objects.
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 retreived. To retrieve the next page, use the same request and append a pageToken field with the value of nextPageToken shown on the previous page.