UserTransformer
Home > @backstage/plugin-catalog-backend-module-ldap
> UserTransformer
Customize the ingested User entity
Signature:
export type UserTransformer = (vendor: LdapVendor, config: UserConfig, user: SearchEntry) => Promise<UserEntity | undefined>;
References: LdapVendor, UserConfig, UserEntity