Lists InboundSamlSsoProfiles for a customer.
HTTP request
GET https://cloudidentity.googleapis.com/v1beta1/inboundSamlSsoProfiles
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
| filter | 
 A Common Expression Language expression to filter the results. The only supported filter is filtering by customer. For example:  Omitting the filter or specifying a filter of  | 
| pageSize | 
 The maximum number of  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 | 
 A page token, received from a previous  When paginating, all other parameters provided to  | 
Request body
The request body must be empty.
Response body
Response of the InboundSamlSsoProfilesService.ListInboundSamlSsoProfiles method.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "inboundSamlSsoProfiles": [
    {
      object ( | 
| Fields | |
|---|---|
| inboundSamlSsoProfiles[] | 
 List of InboundSamlSsoProfiles. | 
| nextPageToken | 
 A token, which can be sent as  | 
Authorization scopes
Requires one of the following OAuth scopes:
- https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly
- https://www.googleapis.com/auth/cloud-identity.inboundsso
- https://www.googleapis.com/auth/cloud-identity
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authorization guide.