Skip to main content

MicrosoftGraphOrgEntityProvider

Home > @backstage/plugin-catalog-backend-module-msgraph > MicrosoftGraphOrgEntityProvider

Reads user and group entries out of Microsoft Graph, and provides them as User and Group entities for the catalog.

Signature:

class MicrosoftGraphOrgEntityProvider implements EntityProvider 

Implements: EntityProvider

Constructors

ConstructorModifiersDescription
(constructor)(options)Constructs a new instance of the MicrosoftGraphOrgEntityProvider class

Methods

MethodModifiersDescription
connect(connection)
fromConfig(configRoot, options)static
getProviderName()
read(options)Runs one complete ingestion loop. Call this method regularly at some appropriate cadence.