chore: updating config schema for msgraph

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-10-05 11:23:07 +02:00
parent 76599b5429
commit 44a6a7bbf5
+6
View File
@@ -73,6 +73,12 @@ export interface Config {
* E.g. "securityEnabled eq false and mailEnabled eq true"
*/
groupFilter?: string;
/**
* The filter to apply to extract users by groups memberships.
*
* E.g. "displayName eq 'Backstage Users'"
*/
userGroupMemberFilter?: string;
}>;
};
};