List Authentication Providers

GET {{baseUrl}}/odaInstances/:odaInstanceId/authenticationProviders?limit=100&sortOrder=DESC

Returns a page of Authentication Providers that belong to the specified Digital Assistant instance.

If the opc-next-page header appears in the response, then there are more items to retrieve. To get the next page in the subsequent GET request, include the header's value as the page query parameter.

Request Params

KeyDatatypeRequiredDescription
idstringUnique Authentication Provider identifier.
identityProviderstringList only Authentication Providers for this Identity Provider.
namestringList only the information for Authentication Providers with this name. Authentication Provider names are unique and may not change.

Example: MyProvider | | lifecycleState | string | | List only the resources that are in this lifecycle state. | | limit | number | | The maximum number of items to return per page. | | page | string | | The page at which to start retrieving results.

You get this value from the opc-next-page header in a previous list request. To retireve the first page, omit this query parameter.

Example: MToxMA== | | sortOrder | string | | Sort the results in this order, use either ASC (ascending) or DESC (descending). | | sortBy | string | | Sort on this field. You can specify one sort order only. The default sort field is timeCreated.

The default sort order for timeCreated and timeUpdated is descending. For all other sort fields the default sort order is ascending. |

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringThe client request ID for tracing. This value is included in the opc-request-id response header.
Acceptstring

RESPONSES

status: OK

{"items":[{"id":"veniam","grantType":"CLIENT_CREDENTIALS","identityProvider":"OAM","name":"ut aliqua","lifecycleState":"DELETING","timeCreated":"2022-08-07T01:56:02.526Z","timeUpdated":"1969-11-05T16:49:16.048Z","definedTags":{"sint_fac":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"nostrud_5":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"freeformTags":{"ea_72b":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"proident_16":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"sed_3":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}},{"id":"eu esse commodo dolore","grantType":"AUTHORIZATION_CODE","identityProvider":"GOOGLE","name":"labore cillum elit","lifecycleState":"ACTIVE","timeCreated":"1963-07-05T04:44:05.350Z","timeUpdated":"2003-12-24T15:11:09.172Z","definedTags":{"proident_b36":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"euf":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"Duis_38":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"freeformTags":{"mollit_39":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}}]}