/** * 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 ApiLDAPLDAPSearchBody */ export interface ApiLDAPLDAPSearchBody { /** * * @type {Array} * @memberof ApiLDAPLDAPSearchBody */ attributes?: Array; /** * * @type {string} * @memberof ApiLDAPLDAPSearchBody */ baseObject?: string; /** * authorization method e.g.: SIMPLE, SAML, NTLM, etc. * @type {string} * @memberof ApiLDAPLDAPSearchBody */ bind?: string; /** * * @type {Array} * @memberof ApiLDAPLDAPSearchBody */ controls?: Array; /** * * @type {number} * @memberof ApiLDAPLDAPSearchBody */ derefAliases?: number; /** * * @type {string} * @memberof ApiLDAPLDAPSearchBody */ filter?: string; /** * * @type {string} * @memberof ApiLDAPLDAPSearchBody */ password?: string; /** * * @type {number} * @memberof ApiLDAPLDAPSearchBody */ scope?: number; /** * * @type {string} * @memberof ApiLDAPLDAPSearchBody */ sizeLimit?: string; /** * * @type {string} * @memberof ApiLDAPLDAPSearchBody */ timeLimit?: string; /** * * @type {ApiLDAPSearchRequestTLSConfig} * @memberof ApiLDAPLDAPSearchBody */ tls?: ApiLDAPSearchRequestTLSConfig; /** * * @type {boolean} * @memberof ApiLDAPLDAPSearchBody */ typesOnly?: boolean; /** * URL e.g.: [(ldap|ldapi|ldaps)://]host[:port] * @type {string} * @memberof ApiLDAPLDAPSearchBody */ url?: string; /** * * @type {string} * @memberof ApiLDAPLDAPSearchBody */ username?: string; } //# sourceMappingURL=api-ldapldapsearch-body.d.ts.map