pub async fn list_connection(
configuration: &Configuration,
workspace: &str,
page: Option<i32>,
per_page: Option<i32>,
connection_type: Option<&str>,
connection_type_exclude: Option<&str>,
path_start: Option<&str>,
path: Option<&str>,
description: Option<&str>,
value: Option<&str>,
broad_filter: Option<&str>,
label: Option<&str>,
) -> Result<Vec<ListableResource>, Error<ListConnectionError>>