/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2025.6.3 * Contact: hello@goauthentik.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface LDAPDebug */ export interface LDAPDebug { /** * * @type {Array<{ [key: string]: any; }>} * @memberof LDAPDebug */ readonly user: Array<{ [key: string]: any; }>; /** * * @type {Array<{ [key: string]: any; }>} * @memberof LDAPDebug */ readonly group: Array<{ [key: string]: any; }>; /** * * @type {Array<{ [key: string]: any; }>} * @memberof LDAPDebug */ readonly membership: Array<{ [key: string]: any; }>; } /** * Check if a given object implements the LDAPDebug interface. */ export declare function instanceOfLDAPDebug(value: object): value is LDAPDebug; export declare function LDAPDebugFromJSON(json: any): LDAPDebug; export declare function LDAPDebugFromJSONTyped(json: any, ignoreDiscriminator: boolean): LDAPDebug; export declare function LDAPDebugToJSON(json: any): LDAPDebug; export declare function LDAPDebugToJSONTyped(value?: Omit | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=LDAPDebug.d.ts.map