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 | 
 Required. The parent, which owns this collection of  | 
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 The maximum number of  | 
| 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.ListIdpCredentials method.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "idpCredentials": [
    {
      object ( | 
| Fields | |
|---|---|
| idpCredentials[] | 
 The IdpCredentials from the specified  | 
| 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.