Bump libregraph to latest

This commit is contained in:
Ralf Haferkamp
2024-08-20 16:16:02 +02:00
parent 8476da2f7b
commit f1a02732ae
4 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ type Identity struct {
DisplayName string `json:"displayName"`
// Unique identifier for the identity.
Id *string `json:"id,omitempty"`
// The type of the identity. This can be either \"Member\" for regular user, \"Guest\" for guest users or \"Federated\" for users imported from a federated instance. Can be used by clients to indicate the type of user. For more details, clients should look up and cache the user at the /users enpoint.
// The type of the identity. This can be either \"Member\" for regular user, \"Guest\" for guest users or \"Federated\" for users imported from a federated instance. Can be used by clients to indicate the type of user. For more details, clients should look up and cache the user at the /users endpoint.
LibreGraphUserType *string `json:"@libre.graph.userType,omitempty"`
}