pub async fn create_identity_provider_with_id(
configuration: &Configuration,
identity_provider_id: &str,
identity_provider_request: Option<IdentityProviderRequest>
) -> Result<IdentityProviderResponse, Error<CreateIdentityProviderWithIdError>>
Expand description
Creates an identity provider. You can optionally specify an Id for the identity provider, if not provided one will be generated.