MicrosoftGraphOrgEntityProviderLegacyOptions
Home > @backstage/plugin-catalog-backend-module-msgraph
> MicrosoftGraphOrgEntityProviderLegacyOptions
Warning: This API is now obsolete.
This interface exists for backwards compatibility only and will be removed in the future.
Legacy options for MicrosoftGraphOrgEntityProvider based on catalog.processors.microsoftGraphOrg
.
Signature:
export interface MicrosoftGraphOrgEntityProviderLegacyOptions
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
(Optional) The function that transforms a group entry in msgraph to an entity. | |||
string |
A unique, stable identifier for this provider. | ||
The logger to use. | |||
(Optional) The function that transforms an organization entry in msgraph to an entity. | |||
(Optional) The function that transforms provider config dynamically. | |||
'manual' | SchedulerServiceTaskRunner |
The refresh schedule to use. | ||
string |
The target that this provider should consume. Should exactly match the "target" field of one of the provider configuration entries. | ||
(Optional) The function that transforms a user entry in msgraph to an entity. |