MicrosoftGraphOrgEntityProviderTransformsExtensionPoint.setGroupTransformer()
Home > @backstage/plugin-catalog-backend-module-msgraph > MicrosoftGraphOrgEntityProviderTransformsExtensionPoint > setGroupTransformer
Set the function that transforms a group entry in msgraph to an entity. Optionally, you can pass separate transformers per provider ID.
Signature:
setGroupTransformer(transformer: GroupTransformer | Record<string, GroupTransformer>): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
transformer |
GroupTransformer | Record<string, GroupTransformer> |
void