Method: inboundSamlSsoProfiles.idpCredentials.list

Returns a list of IdpCredentials in an InboundSamlSsoProfile.

HTTP request

GET https://cloudidentity.googleapis.com/v1/{parent=inboundSamlSsoProfiles/*}/idpCredentials

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent, which owns this collection of IdpCredentials. Format: inboundSamlSsoProfiles/{sso_profile_id}

Query parameters

Parameters
pageSize

integer

The maximum number of IdpCredentials to return. The service may return fewer than this value.

pageToken

string

A page token, received from a previous idpCredentials.list call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to idpCredentials.list must match the call that provided the page token.

Request body

The request body must be empty.

Response body

Response of the InboundSamlSsoProfilesService.ListIdpCredentials method.

If successful, the response body contains data with the following structure:

JSON representation
{
  "idpCredentials": [
    {
      object (IdpCredential)
    }
  ],
  "nextPageToken": string
}
Fields
idpCredentials[]

object (IdpCredential)

The IdpCredentials from the specified InboundSamlSsoProfile.

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.