pub async fn update_identity_provider_with_id(
configuration: &Configuration,
identity_provider_id: &str,
identity_provider_request: Option<IdentityProviderRequest>
) -> Result<IdentityProviderResponse, Error<UpdateIdentityProviderWithIdError>>
Expand description
Updates the identity provider with the given Id.