pub async fn retrieve_identity_provider_with_id(
configuration: &Configuration,
identity_provider_id: &str,
) -> Result<IdentityProviderResponse, Error<RetrieveIdentityProviderWithIdError>>
Expand description
Retrieves the identity provider for the given Id or all the identity providers if the Id is null.