The only supported filter is filtering by customer. For example: customer==customers/C0123abc.
Omitting the filter or specifying a filter of customer==customers/my_customer will return the assignments for the customer that the caller (authenticated user) belongs to.
pageSize
integer
The maximum number of assignments to return. The service may return fewer than this value.
If omitted (or defaulted to zero) the server will use a sensible default. This default may change over time.
The maximum allowed value is 100, though requests with pageSize greater than that will be silently interpreted as having this maximum value. This may increase in the futue.
pageToken
string
A page token, received from a previous inboundSsoAssignments.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to inboundSsoAssignments.list must match the call that provided the page token.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-12 UTC."],[[["This endpoint retrieves a list of `InboundSsoAssignment` resources for a specific `Customer` via a `GET` request to the provided URL."],["Results can be filtered using a CEL expression, specifically to specify the `customer`, or omitting the filter to apply to the current user's customer."],["Pagination is supported through the `pageSize` and `pageToken` parameters to manage the number of assignments returned and to navigate through multiple pages of results, with a maximum page size of 100."],["The response body includes an array of `inboundSsoAssignments` and a `nextPageToken` if there are more results to retrieve, and requires certain OAuth scopes for authorization."],["The request body is empty, and any request with a page size above 100 is silently interpreted as having a page size of 100."]]],[]]