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 webpage describes how to list InboundSamlSsoProfiles for a customer using a GET request to `https://cloudidentity.googleapis.com/v1/inboundSamlSsoProfiles`."],["Filtering results is possible using a Common Expression Language expression via the `filter` query parameter, with customer filtering as the sole supported option (e.g., `customer==\"customers/C0123abc\"`)."],["The number of returned InboundSamlSsoProfiles can be controlled by the `pageSize` query parameter, up to a maximum of 100, with the server using a sensible default if omitted."],["Pagination is supported through the use of the `pageToken` query parameter, received from a previous request, to retrieve subsequent pages of results."],["The response body, if successful, will contain a JSON formatted list of `inboundSamlSsoProfiles`, along with a `nextPageToken` to be used for further pagination."]]],[]]