Bump libregraph-api-go (#5432)

This commit is contained in:
Ralf Haferkamp
2023-01-23 10:28:10 +01:00
committed by GitHub
parent 8aff14751b
commit c2ed4ab526
3 changed files with 5 additions and 7 deletions
+2 -4
View File
@@ -207,10 +207,8 @@ func createGroupModelFromCS3(g *cs3group.Group) *libregraph.Group {
g.Id = &cs3group.GroupId{}
}
return &libregraph.Group{
Id: &g.Id.OpaqueId,
OnPremisesDomainName: &g.Id.Idp,
OnPremisesSamAccountName: &g.GroupName,
DisplayName: &g.DisplayName,
Id: &g.Id.OpaqueId,
DisplayName: &g.GroupName,
// TODO when to fetch and expand memberof, usernames or ids?
}
}