MicrosoftGraphOrgEntityProviderTransformsExtensionPoint
Home > @backstage/plugin-catalog-backend-module-msgraph
> MicrosoftGraphOrgEntityProviderTransformsExtensionPoint
Interface for microsoftGraphOrgEntityProviderTransformExtensionPoint.
Signature:
export interface MicrosoftGraphOrgEntityProviderTransformsExtensionPoint
Methods
Method |
Description |
---|---|
Set the function that transforms a group entry in msgraph to an entity. Optionally, you can pass separate transformers per provider ID. | |
Set the function that transforms an organization entry in msgraph to an entity. Optionally, you can pass separate transformers per provider ID. | |
Set the function that transforms provider config dynamically. Optionally, you can pass separate transformers per provider ID. Note: adjusting fields that are not used on each scheduled ingestion (e.g., id, schedule) will have no effect. | |
Set the function that transforms a user entry in msgraph to an entity. Optionally, you can pass separate transformers per provider ID. |