Home > @tridion-sites/open-api-client > DirectoryGroupMapping
Represents the data of a mapping between a Directory Service Group or Subtree and a TCM Group.
Signature:
export type DirectoryGroupMapping = {
Description?: string;
DirectoryServiceName?: string;
Group?: Link;
SearchDN?: string;
SearchType?: DirectorySearchType;
};
References: Link, DirectorySearchType