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: SearchEntry): Promise<GroupEntity | undefined>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
vendor | ||
|
config | ||
|
entry |
SearchEntry |
Promise<GroupEntity | undefined>