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

    LDAP Catalog changes.

    type LDAPUpdateLDAPCatalogBodyCatalog = {
        baseDn?: string;
        bind?: string;
        createdAt?: string;
        createdBy?: ApiUserId;
        cron?: string;
        entryModify?: string;
        entryUuid?: string;
        name?: string;
        password?: string;
        process?: ApiLDAProcess;
        sync?: ApiLDAProcessOptions;
        templates?: ApiLDAPTemplate[];
        tls?: ApiLDAPCatalogTLSConfig;
        updatedAt?: string;
        updatedBy?: ApiUserId;
        url?: string;
        username?: string;
    }
    Index

    Properties

    baseDn?: string
    bind?: string

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

    createdAt?: string

    unix

    createdBy?: ApiUserId
    cron?: string

    [CRON]OS SPEC ! github.com/robfig/cron/v3

    entryModify?: string
    entryUuid?: string

    entry unique id (except DN which may be updated)

    name?: string
    password?: string
    process?: ApiLDAProcess
    templates?: ApiLDAPTemplate[]
    updatedAt?: string
    updatedBy?: ApiUserId
    url?: string

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

    username?: string