pub async fn lookup_identity_provider_with_id(
configuration: &Configuration,
domain: Option<&str>,
) -> Result<LookupResponse, Error<LookupIdentityProviderWithIdError>>Expand description
Retrieves the identity provider for the given domain. A 200 response code indicates the domain is managed by a registered identity provider. A 404 indicates the domain is not managed.