@webitel/api-services
    Preparing search index...

    Generated by orval v8.5.3 🍺 Do not edit manually. Webitel API OpenAPI spec version: 24.04.0

    type LDAPSearch2Params = {
        attributes?: string[];
        baseObject?: string;
        bind?: string;
        derefAliases?: number;
        filter?: string;
        password?: string;
        scope?: number;
        sizeLimit?: string;
        timeLimit?: string;
        tlsPem?: string;
        typesOnly?: boolean;
        url?: string;
        username?: string;
    }
    Index

    Properties

    attributes?: string[]

    AttributeSelection

    baseObject?: string

    ----- SearchRequest ----- baseObject [D]istinguished[N]ame

    bind?: string

    ----- BIND: Authorization -----

    authorization method e.g.: SIMPLE, SAML, NTLM, etc.

    derefAliases?: number

    neverDerefAliases (0), derefInSearching (1), derefFindingBaseObj (2), derefAlways (3)

    filter?: string

    Filter,

    password?: string

    password

    scope?: number

    baseObject (0), singleLevel (1), wholeSubtree (2)

    sizeLimit?: string

    INTEGER (0 .. maxInt),

    timeLimit?: string

    INTEGER (0 .. maxInt),

    tlsPem?: string

    TODO: (!)

    base64

    typesOnly?: boolean

    BOOLEAN,

    url?: string

    Optional. URL to establish connection to LDAP catalog

    URL e.g.: [(ldap|ldapi|ldaps)://]host[:port]

    username?: string

    bind_dn