Skip to main content

MicrosoftGraphOrgReaderProcessor.(constructor)

Home > @backstage/plugin-catalog-backend-module-msgraph > MicrosoftGraphOrgReaderProcessor > (constructor)

Constructs a new instance of the MicrosoftGraphOrgReaderProcessor class

Signature:

constructor(options: {
providers: MicrosoftGraphProviderConfig[];
logger: LoggerService;
userTransformer?: UserTransformer;
groupTransformer?: GroupTransformer;
organizationTransformer?: OrganizationTransformer;
});

Parameters

ParameterTypeDescription
options{ providers: MicrosoftGraphProviderConfig[]; logger: LoggerService; userTransformer?: UserTransformer; groupTransformer?: GroupTransformer; organizationTransformer?: OrganizationTransformer; }