defaultOrganizationTransformer()
Home > @backstage/plugin-catalog-backend-module-msgraph
> defaultOrganizationTransformer
The default implementation of the transformation from a graph organization entry to a Group entity.
Signature:
function defaultOrganizationTransformer(organization: MicrosoftGraph.Organization): Promise<GroupEntity | undefined>;
Parameters
Parameter |
Type |
Description |
---|---|---|
organization |
MicrosoftGraph.Organization |
Promise<GroupEntity | undefined>