@@ -141,6 +141,7 @@ export type MicrosoftGraphProviderConfig = {
|
||||
clientId: string;
|
||||
clientSecret: string;
|
||||
userFilter?: string;
|
||||
userExpand?: string[];
|
||||
userGroupMemberFilter?: string;
|
||||
groupFilter?: string;
|
||||
};
|
||||
@@ -170,6 +171,7 @@ export function readMicrosoftGraphOrg(
|
||||
client: MicrosoftGraphClient,
|
||||
tenantId: string,
|
||||
options: {
|
||||
userExpand?: string[];
|
||||
userFilter?: string;
|
||||
userGroupMemberFilter?: string;
|
||||
groupFilter?: string;
|
||||
|
||||
Reference in New Issue
Block a user