ArangoDBNetStandard.UserApi.Models Namespace |
Class | Description | |
---|---|---|
AvailableUser |
Represents information about a user available in ArangoDB.
| |
DeleteAccessLevelResponse |
Represents a response returned after clearing
a database or collection access level.
| |
DeleteUserResponse |
Represents a response returned after deleting a user.
| |
GetAccessibleDatabasesQuery |
Represents query parameters used when fetching the list of databases
available to a user.
| |
GetAccessibleDatabasesResponse |
Represents a response returned after listing
the databases accesible by a user.
| |
GetAccessLevelResponse |
Represents a response returned after fetching
a database or collection access level.
| |
GetUserResponse |
Represents a response returned after fetching a user.
| |
GetUsersResponse |
Represents a response returned after fetching all users.
| |
PatchUserBody |
Represents a request body to update an existing user.
| |
PatchUserResponse |
Represents a response returned after updating an existing user.
| |
PostUserBody |
Represents a request body to create a user.
| |
PostUserResponse |
Represents a response returned after creating a user.
| |
PutAccessLevelBody |
Represents a request body to set database or collection access level.
| |
PutAccessLevelResponse |
Represents a response returned after setting
a database or collection access level.
| |
PutUserBody |
Represents a request body to replace an existing user.
| |
PutUserResponse |
Represents a response returned after replacing an existing user.
| |
ResponseBase |
Represents a common response class for user API operations.
| |
UserResponseBase |
Represents a common response class with user information
returned after performing a user operation.
|