Method: inboundSamlSsoProfiles.list

Lists InboundSamlSsoProfiles for a customer.

HTTP request

GET https://cloudidentity.googleapis.com/v1beta1/inboundSamlSsoProfiles

The URL uses gRPC Transcoding syntax.

Query parameters

Parameters
filter

string

A Common Expression Language expression to filter the results.

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.

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 (InboundSamlSsoProfile)
    }
  ],
  "nextPageToken": string
}
Fields
inboundSamlSsoProfiles[]

object (InboundSamlSsoProfile)

List of InboundSamlSsoProfiles.

nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

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 Authentication Overview.