clarified User Photos for userGroupmember for Azure integration

Signed-off-by: Mattias Folke <Mattias.Folke@gmail.com>
This commit is contained in:
Mattias Folke
2024-06-24 14:38:33 +02:00
committed by GitHub
parent da38d59651
commit 11eaadec04
+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.