/** * 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 { ApiObjectId } from './api-object-id'; import { ApiUserId } from './api-user-id'; /** * * @export * @interface ApiLDAPTemplate */ export interface ApiLDAPTemplate { /** * * @type {object} * @memberof ApiLDAPTemplate */ agent?: object; /** * * @type {string} * @memberof ApiLDAPTemplate */ base_dn?: string; /** * * @type {ApiObjectId} * @memberof ApiLDAPTemplate */ catalog?: ApiObjectId; /** * unix * @type {string} * @memberof ApiLDAPTemplate */ created_at?: string; /** * * @type {ApiUserId} * @memberof ApiLDAPTemplate */ created_by?: ApiUserId; /** * * @type {object} * @memberof ApiLDAPTemplate */ device?: object; /** * * @type {boolean} * @memberof ApiLDAPTemplate */ enabled?: boolean; /** * * @type {string} * @memberof ApiLDAPTemplate */ id?: string; /** * * @type {string} * @memberof ApiLDAPTemplate */ name?: string; /** * * @type {object} * @memberof ApiLDAPTemplate */ role?: object; /** * * @type {string} * @memberof ApiLDAPTemplate */ search?: string; /** * * @type {string} * @memberof ApiLDAPTemplate */ updated_at?: string; /** * * @type {ApiUserId} * @memberof ApiLDAPTemplate */ updated_by?: ApiUserId; /** * * @type {object} * @memberof ApiLDAPTemplate */ user?: object; } //# sourceMappingURL=api-ldaptemplate.d.ts.map