readProviderConfig()
Home > @backstage/plugin-catalog-backend-module-msgraph
> readProviderConfig
Parses a single configured provider by id.
Signature:
function readProviderConfig(id: string, config: Config): MicrosoftGraphProviderConfig;
Parameters
Parameter |
Type |
Description |
---|---|---|
id |
string |
the id of the provider to parse |
config |
The root of the msgraph config hierarchy |