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