defaultGroupTransformer()
Home > @backstage/plugin-catalog-backend-module-ldap > defaultGroupTransformer
The default implementation of the transformation from an LDAP entry to a Group entity.
Signature:
function defaultGroupTransformer(vendor: LdapVendor, config: GroupConfig, entry: Entry): Promise<GroupEntity | undefined>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
vendor | ||
|
config | ||
|
entry |
Entry |
Promise<GroupEntity | undefined>