MicrosoftGraphProviderConfig
Home > @backstage/plugin-catalog-backend-module-msgraph
> MicrosoftGraphProviderConfig
The configuration parameters for a single Microsoft Graph provider.
Signature:
export type MicrosoftGraphProviderConfig = {
id: string;
target: string;
authority?: string;
tenantId: string;
clientId?: string;
clientSecret?: string;
userFilter?: string;
userSelect?: string[];
userExpand?: string;
userGroupMemberFilter?: string;
userGroupMemberSearch?: string;
groupExpand?: string;
groupFilter?: string;
groupSearch?: string;
groupSelect?: string[];
groupIncludeSubGroups?: boolean;
queryMode?: 'basic' | 'advanced';
loadUserPhotos?: boolean;
schedule?: SchedulerServiceTaskScheduleDefinition;
};
References: SchedulerServiceTaskScheduleDefinition