Merge pull request #25374 from msfe/patch-2

clarified User Photos for userGroupmember for Azure integration
This commit is contained in:
Ben Lambert
2024-06-24 15:44:45 +02:00
committed by GitHub
+12
View File
@@ -150,6 +150,18 @@ microsoftGraphOrg:
loadPhotos: false
```
If you are using `userGroupMember`, the configuration for `loadPhotos` should still be managed under `users:` while omitting `search` and `filters`.
```yaml
microsoftGraphOrg:
providerId:
user:
loadPhotos: false
userGroupMember:
filter: "displayName eq 'Backstage Users'"
search: '"description:One" AND ("displayName:Video" OR "displayName:Drive")'
```
## Customizing Transformation
Ingested entities can be customized by providing custom transformers.