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 profiles for the customer that the caller (authenticated user) belongs to.
pageSize
integer
The maximum number of InboundSamlSsoProfiles 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. Requests with pageSize greater than that will be silently interpreted as having this maximum value.
pageToken
string
A page token, received from a previous inboundSamlSsoProfiles.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to inboundSamlSsoProfiles.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 InboundSamlSsoProfiles for a specified customer."],["Filtering of results is supported using Common Expression Language, specifically by customer ID, such as `customer==\"customers/C0123abc\"`."],["The maximum number of profiles returned per request can be controlled using the `pageSize` parameter, with a maximum value of 100."],["Pagination is supported via `pageToken`, allowing retrieval of subsequent pages of results, given that all other parameters match the initial request."],["The call to the endpoint requires specific OAuth scopes for authorization, relating to cloud identity or cloud platforms."]]],[]]