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