tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > DirectoryGroupMapping

DirectoryGroupMapping type

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