Skip to main content

MicrosoftGraphOrgEntityProvider.(constructor)

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

Constructs a new instance of the MicrosoftGraphOrgEntityProvider class

Signature:

constructor(options: {
id: string;
provider: MicrosoftGraphProviderConfig;
logger: LoggerService;
userTransformer?: UserTransformer;
groupTransformer?: GroupTransformer;
organizationTransformer?: OrganizationTransformer;
});

Parameters

ParameterTypeDescription
options{ id: string; provider: MicrosoftGraphProviderConfig; logger: LoggerService; userTransformer?: UserTransformer; groupTransformer?: GroupTransformer; organizationTransformer?: OrganizationTransformer; }