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