import { ADMappingModel } from "./ADMappingModel"; export declare class ActiveDirectoryAddEditModel { ID: number; ADTypeItemID: number; ADTypeItemID_GUID: string; ADTypeName: string; ValidationError_Duplicates: string; IsExistsCurrentDomain: boolean; ConnectionName: string; PermissionSetID: string; ShowBuiltInGroups: boolean; ImagesFileProviderName: string; LangKey: string; MarkAsInactive: boolean; WelcomeTemplateID: number; AddToDailyJob: boolean; Domain: string; Identifiers: string[]; SamAccount: string; Password: string; ADWindowsTypeItemID: number; ADWindowsTypeItemID_GUID: string; ADConnectionWindowsTypeItemName: string; TenantID: string; ClientID: string; ClientSecret: string; ADMappings: ADMappingModel[]; }