UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

1 lines 1.06 kB
{"version":3,"sources":["../../../packages/core/data/active-directory/models/active-directory-search-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;GAEG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,CAAC,UAAU,GAAG,MAAM,CAAC,EAAE,CAAC;IACzD;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB","file":"active-directory-search-options.d.ts","sourcesContent":["import { SearchType } from './search-type';\r\n\r\n/**\r\n * Active directory search options\r\n */\r\nexport interface ActiveDirectorySearchOptions {\r\n /**\r\n * text to build LDAP search string CN part.\r\n * If searchOn is 'custom', this content will be used literally as LDAP search string.\r\n */\r\n searchString: string;\r\n /**\r\n * text to build LDAP search string objectCategory/objectClass part\r\n */\r\n searchOn?: SearchType | string | (SearchType | string)[];\r\n /**\r\n * search result entries size limit\r\n */\r\n sizeLimit?: number;\r\n}\r\n"]}