Home > @tridion-sites/open-api-client > DirectorySearchType
Search types for the Directory Group Mapping.
Members: * Subtree - Search in the given subtree.
* Group - Search in the given group.
* UnknownByClient - Special reserved value used to notify an older API version client about the presence of an enumeration member added in a later API version. Explicitly setting this value by a client is not allowed, but client code should check it and be able to handle such cases.
Signature:
export declare enum DirectorySearchType
| Member | Value | Description |
|---|---|---|
| GROUP | "Group" |
|
| SUBTREE | "Subtree" |
|
| UNKNOWN_BY_CLIENT | "UnknownByClient" |