Function sources_saml_list

Source
pub async fn sources_saml_list(
    configuration: &Configuration,
    allow_idp_initiated: Option<bool>,
    authentication_flow: Option<&str>,
    binding_type: Option<&str>,
    digest_algorithm: Option<&str>,
    enabled: Option<bool>,
    enrollment_flow: Option<&str>,
    issuer: Option<&str>,
    managed: Option<&str>,
    name: Option<&str>,
    name_id_policy: Option<&str>,
    ordering: Option<&str>,
    page: Option<i32>,
    page_size: Option<i32>,
    policy_engine_mode: Option<&str>,
    pre_authentication_flow: Option<&str>,
    search: Option<&str>,
    signature_algorithm: Option<&str>,
    signing_kp: Option<&str>,
    slo_url: Option<&str>,
    slug: Option<&str>,
    sso_url: Option<&str>,
    temporary_user_delete_after: Option<&str>,
    user_matching_mode: Option<&str>,
    verification_kp: Option<&str>,
) -> Result<PaginatedSamlSourceList, Error<SourcesSamlListError>>
Expand description

SAMLSource Viewset