/** * 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 { ApiLDAPCatalogTLSConfig } from './api-ldapcatalog-tlsconfig'; import { ApiLDAPTemplate } from './api-ldaptemplate'; import { ApiLDAProcess } from './api-ldaprocess'; import { ApiLDAProcessOptions } from './api-ldaprocess-options'; import { ApiUserId } from './api-user-id'; /** * LDAP Catalog changes. * @export * @interface LDAPCatalogChanges */ export interface LDAPCatalogChanges { /** * * @type {string} * @memberof LDAPCatalogChanges */ base_dn?: string; /** * authorization method e.g.: SIMPLE, SAML, NTLM, etc. * @type {string} * @memberof LDAPCatalogChanges */ bind?: string; /** * unix * @type {string} * @memberof LDAPCatalogChanges */ created_at?: string; /** * * @type {ApiUserId} * @memberof LDAPCatalogChanges */ created_by?: ApiUserId; /** * [CRON]OS SPEC ! github.com/robfig/cron/v3 * @type {string} * @memberof LDAPCatalogChanges */ cron?: string; /** * * @type {string} * @memberof LDAPCatalogChanges */ entry_modify?: string; /** * entry unique id (except DN which may be updated) * @type {string} * @memberof LDAPCatalogChanges */ entry_uuid?: string; /** * * @type {string} * @memberof LDAPCatalogChanges */ name?: string; /** * * @type {string} * @memberof LDAPCatalogChanges */ password?: string; /** * * @type {ApiLDAProcess} * @memberof LDAPCatalogChanges */ process?: ApiLDAProcess; /** * * @type {ApiLDAProcessOptions} * @memberof LDAPCatalogChanges */ sync?: ApiLDAProcessOptions; /** * * @type {Array} * @memberof LDAPCatalogChanges */ templates?: Array; /** * * @type {ApiLDAPCatalogTLSConfig} * @memberof LDAPCatalogChanges */ tls?: ApiLDAPCatalogTLSConfig; /** * * @type {string} * @memberof LDAPCatalogChanges */ updated_at?: string; /** * * @type {ApiUserId} * @memberof LDAPCatalogChanges */ updated_by?: ApiUserId; /** * URL e.g.: [(ldap|ldapi|ldaps)://]host[:port] * @type {string} * @memberof LDAPCatalogChanges */ url?: string; /** * * @type {string} * @memberof LDAPCatalogChanges */ username?: string; } //# sourceMappingURL=ldapcatalog-changes.d.ts.map