The only supported filter is filtering by customer. For example:customer=="customers/C0123abc".
Omitting the filter or specifying a filter ofcustomer=="customers/my_customer"will return the profiles for the customer that the caller (authenticated user) belongs to.
Specifying a filter ofcustomer==""will return the global shared OIDC profiles.
pageSize
integer
The maximum number ofInboundOidcSsoProfiles 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 previousinboundOidcSsoProfiles.listcall. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided toinboundOidcSsoProfiles.listmust 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 2025-08-06 UTC."],[],[],null,["# Method: inboundOidcSsoProfiles.list\n\nLists [InboundOidcSsoProfile](/identity/docs/reference/rest/v1beta1/inboundOidcSsoProfiles#InboundOidcSsoProfile) objects for a Google enterprise customer.\n\n### HTTP request\n\n`GET https://cloudidentity.googleapis.com/v1beta1/inboundOidcSsoProfiles`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse of the [InboundOidcSsoProfilesService.ListInboundOidcSsoProfiles](/identity/docs/reference/rest/v1beta1/inboundOidcSsoProfiles/list#google.apps.cloudidentity.inboundoidcssoprofiles.v1beta1.InboundOidcSsoProfilesService.ListInboundOidcSsoProfiles) method.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly`\n- `https://www.googleapis.com/auth/cloud-identity.inboundsso`\n- `https://www.googleapis.com/auth/cloud-identity`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]