/** * Webitel API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 24.04.0 * Contact: support@webitel.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { ApiLDAPControl } from './api-ldapcontrol'; import { ApiLDAPSearchRequestTLSConfig } from './api-ldapsearch-request-tlsconfig'; /** * * @export * @interface ApiLDAPSearchRequest */ export interface ApiLDAPSearchRequest { /** * * @type {Array} * @memberof ApiLDAPSearchRequest */ attributes?: Array; /** * * @type {string} * @memberof ApiLDAPSearchRequest */ baseObject?: string; /** * authorization method e.g.: SIMPLE, SAML, NTLM, etc. * @type {string} * @memberof ApiLDAPSearchRequest */ bind?: string; /** * * @type {string} * @memberof ApiLDAPSearchRequest */ catalog_id?: string; /** * * @type {Array} * @memberof ApiLDAPSearchRequest */ controls?: Array; /** * * @type {number} * @memberof ApiLDAPSearchRequest */ derefAliases?: number; /** * * @type {string} * @memberof ApiLDAPSearchRequest */ filter?: string; /** * * @type {string} * @memberof ApiLDAPSearchRequest */ password?: string; /** * * @type {number} * @memberof ApiLDAPSearchRequest */ scope?: number; /** * * @type {string} * @memberof ApiLDAPSearchRequest */ sizeLimit?: string; /** * * @type {string} * @memberof ApiLDAPSearchRequest */ timeLimit?: string; /** * * @type {ApiLDAPSearchRequestTLSConfig} * @memberof ApiLDAPSearchRequest */ tls?: ApiLDAPSearchRequestTLSConfig; /** * * @type {boolean} * @memberof ApiLDAPSearchRequest */ typesOnly?: boolean; /** * URL e.g.: [(ldap|ldapi|ldaps)://]host[:port] * @type {string} * @memberof ApiLDAPSearchRequest */ url?: string; /** * * @type {string} * @memberof ApiLDAPSearchRequest */ username?: string; } //# sourceMappingURL=api-ldapsearch-request.d.ts.map