mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 04:09:40 -06:00
Bump libregraph to latest
This commit is contained in:
2
vendor/github.com/owncloud/libre-graph-api-go/model_identity.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_identity.go
generated
vendored
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user